#E03390

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

Shades of Deep Cerise #E03390

Tints of Deep Cerise #E03390

Color information

#E03390 (or 0xE03390) is unknown color: approx Deep Cerise. HEX triplet: E0, 33 and 90. RGB value is (224,51,144). Sum of RGB (Red+Green+Blue) = 224+51+144=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E03390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03390 is #1FCC6F. Grayscale: #717171. Windows color (decimal): -2083952 or 9450464. OLE color: 9450464.

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

Color convert

RGB22451144-
CMYK00.770.360.12
HSL327.75º73.62%53.92%-
HSV(B)327.75º77.23%87.84%-
XYZ36.9620.2328.34-
YUV113.33145.31206.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.46%
GREEN value IS 51 (20.31% from 255) = 12.17%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=53.46%
G=12.17%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245114400.770.360.12327.7573.6253.92
HexE0339004D24C1484a36
Octal340632200115441451011266
Binary11100000110011100100000100110110010011001010010001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03390; }

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

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

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

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

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

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

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

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