#E02D7C

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

Shades of Deep Cerise #E02D7C

Tints of Deep Cerise #E02D7C

Color information

#E02D7C (or 0xE02D7C) is unknown color: approx Deep Cerise. HEX triplet: E0, 2D and 7C. RGB value is (224,45,124). Sum of RGB (Red+Green+Blue) = 224+45+124=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D7C is #1FD283. Grayscale: #6B6B6B. Windows color (decimal): -2085508 or 8138208. OLE color: 8138208.

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

Color convert

RGB22445124-
CMYK00.800.450.12
HSL333.52º74.27%52.75%-
HSV(B)333.52º79.91%87.84%-
XYZ35.3219.1820.91-
YUV107.53137.3211.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.00%
GREEN value IS 45 (17.97% from 255) = 11.45%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=57.00%
G=11.45%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244512400.800.450.12333.5274.2752.75
HexE02D7C0502DC14e4a35
Octal340551740120551451611265
Binary1110000010110111111000101000010110111001010011101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D7C; }

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

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

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

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

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

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

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

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