#E2177B

Color #E2177B Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #E2177B

Tints of Ruby #E2177B

Color information

#E2177B (or 0xE2177B) is unknown color: approx Ruby. HEX triplet: E2, 17 and 7B. RGB value is (226,23,123). Sum of RGB (Red+Green+Blue) = 226+23+123=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E2177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2177B is #1DE884. Grayscale: #5E5E5E. Windows color (decimal): -1960069 or 8067042. OLE color: 8067042.

HSL color Cylindrical-coordinate representation of color #E2177B: hue angle of 330.44º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2177B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB22623123-
CMYK00.900.460.11
HSL330.44º81.53%48.82%-
HSV(B)330.44º89.82%88.63%-
XYZ35.2518.2120.4-
YUV95.1143.75221.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 60.75%
GREEN value IS 23 (9.38% from 255) = 6.18%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=60.75%
G=6.18%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262312300.900.460.11330.4481.5348.82
HexE2177B05A2EB14a5231
Octal342271730132561351212261
Binary111000101011111110110101101010111010111010010101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2177B; }

 p { color: rgb(226,23,123); }

 H1.HeaderClassName
 {
   color: #E2177B;
 }
 .AnyTagClassName
 {
   color: #E2177B;
 }
</style>
background-color css

<style>
 a { background-color: #E2177B; }

 a { background-color: rgb(226,23,123); }

 div.DivClassName
 {
   background-color: #E2177B;
 }
 .BgClassName
 {
   background-color: #E2177B;
 }
</style>
border-color css

<style>
 span { border-color: #E2177B; }

 span { border-color: rgb(226,23,123); }

 td.TdClassName
 {
   border-color: #E2177B;
 }
 .TagClassName
 {
   border-color: #E2177B;
 }
</style>