#e20f73

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

Shades of Ruby #E20F73

Tints of Ruby #E20F73

Color information

#E20F73 (or 0xE20F73) is unknown color: approx Ruby. HEX triplet: E2, 0F and 73. RGB value is (226,15,115). Sum of RGB (Red+Green+Blue) = 226+15+115=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F73 is #1DF08C. Grayscale: #595959. Windows color (decimal): -1962125 or 7540706. OLE color: 7540706.

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

Color convert

RGB22615115-
CMYK00.930.490.11
HSL331.56º87.55%47.25%-
HSV(B)331.56º93.36%88.63%-
XYZ34.6317.7517.82-
YUV89.49142.4225.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.48%
GREEN value IS 15 (6.25% from 255) = 4.21%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=63.48%
G=4.21%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261511500.930.490.11331.5687.5547.25
HexE2F7305D31B14c582f
Octal342171630135611351413057
Binary11100010111111100110101110111000110111010011001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20f73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20f73; }

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

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

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

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

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

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

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

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