Shades of Deep Cerise #E52682
Tints of Deep Cerise #E52682
RGB
CMYK
RGB Variations
Color information
#E52682 (or 0xE52682) is known color: Deep Cerise. HEX triplet: E5, 26 and 82. RGB value is (229,38,130). Sum of RGB (Red+Green+Blue) = 229+38+130=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E52682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52682 is #1AD97D. Grayscale: #696969. Windows color (decimal): -1759614 or 8529637. OLE color: 8529637.
HSL color Cylindrical-coordinate representation of color #E52682: hue angle of 331.1º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52682 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 130 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.10 |
| HSL | 331.1º | 0.79% | 0.52% | - |
| HSV(B) | 331.1º | 0.83% | 0.9% | - |
| XYZ | 37.04 | 19.66 | 22.96 | - |
| YUV | 105.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 130 | 0 | 0.83 | 0.43 | 0.10 | 331.1 | 0.79 | 0.52 |
| Hex | E5 | 26 | 82 | 0 | 53 | 2B | A | 14B | 4F | 34 |
| Octal | 345 | 46 | 202 | 0 | 123 | 53 | 12 | 513 | 117 | 64 |
| Binary | 11100101 | 100110 | 10000010 | 0 | 1010011 | 101011 | 1010 | 101001011 | 1001111 | 110100 |
Color Harmonies of #E52682
Complementary color
Monochromatic Colors of #E52682
Black with #E52682
Text Example
Text Example
White with #E52682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52682; }
p { color: rgb(229,38,130); }
H1.HeaderClassName
{
color: #E52682;
}
.AnyTagClassName
{
color: #E52682;
}
</style>
background-color css
<style>
a { background-color: #E52682; }
a { background-color: rgb(229,38,130); }
div.DivClassName
{
background-color: #E52682;
}
.BgClassName
{
background-color: #E52682;
}
</style>
border-color css
<style>
span { border-color: #E52682; }
span { border-color: rgb(229,38,130); }
td.TdClassName
{
border-color: #E52682;
}
.TagClassName
{
border-color: #E52682;
}
</style>