#E52866

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

Shades of Cerise #E52866

Tints of Cerise #E52866

Color information

#E52866 (or 0xE52866) is unknown color: approx Cerise. HEX triplet: E5, 28 and 66. RGB value is (229,40,102). Sum of RGB (Red+Green+Blue) = 229+40+102=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E52866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52866 is #1AD799. Grayscale: #676767. Windows color (decimal): -1759130 or 6695141. OLE color: 6695141.

HSL color Cylindrical-coordinate representation of color #E52866: hue angle of 340.32º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52866 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB22940102-
CMYK00.830.550.10
HSL340.32º78.42%52.75%-
HSV(B)340.32º82.53%89.8%-
XYZ35.4719.1314.39-
YUV103.58127.12217.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.73%
GREEN value IS 40 (16.02% from 255) = 10.78%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=61.73%
G=10.78%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294010200.830.550.10340.3278.4252.75
HexE5286605337A1544e35
Octal345501460123671252411665
Binary1110010110100011001100101001111011110101010101001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52866; }

 p { color: rgb(229,40,102); }

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

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

 a { background-color: rgb(229,40,102); }

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

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

 span { border-color: rgb(229,40,102); }

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