#E02D7B

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

Shades of Deep Cerise #E02D7B

Tints of Deep Cerise #E02D7B

Color information

#E02D7B (or 0xE02D7B) is unknown color: approx Deep Cerise. HEX triplet: E0, 2D and 7B. RGB value is (224,45,123). Sum of RGB (Red+Green+Blue) = 224+45+123=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02D7B is #1FD284. Grayscale: #6B6B6B. Windows color (decimal): -2085509 or 8072672. OLE color: 8072672.

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

Color convert

RGB22445123-
CMYK00.800.450.12
HSL333.85º74.27%52.75%-
HSV(B)333.85º79.91%87.84%-
XYZ35.2519.1520.58-
YUV107.41136.8211.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.14%
GREEN value IS 45 (17.97% from 255) = 11.48%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=57.14%
G=11.48%
B=31.38%

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
Decimal2244512300.800.450.12333.8574.2752.75
HexE02D7B0502DC14e4a35
Octal340551730120551451611265
Binary1110000010110111110110101000010110111001010011101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D7B; }

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

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

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

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

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

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

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

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