Shades of Deep Cerise #E32982
Tints of Deep Cerise #E32982
RGB
CMYK
RGB Variations
Color information
#E32982 (or 0xE32982) is known color: Deep Cerise. HEX triplet: E3, 29 and 82. RGB value is (227,41,130). Sum of RGB (Red+Green+Blue) = 227+41+130=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E32982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32982 is #1CD67D. Grayscale: #6A6A6A. Windows color (decimal): -1889918 or 8530403. OLE color: 8530403.
HSL color Cylindrical-coordinate representation of color #E32982: hue angle of 331.29º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32982 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 130 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.11 |
| HSL | 331.29º | 0.77% | 0.53% | - |
| HSV(B) | 331.29º | 0.82% | 0.89% | - |
| XYZ | 36.5 | 19.53 | 22.96 | - |
| YUV | 106.76 | 141.12 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 130 | 0 | 0.82 | 0.43 | 0.11 | 331.29 | 0.77 | 0.53 |
| Hex | E3 | 29 | 82 | 0 | 52 | 2B | B | 14B | 4D | 35 |
| Octal | 343 | 51 | 202 | 0 | 122 | 53 | 13 | 513 | 115 | 65 |
| Binary | 11100011 | 101001 | 10000010 | 0 | 1010010 | 101011 | 1011 | 101001011 | 1001101 | 110101 |
Color Harmonies of #E32982
Complementary color
Monochromatic Colors of #E32982
Black with #E32982
Text Example
Text Example
White with #E32982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32982; }
p { color: rgb(227,41,130); }
H1.HeaderClassName
{
color: #E32982;
}
.AnyTagClassName
{
color: #E32982;
}
</style>
background-color css
<style>
a { background-color: #E32982; }
a { background-color: rgb(227,41,130); }
div.DivClassName
{
background-color: #E32982;
}
.BgClassName
{
background-color: #E32982;
}
</style>
border-color css
<style>
span { border-color: #E32982; }
span { border-color: rgb(227,41,130); }
td.TdClassName
{
border-color: #E32982;
}
.TagClassName
{
border-color: #E32982;
}
</style>