Shades of Deep Cerise #E040A2
Tints of Deep Cerise #E040A2
RGB
CMYK
RGB Variations
Color information
#E040A2 (or 0xE040A2) is known color: Deep Cerise. HEX triplet: E0, 40 and A2. RGB value is (224,64,162). Sum of RGB (Red+Green+Blue) = 224+64+162=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E040A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E040A2 is #1FBF5D. Grayscale: #7A7A7A. Windows color (decimal): -2080606 or 10633440. OLE color: 10633440.
HSL color Cylindrical-coordinate representation of color #E040A2: hue angle of 323.25º 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 #E040A2 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 162 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.12 |
| HSL | 323.25º | 0.72% | 0.56% | - |
| HSV(B) | 323.25º | 0.71% | 0.88% | - |
| XYZ | 39.1 | 22.12 | 36.39 | - |
| YUV | 123.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 162 | 0 | 0.71 | 0.28 | 0.12 | 323.25 | 0.72 | 0.56 |
| Hex | E0 | 40 | A2 | 0 | 47 | 1C | C | 143 | 48 | 38 |
| Octal | 340 | 100 | 242 | 0 | 107 | 34 | 14 | 503 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10100010 | 0 | 1000111 | 11100 | 1100 | 101000011 | 1001000 | 111000 |
Color Harmonies of #E040A2
Complementary color
Monochromatic Colors of #E040A2
Black with #E040A2
Text Example
Text Example
White with #E040A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040A2; }
p { color: rgb(224,64,162); }
H1.HeaderClassName
{
color: #E040A2;
}
.AnyTagClassName
{
color: #E040A2;
}
</style>
background-color css
<style>
a { background-color: #E040A2; }
a { background-color: rgb(224,64,162); }
div.DivClassName
{
background-color: #E040A2;
}
.BgClassName
{
background-color: #E040A2;
}
</style>
border-color css
<style>
span { border-color: #E040A2; }
span { border-color: rgb(224,64,162); }
td.TdClassName
{
border-color: #E040A2;
}
.TagClassName
{
border-color: #E040A2;
}
</style>