#EA4164

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

Shades of Cerise #EA4164

Tints of Cerise #EA4164

Color information

#EA4164 (or 0xEA4164) is unknown color: approx Cerise. HEX triplet: EA, 41 and 64. RGB value is (234,65,100). Sum of RGB (Red+Green+Blue) = 234+65+100=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4164 is #15BE9B. Grayscale: #777777. Windows color (decimal): -1425052 or 6570474. OLE color: 6570474.

HSL color Cylindrical-coordinate representation of color #EA4164: hue angle of 347.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4164 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB23465100-
CMYK00.720.570.08
HSL347.57º80.09%58.63%-
HSV(B)347.57º72.22%91.76%-
XYZ38.1222.1914.33-
YUV119.52116.99209.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.65%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 100 (39.45% from 255) = 25.06%
R=58.65%
G=16.29%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346510000.720.570.08347.5780.0958.63
HexEA416404839815c503b
Octal3521011440110711053412073
Binary11101010100000111001000100100011100110001010111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4164; }

 p { color: rgb(234,65,100); }

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

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

 a { background-color: rgb(234,65,100); }

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

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

 span { border-color: rgb(234,65,100); }

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