#E21162

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

Shades of Ruby #E21162

Tints of Ruby #E21162

Color information

#E21162 (or 0xE21162) is unknown color: approx Ruby. HEX triplet: E2, 11 and 62. RGB value is (226,17,98). Sum of RGB (Red+Green+Blue) = 226+17+98=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E21162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21162 is #1DEE9D. Grayscale: #585858. Windows color (decimal): -1961630 or 6427106. OLE color: 6427106.

HSL color Cylindrical-coordinate representation of color #E21162: hue angle of 336.75º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21162 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB2261798-
CMYK00.920.570.11
HSL336.75º86.01%47.65%-
HSV(B)336.75º92.48%88.63%-
XYZ33.7717.4513.14-
YUV88.72133.24225.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.28%
GREEN value IS 17 (7.03% from 255) = 4.99%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=66.28%
G=4.99%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226179800.920.570.11336.7586.0147.65
HexE2116205C39B1515630
Octal342211420134711352112660
Binary111000101000111000100101110011100110111010100011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21162; }

 p { color: rgb(226,17,98); }

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

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

 a { background-color: rgb(226,17,98); }

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

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

 span { border-color: rgb(226,17,98); }

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