Shades of Deep Cerise #E11B9A
Tints of Deep Cerise #E11B9A
RGB
CMYK
RGB Variations
Color information
#E11B9A (or 0xE11B9A) is known color: Deep Cerise. HEX triplet: E1, 1B and 9A. RGB value is (225,27,154). Sum of RGB (Red+Green+Blue) = 225+27+154=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11B9A is #1EE465. Grayscale: #646464. Windows color (decimal): -2024550 or 10099681. OLE color: 10099681.
HSL color Cylindrical-coordinate representation of color #E11B9A: hue angle of 321.52º 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 #E11B9A is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 154 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.12 |
| HSL | 321.52º | 0.79% | 0.49% | - |
| HSV(B) | 321.52º | 0.88% | 0.88% | - |
| XYZ | 37.28 | 19.12 | 32.3 | - |
| YUV | 100.68 | 158.1 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 154 | 0 | 0.88 | 0.32 | 0.12 | 321.52 | 0.79 | 0.49 |
| Hex | E1 | 1B | 9A | 0 | 58 | 20 | C | 142 | 4F | 31 |
| Octal | 341 | 33 | 232 | 0 | 130 | 40 | 14 | 502 | 117 | 61 |
| Binary | 11100001 | 11011 | 10011010 | 0 | 1011000 | 100000 | 1100 | 101000010 | 1001111 | 110001 |
Color Harmonies of #E11B9A
Complementary color
Monochromatic Colors of #E11B9A
Black with #E11B9A
Text Example
Text Example
White with #E11B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B9A; }
p { color: rgb(225,27,154); }
H1.HeaderClassName
{
color: #E11B9A;
}
.AnyTagClassName
{
color: #E11B9A;
}
</style>
background-color css
<style>
a { background-color: #E11B9A; }
a { background-color: rgb(225,27,154); }
div.DivClassName
{
background-color: #E11B9A;
}
.BgClassName
{
background-color: #E11B9A;
}
</style>
border-color css
<style>
span { border-color: #E11B9A; }
span { border-color: rgb(225,27,154); }
td.TdClassName
{
border-color: #E11B9A;
}
.TagClassName
{
border-color: #E11B9A;
}
</style>