Shades of Deep Cerise #E91F82
Tints of Deep Cerise #E91F82
RGB
CMYK
RGB Variations
Color information
#E91F82 (or 0xE91F82) is known color: Deep Cerise. HEX triplet: E9, 1F and 82. RGB value is (233,31,130). Sum of RGB (Red+Green+Blue) = 233+31+130=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91F82 is #16E07D. Grayscale: #666666. Windows color (decimal): -1499262 or 8527849. OLE color: 8527849.
HSL color Cylindrical-coordinate representation of color #E91F82: hue angle of 330.59º 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 #E91F82 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 130 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.09 |
| HSL | 330.59º | 0.82% | 0.52% | - |
| HSV(B) | 330.59º | 0.87% | 0.91% | - |
| XYZ | 38.12 | 19.92 | 22.95 | - |
| YUV | 102.68 | 143.42 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 130 | 0 | 0.87 | 0.44 | 0.09 | 330.59 | 0.82 | 0.52 |
| Hex | E9 | 1F | 82 | 0 | 57 | 2C | 9 | 14B | 52 | 34 |
| Octal | 351 | 37 | 202 | 0 | 127 | 54 | 11 | 513 | 122 | 64 |
| Binary | 11101001 | 11111 | 10000010 | 0 | 1010111 | 101100 | 1001 | 101001011 | 1010010 | 110100 |
Color Harmonies of #E91F82
Complementary color
Monochromatic Colors of #E91F82
Black with #E91F82
Text Example
Text Example
White with #E91F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F82; }
p { color: rgb(233,31,130); }
H1.HeaderClassName
{
color: #E91F82;
}
.AnyTagClassName
{
color: #E91F82;
}
</style>
background-color css
<style>
a { background-color: #E91F82; }
a { background-color: rgb(233,31,130); }
div.DivClassName
{
background-color: #E91F82;
}
.BgClassName
{
background-color: #E91F82;
}
</style>
border-color css
<style>
span { border-color: #E91F82; }
span { border-color: rgb(233,31,130); }
td.TdClassName
{
border-color: #E91F82;
}
.TagClassName
{
border-color: #E91F82;
}
</style>