#E040A0

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

Shades of Deep Cerise #E040A0

Tints of Deep Cerise #E040A0

Color information

#E040A0 (or 0xE040A0) is unknown color: approx Deep Cerise. HEX triplet: E0, 40 and A0. RGB value is (224,64,160). Sum of RGB (Red+Green+Blue) = 224+64+160=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E040A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E040A0 is #1FBF5F. Grayscale: #7A7A7A. Windows color (decimal): -2080608 or 10502368. OLE color: 10502368.

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

Color convert

RGB22464160-
CMYK00.710.290.12
HSL324º72.07%56.47%-
HSV(B)324º71.43%87.84%-
XYZ38.9222.0535.46-
YUV122.78149.01200.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 14.29%
BLUE value IS 160 (62.89% from 255) = 35.71%
R=50%
G=14.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246416000.710.290.1232472.0756.47
HexE040A00471DC1444838
Octal3401002400107351450411070
Binary11100000100000010100000010001111110111001010001001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E040A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E040A0; }

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

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

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

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

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

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

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

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