Shades of Deep Cerise #E91F7D
Tints of Deep Cerise #E91F7D
RGB
CMYK
RGB Variations
Color information
#E91F7D (or 0xE91F7D) is known color: Deep Cerise. HEX triplet: E9, 1F and 7D. RGB value is (233,31,125). Sum of RGB (Red+Green+Blue) = 233+31+125=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91F7D is #16E082. Grayscale: #656565. Windows color (decimal): -1499267 or 8200169. OLE color: 8200169.
HSL color Cylindrical-coordinate representation of color #E91F7D: hue angle of 332.08º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F7D is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 125 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.09 |
| HSL | 332.08º | 0.82% | 0.52% | - |
| HSV(B) | 332.08º | 0.87% | 0.91% | - |
| XYZ | 37.8 | 19.78 | 21.23 | - |
| YUV | 102.11 | 140.92 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 125 | 0 | 0.87 | 0.46 | 0.09 | 332.08 | 0.82 | 0.52 |
| Hex | E9 | 1F | 7D | 0 | 57 | 2E | 9 | 14C | 52 | 34 |
| Octal | 351 | 37 | 175 | 0 | 127 | 56 | 11 | 514 | 122 | 64 |
| Binary | 11101001 | 11111 | 1111101 | 0 | 1010111 | 101110 | 1001 | 101001100 | 1010010 | 110100 |
Color Harmonies of #E91F7D
Complementary color
Monochromatic Colors of #E91F7D
Black with #E91F7D
Text Example
Text Example
White with #E91F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F7D; }
p { color: rgb(233,31,125); }
H1.HeaderClassName
{
color: #E91F7D;
}
.AnyTagClassName
{
color: #E91F7D;
}
</style>
background-color css
<style>
a { background-color: #E91F7D; }
a { background-color: rgb(233,31,125); }
div.DivClassName
{
background-color: #E91F7D;
}
.BgClassName
{
background-color: #E91F7D;
}
</style>
border-color css
<style>
span { border-color: #E91F7D; }
span { border-color: rgb(233,31,125); }
td.TdClassName
{
border-color: #E91F7D;
}
.TagClassName
{
border-color: #E91F7D;
}
</style>