#E04080

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

Shades of Deep Cerise #E04080

Tints of Deep Cerise #E04080

Color information

#E04080 (or 0xE04080) is unknown color: approx Deep Cerise. HEX triplet: E0, 40 and 80. RGB value is (224,64,128). Sum of RGB (Red+Green+Blue) = 224+64+128=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E04080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04080 is #1FBF7F. Grayscale: #777777. Windows color (decimal): -2080640 or 8405216. OLE color: 8405216.

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

Color convert

RGB22464128-
CMYK00.710.430.12
HSL336º72.07%56.47%-
HSV(B)336º71.43%87.84%-
XYZ36.4721.0722.57-
YUV119.14133.01202.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.85%
GREEN value IS 64 (25.39% from 255) = 15.38%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=53.85%
G=15.38%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246412800.710.430.1233672.0756.47
HexE040800472BC1504838
Octal3401002000107531452011070
Binary111000001000000100000000100011110101111001010100001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04080; }

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

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

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

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

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

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

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

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