#E02D6E

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

Shades of Cerise #E02D6E

Tints of Cerise #E02D6E

Color information

#E02D6E (or 0xE02D6E) is unknown color: approx Cerise. HEX triplet: E0, 2D and 6E. RGB value is (224,45,110). Sum of RGB (Red+Green+Blue) = 224+45+110=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D6E is #1FD291. Grayscale: #696969. Windows color (decimal): -2085522 or 7220704. OLE color: 7220704.

HSL color Cylindrical-coordinate representation of color #E02D6E: hue angle of 338.21º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D6E is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB22445110-
CMYK00.800.510.12
HSL338.21º74.27%52.75%-
HSV(B)338.21º79.91%87.84%-
XYZ34.4918.8516.57-
YUV105.93130.3212.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.10%
GREEN value IS 45 (17.97% from 255) = 11.87%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=59.10%
G=11.87%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244511000.800.510.12338.2174.2752.75
HexE02D6E05033C1524a35
Octal340551560120631452211265
Binary1110000010110111011100101000011001111001010100101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D6E; }

 p { color: rgb(224,45,110); }

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

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

 a { background-color: rgb(224,45,110); }

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

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

 span { border-color: rgb(224,45,110); }

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