#ea0972

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

Shades of Ruby #EA0972

Tints of Ruby #EA0972

Color information

#EA0972 (or 0xEA0972) is unknown color: approx Ruby. HEX triplet: EA, 09 and 72. RGB value is (234,9,114). Sum of RGB (Red+Green+Blue) = 234+9+114=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0972 is #15F68D. Grayscale: #585858. Windows color (decimal): -1439374 or 7473642. OLE color: 7473642.

HSL color Cylindrical-coordinate representation of color #EA0972: hue angle of 332º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0972 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB2349114-
CMYK00.960.510.08
HSL332º92.59%47.65%-
HSV(B)332º96.15%91.76%-
XYZ37.0718.917.61-
YUV88.24142.54231.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.55%
GREEN value IS 9 (3.91% from 255) = 2.52%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=65.55%
G=2.52%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234911400.960.510.0833292.5947.65
HexEA97206033814c5d30
Octal352111620140631051413560
Binary11101010100111100100110000011001110001010011001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea0972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea0972; }

 p { color: rgb(234,9,114); }

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

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

 a { background-color: rgb(234,9,114); }

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

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

 span { border-color: rgb(234,9,114); }

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