#E02D82

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

Shades of Deep Cerise #E02D82

Tints of Deep Cerise #E02D82

Color information

#E02D82 (or 0xE02D82) is unknown color: approx Deep Cerise. HEX triplet: E0, 2D and 82. RGB value is (224,45,130). Sum of RGB (Red+Green+Blue) = 224+45+130=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D82 is #1FD27D. Grayscale: #6C6C6C. Windows color (decimal): -2085502 or 8531424. OLE color: 8531424.

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

Color convert

RGB22445130-
CMYK00.800.420.12
HSL331.51º74.27%52.75%-
HSV(B)331.51º79.91%87.84%-
XYZ35.7119.3422.97-
YUV108.21140.3210.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.14%
GREEN value IS 45 (17.97% from 255) = 11.28%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=56.14%
G=11.28%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244513000.800.420.12331.5174.2752.75
HexE02D820502AC14c4a35
Octal340552020120521451411265
Binary11100000101101100000100101000010101011001010011001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D82; }

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

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

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

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

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

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

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

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