#E04699

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

Shades of Deep Cerise #E04699

Tints of Deep Cerise #E04699

Color information

#E04699 (or 0xE04699) is unknown color: approx Deep Cerise. HEX triplet: E0, 46 and 99. RGB value is (224,70,153). Sum of RGB (Red+Green+Blue) = 224+70+153=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E04699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04699 is #1FB966. Grayscale: #7D7D7D. Windows color (decimal): -2079079 or 10045152. OLE color: 10045152.

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

Color convert

RGB22470153-
CMYK00.690.320.12
HSL327.66º71.3%57.65%-
HSV(B)327.66º68.75%87.84%-
XYZ38.6822.5332.45-
YUV125.51143.52198.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 70 (27.73% from 255) = 15.66%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=50.11%
G=15.66%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247015300.690.320.12327.6671.357.65
HexE0469904520C148473a
Octal3401062310105401451010772
Binary111000001000110100110010100010110000011001010010001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04699; }

 p { color: rgb(224,70,153); }

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

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

 a { background-color: rgb(224,70,153); }

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

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

 span { border-color: rgb(224,70,153); }

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