Shades of Deep Cerise #E82F8C
Tints of Deep Cerise #E82F8C
RGB
CMYK
RGB Variations
Color information
#E82F8C (or 0xE82F8C) is known color: Deep Cerise. HEX triplet: E8, 2F and 8C. RGB value is (232,47,140). Sum of RGB (Red+Green+Blue) = 232+47+140=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82F8C is #17D073. Grayscale: #707070. Windows color (decimal): -1560692 or 9187304. OLE color: 9187304.
HSL color Cylindrical-coordinate representation of color #E82F8C: hue angle of 329.84º 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 #E82F8C is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 140 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.09 |
| HSL | 329.84º | 0.8% | 0.55% | - |
| HSV(B) | 329.84º | 0.8% | 0.91% | - |
| XYZ | 39.03 | 21.08 | 26.82 | - |
| YUV | 112.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 140 | 0 | 0.80 | 0.40 | 0.09 | 329.84 | 0.8 | 0.55 |
| Hex | E8 | 2F | 8C | 0 | 50 | 28 | 9 | 14A | 50 | 37 |
| Octal | 350 | 57 | 214 | 0 | 120 | 50 | 11 | 512 | 120 | 67 |
| Binary | 11101000 | 101111 | 10001100 | 0 | 1010000 | 101000 | 1001 | 101001010 | 1010000 | 110111 |
Color Harmonies of #E82F8C
Complementary color
Monochromatic Colors of #E82F8C
Black with #E82F8C
Text Example
Text Example
White with #E82F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F8C; }
p { color: rgb(232,47,140); }
H1.HeaderClassName
{
color: #E82F8C;
}
.AnyTagClassName
{
color: #E82F8C;
}
</style>
background-color css
<style>
a { background-color: #E82F8C; }
a { background-color: rgb(232,47,140); }
div.DivClassName
{
background-color: #E82F8C;
}
.BgClassName
{
background-color: #E82F8C;
}
</style>
border-color css
<style>
span { border-color: #E82F8C; }
span { border-color: rgb(232,47,140); }
td.TdClassName
{
border-color: #E82F8C;
}
.TagClassName
{
border-color: #E82F8C;
}
</style>