#E03392

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

Shades of Deep Cerise #E03392

Tints of Deep Cerise #E03392

Color information

#E03392 (or 0xE03392) is unknown color: approx Deep Cerise. HEX triplet: E0, 33 and 92. RGB value is (224,51,146). Sum of RGB (Red+Green+Blue) = 224+51+146=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E03392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03392 is #1FCC6D. Grayscale: #717171. Windows color (decimal): -2083950 or 9581536. OLE color: 9581536.

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

Color convert

RGB22451146-
CMYK00.770.350.12
HSL327.05º73.62%53.92%-
HSV(B)327.05º77.23%87.84%-
XYZ37.1120.2929.15-
YUV113.56146.31206.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.21%
GREEN value IS 51 (20.31% from 255) = 12.11%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=53.21%
G=12.11%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245114600.770.350.12327.0573.6253.92
HexE0339204D23C1474a36
Octal340632220115431450711266
Binary11100000110011100100100100110110001111001010001111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03392; }

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

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

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

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

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

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

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

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