#E20F76

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

Shades of Ruby #E20F76

Tints of Ruby #E20F76

Color information

#E20F76 (or 0xE20F76) is unknown color: approx Ruby. HEX triplet: E2, 0F and 76. RGB value is (226,15,118). Sum of RGB (Red+Green+Blue) = 226+15+118=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F76 is #1DF089. Grayscale: #595959. Windows color (decimal): -1962122 or 7737314. OLE color: 7737314.

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

Color convert

RGB22615118-
CMYK00.930.480.11
HSL330.71º87.55%47.25%-
HSV(B)330.71º93.36%88.63%-
XYZ34.817.8218.74-
YUV89.83143.9225.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.95%
GREEN value IS 15 (6.25% from 255) = 4.18%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=62.95%
G=4.18%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261511800.930.480.11330.7187.5547.25
HexE2F7605D30B14b582f
Octal342171660135601351313057
Binary11100010111111101100101110111000010111010010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F76; }

 p { color: rgb(226,15,118); }

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

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

 a { background-color: rgb(226,15,118); }

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

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

 span { border-color: rgb(226,15,118); }

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