#E5406A

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

Shades of Cerise #E5406A

Tints of Cerise #E5406A

Color information

#E5406A (or 0xE5406A) is unknown color: approx Cerise. HEX triplet: E5, 40 and 6A. RGB value is (229,64,106). Sum of RGB (Red+Green+Blue) = 229+64+106=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E5406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5406A is #1ABF95. Grayscale: #767676. Windows color (decimal): -1752982 or 6963429. OLE color: 6963429.

HSL color Cylindrical-coordinate representation of color #E5406A: hue angle of 344.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5406A is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB22964106-
CMYK00.720.540.10
HSL344.73º76.04%57.45%-
HSV(B)344.73º72.05%89.8%-
XYZ36.7521.3715.82-
YUV118.12121.16207.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.39%
GREEN value IS 64 (25.39% from 255) = 16.04%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=57.39%
G=16.04%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296410600.720.540.10344.7376.0457.45
HexE5406A04836A1594c39
Octal3451001520110661253111471
Binary11100101100000011010100100100011011010101010110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5406A; }

 p { color: rgb(229,64,106); }

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

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

 a { background-color: rgb(229,64,106); }

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

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

 span { border-color: rgb(229,64,106); }

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