#e03f80

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

Shades of Deep Cerise #E03F80

Tints of Deep Cerise #E03F80

Color information

#E03F80 (or 0xE03F80) is unknown color: approx Deep Cerise. HEX triplet: E0, 3F and 80. RGB value is (224,63,128). Sum of RGB (Red+Green+Blue) = 224+63+128=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03F80 is #1FC07F. Grayscale: #767676. Windows color (decimal): -2080896 or 8404960. OLE color: 8404960.

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

Color convert

RGB22463128-
CMYK00.720.430.12
HSL335.78º72.2%56.27%-
HSV(B)335.78º71.88%87.84%-
XYZ36.4120.9622.55-
YUV118.55133.34203.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.98%
GREEN value IS 63 (25% from 255) = 15.18%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=53.98%
G=15.18%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246312800.720.430.12335.7872.256.27
HexE03F800482BC1504838
Octal340772000110531452011070
Binary11100000111111100000000100100010101111001010100001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03f80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03f80; }

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

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

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

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

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

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

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

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