Shades of Deep Cerise #E11E8A
Tints of Deep Cerise #E11E8A
RGB
CMYK
RGB Variations
Color information
#E11E8A (or 0xE11E8A) is known color: Deep Cerise. HEX triplet: E1, 1E and 8A. RGB value is (225,30,138). Sum of RGB (Red+Green+Blue) = 225+30+138=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11E8A is #1EE175. Grayscale: #646464. Windows color (decimal): -2023798 or 9051873. OLE color: 9051873.
HSL color Cylindrical-coordinate representation of color #E11E8A: hue angle of 326.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E8A is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 138 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.12 |
| HSL | 326.77º | 0.76% | 0.5% | - |
| HSV(B) | 326.77º | 0.87% | 0.88% | - |
| XYZ | 36.1 | 18.77 | 25.77 | - |
| YUV | 100.62 | 149.1 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 138 | 0 | 0.87 | 0.39 | 0.12 | 326.77 | 0.76 | 0.5 |
| Hex | E1 | 1E | 8A | 0 | 57 | 27 | C | 147 | 4C | 32 |
| Octal | 341 | 36 | 212 | 0 | 127 | 47 | 14 | 507 | 114 | 62 |
| Binary | 11100001 | 11110 | 10001010 | 0 | 1010111 | 100111 | 1100 | 101000111 | 1001100 | 110010 |
Color Harmonies of #E11E8A
Complementary color
Monochromatic Colors of #E11E8A
Black with #E11E8A
Text Example
Text Example
White with #E11E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E8A; }
p { color: rgb(225,30,138); }
H1.HeaderClassName
{
color: #E11E8A;
}
.AnyTagClassName
{
color: #E11E8A;
}
</style>
background-color css
<style>
a { background-color: #E11E8A; }
a { background-color: rgb(225,30,138); }
div.DivClassName
{
background-color: #E11E8A;
}
.BgClassName
{
background-color: #E11E8A;
}
</style>
border-color css
<style>
span { border-color: #E11E8A; }
span { border-color: rgb(225,30,138); }
td.TdClassName
{
border-color: #E11E8A;
}
.TagClassName
{
border-color: #E11E8A;
}
</style>