#E04290

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

Shades of Deep Cerise #E04290

Tints of Deep Cerise #E04290

Color information

#E04290 (or 0xE04290) is unknown color: approx Deep Cerise. HEX triplet: E0, 42 and 90. RGB value is (224,66,144). Sum of RGB (Red+Green+Blue) = 224+66+144=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E04290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04290 is #1FBD6F. Grayscale: #797979. Windows color (decimal): -2080112 or 9454304. OLE color: 9454304.

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

Color convert

RGB22466144-
CMYK00.710.360.12
HSL330.38º71.82%56.86%-
HSV(B)330.38º70.54%87.84%-
XYZ37.7221.7628.6-
YUV122.13140.35200.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.61%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=51.61%
G=15.21%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246614400.710.360.12330.3871.8256.86
HexE0429004724C14a4839
Octal3401022200107441451211071
Binary111000001000010100100000100011110010011001010010101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04290; }

 p { color: rgb(224,66,144); }

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

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

 a { background-color: rgb(224,66,144); }

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

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

 span { border-color: rgb(224,66,144); }

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