#EA1866

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

Shades of Ruby #EA1866

Tints of Ruby #EA1866

Color information

#EA1866 (or 0xEA1866) is unknown color: approx Ruby. HEX triplet: EA, 18 and 66. RGB value is (234,24,102). Sum of RGB (Red+Green+Blue) = 234+24+102=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1866 is #15E799. Grayscale: #5F5F5F. Windows color (decimal): -1435546 or 6691050. OLE color: 6691050.

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

Color convert

RGB23424102-
CMYK00.900.560.08
HSL337.71º83.33%50.59%-
HSV(B)337.71º89.74%91.76%-
XYZ36.6619.1114.33-
YUV95.68131.57226.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65%
GREEN value IS 24 (9.77% from 255) = 6.67%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=65%
G=6.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342410200.900.560.08337.7183.3350.59
HexEA186605A3881525333
Octal352301460132701052212363
Binary111010101100011001100101101011100010001010100101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1866; }

 p { color: rgb(234,24,102); }

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

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

 a { background-color: rgb(234,24,102); }

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

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

 span { border-color: rgb(234,24,102); }

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