#E00F74

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

Shades of Ruby #E00F74

Tints of Ruby #E00F74

Color information

#E00F74 (or 0xE00F74) is unknown color: approx Ruby. HEX triplet: E0, 0F and 74. RGB value is (224,15,116). Sum of RGB (Red+Green+Blue) = 224+15+116=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F74 is #1FF08B. Grayscale: #585858. Windows color (decimal): -2093196 or 7606240. OLE color: 7606240.

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

Color convert

RGB22415116-
CMYK00.930.480.12
HSL331º87.45%46.86%-
HSV(B)331º93.3%87.84%-
XYZ34.0617.4518.1-
YUV89.01143.24224.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.10%
GREEN value IS 15 (6.25% from 255) = 4.23%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=63.10%
G=4.23%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241511600.930.480.1233187.4546.86
HexE0F7405D30C14b572f
Octal340171640135601451312757
Binary11100000111111101000101110111000011001010010111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F74; }

 p { color: rgb(224,15,116); }

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

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

 a { background-color: rgb(224,15,116); }

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

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

 span { border-color: rgb(224,15,116); }

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