Shades of Deep Cerise #E11C8B
Tints of Deep Cerise #E11C8B
RGB
CMYK
RGB Variations
Color information
#E11C8B (or 0xE11C8B) is known color: Deep Cerise. HEX triplet: E1, 1C and 8B. RGB value is (225,28,139). Sum of RGB (Red+Green+Blue) = 225+28+139=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11C8B is #1EE374. Grayscale: #636363. Windows color (decimal): -2024309 or 9116897. OLE color: 9116897.
HSL color Cylindrical-coordinate representation of color #E11C8B: hue angle of 326.19º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C8B is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 139 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.12 |
| HSL | 326.19º | 0.78% | 0.5% | - |
| HSV(B) | 326.19º | 0.88% | 0.88% | - |
| XYZ | 36.13 | 18.7 | 26.13 | - |
| YUV | 99.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 139 | 0 | 0.88 | 0.38 | 0.12 | 326.19 | 0.78 | 0.5 |
| Hex | E1 | 1C | 8B | 0 | 58 | 26 | C | 146 | 4E | 32 |
| Octal | 341 | 34 | 213 | 0 | 130 | 46 | 14 | 506 | 116 | 62 |
| Binary | 11100001 | 11100 | 10001011 | 0 | 1011000 | 100110 | 1100 | 101000110 | 1001110 | 110010 |
Color Harmonies of #E11C8B
Complementary color
Monochromatic Colors of #E11C8B
Black with #E11C8B
Text Example
Text Example
White with #E11C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C8B; }
p { color: rgb(225,28,139); }
H1.HeaderClassName
{
color: #E11C8B;
}
.AnyTagClassName
{
color: #E11C8B;
}
</style>
background-color css
<style>
a { background-color: #E11C8B; }
a { background-color: rgb(225,28,139); }
div.DivClassName
{
background-color: #E11C8B;
}
.BgClassName
{
background-color: #E11C8B;
}
</style>
border-color css
<style>
span { border-color: #E11C8B; }
span { border-color: rgb(225,28,139); }
td.TdClassName
{
border-color: #E11C8B;
}
.TagClassName
{
border-color: #E11C8B;
}
</style>