#EA0774

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

Shades of Ruby #EA0774

Tints of Ruby #EA0774

Color information

#EA0774 (or 0xEA0774) is unknown color: approx Ruby. HEX triplet: EA, 07 and 74. RGB value is (234,7,116). Sum of RGB (Red+Green+Blue) = 234+7+116=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0774 is #15F88B. Grayscale: #575757. Windows color (decimal): -1439884 or 7604202. OLE color: 7604202.

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

Color convert

RGB2347116-
CMYK00.970.500.08
HSL331.19º94.19%47.25%-
HSV(B)331.19º97.01%91.76%-
XYZ37.1618.9118.21-
YUV87.3144.21232.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.55%
GREEN value IS 7 (3.12% from 255) = 1.96%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=65.55%
G=1.96%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234711600.970.500.08331.1994.1947.25
HexEA77406132814b5e2f
Octal35271640141621051313657
Binary1110101011111101000110000111001010001010010111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0774; }

 p { color: rgb(234,7,116); }

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

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

 a { background-color: rgb(234,7,116); }

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

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

 span { border-color: rgb(234,7,116); }

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