#EA1962

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

Shades of Ruby #EA1962

Tints of Ruby #EA1962

Color information

#EA1962 (or 0xEA1962) is unknown color: approx Ruby. HEX triplet: EA, 19 and 62. RGB value is (234,25,98). Sum of RGB (Red+Green+Blue) = 234+25+98=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1962 is #15E69D. Grayscale: #5F5F5F. Windows color (decimal): -1435294 or 6429162. OLE color: 6429162.

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

Color convert

RGB2342598-
CMYK00.890.580.08
HSL339.04º83.27%50.78%-
HSV(B)339.04º89.32%91.76%-
XYZ36.4819.0713.31-
YUV95.81129.24226.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.55%
GREEN value IS 25 (10.16% from 255) = 7.00%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=65.55%
G=7.00%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234259800.890.580.08339.0483.2750.78
HexEA19620593A81535333
Octal352311420131721052312363
Binary111010101100111000100101100111101010001010100111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1962; }

 p { color: rgb(234,25,98); }

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

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

 a { background-color: rgb(234,25,98); }

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

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

 span { border-color: rgb(234,25,98); }

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