#EA426A

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

Shades of Cerise #EA426A

Tints of Cerise #EA426A

Color information

#EA426A (or 0xEA426A) is unknown color: approx Cerise. HEX triplet: EA, 42 and 6A. RGB value is (234,66,106). Sum of RGB (Red+Green+Blue) = 234+66+106=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA426A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA426A is #15BD95. Grayscale: #787878. Windows color (decimal): -1424790 or 6963946. OLE color: 6963946.

HSL color Cylindrical-coordinate representation of color #EA426A: hue angle of 345.71º 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 #EA426A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB23466106-
CMYK00.720.550.08
HSL345.71º80%58.82%-
HSV(B)345.71º71.79%91.76%-
XYZ38.4822.4315.94-
YUV120.79119.66208.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.64%
GREEN value IS 66 (26.17% from 255) = 16.26%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=57.64%
G=16.26%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346610600.720.550.08345.718058.82
HexEA426A04837815a503b
Octal3521021520110671053212073
Binary11101010100001011010100100100011011110001010110101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA426A; }

 p { color: rgb(234,66,106); }

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

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

 a { background-color: rgb(234,66,106); }

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

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

 span { border-color: rgb(234,66,106); }

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