#E03C80

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

Shades of Deep Cerise #E03C80

Tints of Deep Cerise #E03C80

Color information

#E03C80 (or 0xE03C80) is unknown color: approx Deep Cerise. HEX triplet: E0, 3C and 80. RGB value is (224,60,128). Sum of RGB (Red+Green+Blue) = 224+60+128=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03C80 is #1FC37F. Grayscale: #747474. Windows color (decimal): -2081664 or 8404192. OLE color: 8404192.

HSL color Cylindrical-coordinate representation of color #E03C80: hue angle of 335.12º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03C80 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB22460128-
CMYK00.730.430.12
HSL335.12º72.57%55.69%-
HSV(B)335.12º73.21%87.84%-
XYZ36.2520.6422.49-
YUV116.79134.33204.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.37%
GREEN value IS 60 (23.83% from 255) = 14.56%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=54.37%
G=14.56%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246012800.730.430.12335.1272.5755.69
HexE03C800492BC14f4938
Octal340742000111531451711170
Binary11100000111100100000000100100110101111001010011111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03C80; }

 p { color: rgb(224,60,128); }

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

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

 a { background-color: rgb(224,60,128); }

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

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

 span { border-color: rgb(224,60,128); }

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