Shades of Deep Cerise #E82F98
Tints of Deep Cerise #E82F98
RGB
CMYK
RGB Variations
Color information
#E82F98 (or 0xE82F98) is known color: Deep Cerise. HEX triplet: E8, 2F and 98. RGB value is (232,47,152). Sum of RGB (Red+Green+Blue) = 232+47+152=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82F98 is #17D067. Grayscale: #727272. Windows color (decimal): -1560680 or 9973736. OLE color: 9973736.
HSL color Cylindrical-coordinate representation of color #E82F98: hue angle of 325.95º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F98 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 152 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.09 |
| HSL | 325.95º | 0.8% | 0.55% | - |
| HSV(B) | 325.95º | 0.8% | 0.91% | - |
| XYZ | 39.96 | 21.46 | 31.74 | - |
| YUV | 114.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 152 | 0 | 0.80 | 0.34 | 0.09 | 325.95 | 0.8 | 0.55 |
| Hex | E8 | 2F | 98 | 0 | 50 | 22 | 9 | 146 | 50 | 37 |
| Octal | 350 | 57 | 230 | 0 | 120 | 42 | 11 | 506 | 120 | 67 |
| Binary | 11101000 | 101111 | 10011000 | 0 | 1010000 | 100010 | 1001 | 101000110 | 1010000 | 110111 |
Color Harmonies of #E82F98
Complementary color
Monochromatic Colors of #E82F98
Black with #E82F98
Text Example
Text Example
White with #E82F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F98; }
p { color: rgb(232,47,152); }
H1.HeaderClassName
{
color: #E82F98;
}
.AnyTagClassName
{
color: #E82F98;
}
</style>
background-color css
<style>
a { background-color: #E82F98; }
a { background-color: rgb(232,47,152); }
div.DivClassName
{
background-color: #E82F98;
}
.BgClassName
{
background-color: #E82F98;
}
</style>
border-color css
<style>
span { border-color: #E82F98; }
span { border-color: rgb(232,47,152); }
td.TdClassName
{
border-color: #E82F98;
}
.TagClassName
{
border-color: #E82F98;
}
</style>