#E03F97

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

Shades of Deep Cerise #E03F97

Tints of Deep Cerise #E03F97

Color information

#E03F97 (or 0xE03F97) is unknown color: approx Deep Cerise. HEX triplet: E0, 3F and 97. RGB value is (224,63,151). Sum of RGB (Red+Green+Blue) = 224+63+151=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03F97 is #1FC068. Grayscale: #787878. Windows color (decimal): -2080873 or 9912288. OLE color: 9912288.

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

Color convert

RGB22463151-
CMYK00.720.330.12
HSL327.2º72.2%56.27%-
HSV(B)327.2º71.88%87.84%-
XYZ38.121.6431.45-
YUV121.17144.84201.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.14%
GREEN value IS 63 (25% from 255) = 14.38%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=51.14%
G=14.38%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246315100.720.330.12327.272.256.27
HexE03F9704821C1474838
Octal340772270110411450711070
Binary11100000111111100101110100100010000111001010001111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03F97; }

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

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

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

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

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

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

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

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