Shades of Deep Cerise #E91B7F
Tints of Deep Cerise #E91B7F
RGB
CMYK
RGB Variations
Color information
#E91B7F (or 0xE91B7F) is known color: Deep Cerise. HEX triplet: E9, 1B and 7F. RGB value is (233,27,127). Sum of RGB (Red+Green+Blue) = 233+27+127=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B7F is #16E480. Grayscale: #636363. Windows color (decimal): -1500289 or 8330217. OLE color: 8330217.
HSL color Cylindrical-coordinate representation of color #E91B7F: hue angle of 330.87º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91B7F is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 127 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.09 |
| HSL | 330.87º | 0.82% | 0.51% | - |
| HSV(B) | 330.87º | 0.88% | 0.91% | - |
| XYZ | 37.83 | 19.64 | 21.88 | - |
| YUV | 99.99 | 143.25 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 127 | 0 | 0.88 | 0.45 | 0.09 | 330.87 | 0.82 | 0.51 |
| Hex | E9 | 1B | 7F | 0 | 58 | 2D | 9 | 14B | 52 | 33 |
| Octal | 351 | 33 | 177 | 0 | 130 | 55 | 11 | 513 | 122 | 63 |
| Binary | 11101001 | 11011 | 1111111 | 0 | 1011000 | 101101 | 1001 | 101001011 | 1010010 | 110011 |
Color Harmonies of #E91B7F
Complementary color
Monochromatic Colors of #E91B7F
Black with #E91B7F
Text Example
Text Example
White with #E91B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B7F; }
p { color: rgb(233,27,127); }
H1.HeaderClassName
{
color: #E91B7F;
}
.AnyTagClassName
{
color: #E91B7F;
}
</style>
background-color css
<style>
a { background-color: #E91B7F; }
a { background-color: rgb(233,27,127); }
div.DivClassName
{
background-color: #E91B7F;
}
.BgClassName
{
background-color: #E91B7F;
}
</style>
border-color css
<style>
span { border-color: #E91B7F; }
span { border-color: rgb(233,27,127); }
td.TdClassName
{
border-color: #E91B7F;
}
.TagClassName
{
border-color: #E91B7F;
}
</style>