#E03382

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

Shades of Deep Cerise #E03382

Tints of Deep Cerise #E03382

Color information

#E03382 (or 0xE03382) is unknown color: approx Deep Cerise. HEX triplet: E0, 33 and 82. RGB value is (224,51,130). Sum of RGB (Red+Green+Blue) = 224+51+130=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E03382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03382 is #1FCC7D. Grayscale: #6F6F6F. Windows color (decimal): -2083966 or 8532960. OLE color: 8532960.

HSL color Cylindrical-coordinate representation of color #E03382: hue angle of 332.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03382 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB22451130-
CMYK00.770.420.12
HSL332.6º73.62%53.92%-
HSV(B)332.6º77.23%87.84%-
XYZ35.9519.8323.05-
YUV111.73138.31208.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.31%
GREEN value IS 51 (20.31% from 255) = 12.59%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=55.31%
G=12.59%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245113000.770.420.12332.673.6253.92
HexE0338204D2AC14d4a36
Octal340632020115521451511266
Binary11100000110011100000100100110110101011001010011011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03382; }

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

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

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

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

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

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

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

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