Shades of Deep Cerise #E040A0
Tints of Deep Cerise #E040A0
RGB
CMYK
RGB Variations
Color information
#E040A0 (or 0xE040A0) is known color: 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
RGB | 224 | 64 | 160 | - |
CMYK | 0 | 0.71 | 0.29 | 0.12 |
HSL | 324º | 0.72% | 0.56% | - |
HSV(B) | 324º | 0.71% | 0.88% | - |
XYZ | 38.92 | 22.05 | 35.46 | - |
YUV | 122.78 | 149.01 | 200.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 64 | 160 | 0 | 0.71 | 0.29 | 0.12 | 324 | 0.72 | 0.56 |
Hex | E0 | 40 | A0 | 0 | 47 | 1D | C | 144 | 48 | 38 |
Octal | 340 | 100 | 240 | 0 | 107 | 35 | 14 | 504 | 110 | 70 |
Binary | 11100000 | 1000000 | 10100000 | 0 | 1000111 | 11101 | 1100 | 101000100 | 1001000 | 111000 |
Color Harmonies of #E040A0
Complementary color
Monochromatic Colors of #E040A0
Black with #E040A0
Text Example
Text Example
White with #E040A0
Text Example
Text Example
HTML Codes & Css Web 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>