#E24080

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

Shades of Deep Cerise #E24080

Tints of Deep Cerise #E24080

Color information

#E24080 (or 0xE24080) is unknown color: approx Deep Cerise. HEX triplet: E2, 40 and 80. RGB value is (226,64,128). Sum of RGB (Red+Green+Blue) = 226+64+128=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E24080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24080 is #1DBF7F. Grayscale: #777777. Windows color (decimal): -1949568 or 8405218. OLE color: 8405218.

HSL color Cylindrical-coordinate representation of color #E24080: hue angle of 336.3º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E24080 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB22664128-
CMYK00.720.430.11
HSL336.3º73.64%56.86%-
HSV(B)336.3º71.68%88.63%-
XYZ37.0921.3922.6-
YUV119.73132.67203.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.07%
GREEN value IS 64 (25.39% from 255) = 15.31%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=54.07%
G=15.31%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266412800.720.430.11336.373.6456.86
HexE240800482BB1504a39
Octal3421002000110531352011271
Binary111000101000000100000000100100010101110111010100001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24080; }

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

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

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

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

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

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

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

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