Shades of Deep Cerise #E82C8A
Tints of Deep Cerise #E82C8A
RGB
CMYK
RGB Variations
Color information
#E82C8A (or 0xE82C8A) is known color: Deep Cerise. HEX triplet: E8, 2C and 8A. RGB value is (232,44,138). Sum of RGB (Red+Green+Blue) = 232+44+138=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82C8A is #17D375. Grayscale: #6E6E6E. Windows color (decimal): -1561462 or 9055464. OLE color: 9055464.
HSL color Cylindrical-coordinate representation of color #E82C8A: hue angle of 330º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82C8A is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 138 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.09 |
| HSL | 330º | 0.8% | 0.54% | - |
| HSV(B) | 330º | 0.81% | 0.91% | - |
| XYZ | 38.77 | 20.79 | 26.01 | - |
| YUV | 110.93 | 143.28 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 138 | 0 | 0.81 | 0.41 | 0.09 | 330 | 0.8 | 0.54 |
| Hex | E8 | 2C | 8A | 0 | 51 | 29 | 9 | 14A | 50 | 36 |
| Octal | 350 | 54 | 212 | 0 | 121 | 51 | 11 | 512 | 120 | 66 |
| Binary | 11101000 | 101100 | 10001010 | 0 | 1010001 | 101001 | 1001 | 101001010 | 1010000 | 110110 |
Color Harmonies of #E82C8A
Complementary color
Monochromatic Colors of #E82C8A
Black with #E82C8A
Text Example
Text Example
White with #E82C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C8A; }
p { color: rgb(232,44,138); }
H1.HeaderClassName
{
color: #E82C8A;
}
.AnyTagClassName
{
color: #E82C8A;
}
</style>
background-color css
<style>
a { background-color: #E82C8A; }
a { background-color: rgb(232,44,138); }
div.DivClassName
{
background-color: #E82C8A;
}
.BgClassName
{
background-color: #E82C8A;
}
</style>
border-color css
<style>
span { border-color: #E82C8A; }
span { border-color: rgb(232,44,138); }
td.TdClassName
{
border-color: #E82C8A;
}
.TagClassName
{
border-color: #E82C8A;
}
</style>