#EA3166

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

Shades of Cerise #EA3166

Tints of Cerise #EA3166

Color information

#EA3166 (or 0xEA3166) is unknown color: approx Cerise. HEX triplet: EA, 31 and 66. RGB value is (234,49,102). Sum of RGB (Red+Green+Blue) = 234+49+102=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3166 is #15CE99. Grayscale: #6E6E6E. Windows color (decimal): -1429146 or 6697450. OLE color: 6697450.

HSL color Cylindrical-coordinate representation of color #EA3166: hue angle of 342.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3166 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB23449102-
CMYK00.790.560.08
HSL342.81º81.5%55.49%-
HSV(B)342.81º79.06%91.76%-
XYZ37.4320.6514.58-
YUV110.36123.29216.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.78%
GREEN value IS 49 (19.53% from 255) = 12.73%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=60.78%
G=12.73%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344910200.790.560.08342.8181.555.49
HexEA316604F3881575137
Octal352611460117701052712167
Binary1110101011000111001100100111111100010001010101111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3166; }

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

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

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

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

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

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

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

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