Shades of Deep Cerise #E11B98
Tints of Deep Cerise #E11B98
RGB
CMYK
RGB Variations
Color information
#E11B98 (or 0xE11B98) is known color: Deep Cerise. HEX triplet: E1, 1B and 98. RGB value is (225,27,152). Sum of RGB (Red+Green+Blue) = 225+27+152=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11B98 is #1EE467. Grayscale: #646464. Windows color (decimal): -2024552 or 9968609. OLE color: 9968609.
HSL color Cylindrical-coordinate representation of color #E11B98: hue angle of 322.12º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11B98 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 152 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.12 |
| HSL | 322.12º | 0.79% | 0.49% | - |
| HSV(B) | 322.12º | 0.88% | 0.88% | - |
| XYZ | 37.11 | 19.06 | 31.43 | - |
| YUV | 100.45 | 157.1 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 152 | 0 | 0.88 | 0.32 | 0.12 | 322.12 | 0.79 | 0.49 |
| Hex | E1 | 1B | 98 | 0 | 58 | 20 | C | 142 | 4F | 31 |
| Octal | 341 | 33 | 230 | 0 | 130 | 40 | 14 | 502 | 117 | 61 |
| Binary | 11100001 | 11011 | 10011000 | 0 | 1011000 | 100000 | 1100 | 101000010 | 1001111 | 110001 |
Color Harmonies of #E11B98
Complementary color
Monochromatic Colors of #E11B98
Black with #E11B98
Text Example
Text Example
White with #E11B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B98; }
p { color: rgb(225,27,152); }
H1.HeaderClassName
{
color: #E11B98;
}
.AnyTagClassName
{
color: #E11B98;
}
</style>
background-color css
<style>
a { background-color: #E11B98; }
a { background-color: rgb(225,27,152); }
div.DivClassName
{
background-color: #E11B98;
}
.BgClassName
{
background-color: #E11B98;
}
</style>
border-color css
<style>
span { border-color: #E11B98; }
span { border-color: rgb(225,27,152); }
td.TdClassName
{
border-color: #E11B98;
}
.TagClassName
{
border-color: #E11B98;
}
</style>