Shades of Deep Cerise #E82F90
Tints of Deep Cerise #E82F90
RGB
CMYK
RGB Variations
Color information
#E82F90 (or 0xE82F90) is known color: Deep Cerise. HEX triplet: E8, 2F and 90. RGB value is (232,47,144). Sum of RGB (Red+Green+Blue) = 232+47+144=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82F90 is #17D06F. Grayscale: #717171. Windows color (decimal): -1560688 or 9449448. OLE color: 9449448.
HSL color Cylindrical-coordinate representation of color #E82F90: hue angle of 328.54º 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 #E82F90 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 144 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.09 |
| HSL | 328.54º | 0.8% | 0.55% | - |
| HSV(B) | 328.54º | 0.8% | 0.91% | - |
| XYZ | 39.33 | 21.2 | 28.41 | - |
| YUV | 113.37 | 145.29 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 144 | 0 | 0.80 | 0.38 | 0.09 | 328.54 | 0.8 | 0.55 |
| Hex | E8 | 2F | 90 | 0 | 50 | 26 | 9 | 149 | 50 | 37 |
| Octal | 350 | 57 | 220 | 0 | 120 | 46 | 11 | 511 | 120 | 67 |
| Binary | 11101000 | 101111 | 10010000 | 0 | 1010000 | 100110 | 1001 | 101001001 | 1010000 | 110111 |
Color Harmonies of #E82F90
Complementary color
Monochromatic Colors of #E82F90
Black with #E82F90
Text Example
Text Example
White with #E82F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F90; }
p { color: rgb(232,47,144); }
H1.HeaderClassName
{
color: #E82F90;
}
.AnyTagClassName
{
color: #E82F90;
}
</style>
background-color css
<style>
a { background-color: #E82F90; }
a { background-color: rgb(232,47,144); }
div.DivClassName
{
background-color: #E82F90;
}
.BgClassName
{
background-color: #E82F90;
}
</style>
border-color css
<style>
span { border-color: #E82F90; }
span { border-color: rgb(232,47,144); }
td.TdClassName
{
border-color: #E82F90;
}
.TagClassName
{
border-color: #E82F90;
}
</style>