#E04196

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

Shades of Deep Cerise #E04196

Tints of Deep Cerise #E04196

Color information

#E04196 (or 0xE04196) is unknown color: approx Deep Cerise. HEX triplet: E0, 41 and 96. RGB value is (224,65,150). Sum of RGB (Red+Green+Blue) = 224+65+150=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E04196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04196 is #1FBE69. Grayscale: #7A7A7A. Windows color (decimal): -2080362 or 9847264. OLE color: 9847264.

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

Color convert

RGB22465150-
CMYK00.710.330.12
HSL327.92º71.95%56.67%-
HSV(B)327.92º70.98%87.84%-
XYZ38.1421.8331.06-
YUV122.23143.68200.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.03%
GREEN value IS 65 (25.78% from 255) = 14.81%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=51.03%
G=14.81%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246515000.710.330.12327.9271.9556.67
HexE0419604721C1484839
Octal3401012260107411451011071
Binary111000001000001100101100100011110000111001010010001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04196; }

 p { color: rgb(224,65,150); }

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

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

 a { background-color: rgb(224,65,150); }

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

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

 span { border-color: rgb(224,65,150); }

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