#e02d6d

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

Shades of Cerise #E02D6D

Tints of Cerise #E02D6D

Color information

#E02D6D (or 0xE02D6D) is unknown color: approx Cerise. HEX triplet: E0, 2D and 6D. RGB value is (224,45,109). Sum of RGB (Red+Green+Blue) = 224+45+109=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D6D is #1FD292. Grayscale: #696969. Windows color (decimal): -2085523 or 7155168. OLE color: 7155168.

HSL color Cylindrical-coordinate representation of color #E02D6D: hue angle of 338.55º 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 #E02D6D is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB22445109-
CMYK00.800.510.12
HSL338.55º74.27%52.75%-
HSV(B)338.55º79.91%87.84%-
XYZ34.4418.8316.29-
YUV105.82129.8212.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.26%
GREEN value IS 45 (17.97% from 255) = 11.90%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=59.26%
G=11.90%
B=28.84%

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
Decimal2244510900.800.510.12338.5574.2752.75
HexE02D6D05033C1534a35
Octal340551550120631452311265
Binary1110000010110111011010101000011001111001010100111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02d6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02d6d; }

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

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

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

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

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

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

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

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