#E24266

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

Shades of Cerise #E24266

Tints of Cerise #E24266

Color information

#E24266 (or 0xE24266) is unknown color: approx Cerise. HEX triplet: E2, 42 and 66. RGB value is (226,66,102). Sum of RGB (Red+Green+Blue) = 226+66+102=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E24266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24266 is #1DBD99. Grayscale: #757575. Windows color (decimal): -1949082 or 6701794. OLE color: 6701794.

HSL color Cylindrical-coordinate representation of color #E24266: hue angle of 346.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E24266 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB22666102-
CMYK00.710.550.11
HSL346.5º73.39%57.25%-
HSV(B)346.5º70.8%88.63%-
XYZ35.7121.0214.75-
YUV117.94119.01205.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.36%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=57.36%
G=16.75%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266610200.710.550.11346.573.3957.25
HexE2426604737B15a4939
Octal3421021460107671353211171
Binary11100010100001011001100100011111011110111010110101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24266; }

 p { color: rgb(226,66,102); }

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

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

 a { background-color: rgb(226,66,102); }

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

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

 span { border-color: rgb(226,66,102); }

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