#E54069

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

Shades of Cerise #E54069

Tints of Cerise #E54069

Color information

#E54069 (or 0xE54069) is unknown color: approx Cerise. HEX triplet: E5, 40 and 69. RGB value is (229,64,105). Sum of RGB (Red+Green+Blue) = 229+64+105=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E54069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54069 is #1ABF96. Grayscale: #767676. Windows color (decimal): -1752983 or 6897893. OLE color: 6897893.

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

Color convert

RGB22964105-
CMYK00.720.540.10
HSL345.09º76.04%57.45%-
HSV(B)345.09º72.05%89.8%-
XYZ36.721.3415.55-
YUV118.01120.66207.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.54%
GREEN value IS 64 (25.39% from 255) = 16.08%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=57.54%
G=16.08%
B=26.38%

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
Decimal2296410500.720.540.10345.0976.0457.45
HexE5406904836A1594c39
Octal3451001510110661253111471
Binary11100101100000011010010100100011011010101010110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54069; }

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

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

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

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

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

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

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

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