#EA1576

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

Shades of Ruby #EA1576

Tints of Ruby #EA1576

Color information

#EA1576 (or 0xEA1576) is unknown color: approx Ruby. HEX triplet: EA, 15 and 76. RGB value is (234,21,118). Sum of RGB (Red+Green+Blue) = 234+21+118=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1576 is #15EA89. Grayscale: #5F5F5F. Windows color (decimal): -1436298 or 7738858. OLE color: 7738858.

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

Color convert

RGB23421118-
CMYK00.910.500.08
HSL332.68º83.53%50%-
HSV(B)332.68º91.03%91.76%-
XYZ37.4719.3418.9-
YUV95.74140.57226.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.73%
GREEN value IS 21 (8.59% from 255) = 5.63%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=62.73%
G=5.63%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342111800.910.500.08332.6883.5350
HexEA157605B32814d5432
Octal352251660133621051512462
Binary111010101010111101100101101111001010001010011011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1576; }

 p { color: rgb(234,21,118); }

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

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

 a { background-color: rgb(234,21,118); }

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

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

 span { border-color: rgb(234,21,118); }

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