#E02D7A

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

Shades of Deep Cerise #E02D7A

Tints of Deep Cerise #E02D7A

Color information

#E02D7A (or 0xE02D7A) is unknown color: approx Deep Cerise. HEX triplet: E0, 2D and 7A. RGB value is (224,45,122). Sum of RGB (Red+Green+Blue) = 224+45+122=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D7A is #1FD285. Grayscale: #6B6B6B. Windows color (decimal): -2085510 or 8007136. OLE color: 8007136.

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

Color convert

RGB22445122-
CMYK00.800.460.12
HSL334.19º74.27%52.75%-
HSV(B)334.19º79.91%87.84%-
XYZ35.1919.1320.25-
YUV107.3136.3211.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.29%
GREEN value IS 45 (17.97% from 255) = 11.51%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=57.29%
G=11.51%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244512200.800.460.12334.1974.2752.75
HexE02D7A0502EC14e4a35
Octal340551720120561451611265
Binary1110000010110111110100101000010111011001010011101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D7A; }

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

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

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

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

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

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

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

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