Shades of Deep Cerise #E82F85
Tints of Deep Cerise #E82F85
RGB
CMYK
RGB Variations
Color information
#E82F85 (or 0xE82F85) is known color: Deep Cerise. HEX triplet: E8, 2F and 85. RGB value is (232,47,133). Sum of RGB (Red+Green+Blue) = 232+47+133=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82F85 is #17D07A. Grayscale: #6F6F6F. Windows color (decimal): -1560699 or 8728552. OLE color: 8728552.
HSL color Cylindrical-coordinate representation of color #E82F85: hue angle of 332.11º 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 #E82F85 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 133 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.09 |
| HSL | 332.11º | 0.8% | 0.55% | - |
| HSV(B) | 332.11º | 0.8% | 0.91% | - |
| XYZ | 38.53 | 20.88 | 24.19 | - |
| YUV | 112.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 133 | 0 | 0.80 | 0.43 | 0.09 | 332.11 | 0.8 | 0.55 |
| Hex | E8 | 2F | 85 | 0 | 50 | 2B | 9 | 14C | 50 | 37 |
| Octal | 350 | 57 | 205 | 0 | 120 | 53 | 11 | 514 | 120 | 67 |
| Binary | 11101000 | 101111 | 10000101 | 0 | 1010000 | 101011 | 1001 | 101001100 | 1010000 | 110111 |
Color Harmonies of #E82F85
Complementary color
Monochromatic Colors of #E82F85
Black with #E82F85
Text Example
Text Example
White with #E82F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F85; }
p { color: rgb(232,47,133); }
H1.HeaderClassName
{
color: #E82F85;
}
.AnyTagClassName
{
color: #E82F85;
}
</style>
background-color css
<style>
a { background-color: #E82F85; }
a { background-color: rgb(232,47,133); }
div.DivClassName
{
background-color: #E82F85;
}
.BgClassName
{
background-color: #E82F85;
}
</style>
border-color css
<style>
span { border-color: #E82F85; }
span { border-color: rgb(232,47,133); }
td.TdClassName
{
border-color: #E82F85;
}
.TagClassName
{
border-color: #E82F85;
}
</style>