#EA0D72

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

Shades of Ruby #EA0D72

Tints of Ruby #EA0D72

Color information

#EA0D72 (or 0xEA0D72) is unknown color: approx Ruby. HEX triplet: EA, 0D and 72. RGB value is (234,13,114). Sum of RGB (Red+Green+Blue) = 234+13+114=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0D72 is #15F28D. Grayscale: #5A5A5A. Windows color (decimal): -1438350 or 7474666. OLE color: 7474666.

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

Color convert

RGB23413114-
CMYK00.940.510.08
HSL332.58º89.47%48.43%-
HSV(B)332.58º94.44%91.76%-
XYZ37.111917.63-
YUV90.59141.22230.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.82%
GREEN value IS 13 (5.47% from 255) = 3.60%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=64.82%
G=3.60%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341311400.940.510.08332.5889.4748.43
HexEAD7205E33814d5930
Octal352151620136631051513160
Binary11101010110111100100101111011001110001010011011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0D72; }

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

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

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

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

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

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

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

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