#E20F78

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

Shades of Ruby #E20F78

Tints of Ruby #E20F78

Color information

#E20F78 (or 0xE20F78) is unknown color: approx Ruby. HEX triplet: E2, 0F and 78. RGB value is (226,15,120). Sum of RGB (Red+Green+Blue) = 226+15+120=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F78 is #1DF087. Grayscale: #595959. Windows color (decimal): -1962120 or 7868386. OLE color: 7868386.

HSL color Cylindrical-coordinate representation of color #E20F78: hue angle of 330.14º 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 #E20F78 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB22615120-
CMYK00.930.470.11
HSL330.14º87.55%47.25%-
HSV(B)330.14º93.36%88.63%-
XYZ34.9317.8719.38-
YUV90.06144.9224.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.60%
GREEN value IS 15 (6.25% from 255) = 4.16%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=62.60%
G=4.16%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261512000.930.470.11330.1487.5547.25
HexE2F7805D2FB14a582f
Octal342171700135571351213057
Binary11100010111111110000101110110111110111010010101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F78; }

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

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

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

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

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

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

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

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