Shades of Deep Cerise #E72682
Tints of Deep Cerise #E72682
RGB
CMYK
RGB Variations
Color information
#E72682 (or 0xE72682) is known color: Deep Cerise. HEX triplet: E7, 26 and 82. RGB value is (231,38,130). Sum of RGB (Red+Green+Blue) = 231+38+130=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E72682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72682 is #18D97D. Grayscale: #6A6A6A. Windows color (decimal): -1628542 or 8529639. OLE color: 8529639.
HSL color Cylindrical-coordinate representation of color #E72682: hue angle of 331.4º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72682 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 130 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.09 |
| HSL | 331.4º | 0.8% | 0.53% | - |
| HSV(B) | 331.4º | 0.84% | 0.91% | - |
| XYZ | 37.68 | 19.99 | 22.99 | - |
| YUV | 106.2 | 141.44 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 130 | 0 | 0.84 | 0.44 | 0.09 | 331.4 | 0.8 | 0.53 |
| Hex | E7 | 26 | 82 | 0 | 54 | 2C | 9 | 14B | 50 | 35 |
| Octal | 347 | 46 | 202 | 0 | 124 | 54 | 11 | 513 | 120 | 65 |
| Binary | 11100111 | 100110 | 10000010 | 0 | 1010100 | 101100 | 1001 | 101001011 | 1010000 | 110101 |
Color Harmonies of #E72682
Complementary color
Monochromatic Colors of #E72682
Black with #E72682
Text Example
Text Example
White with #E72682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72682; }
p { color: rgb(231,38,130); }
H1.HeaderClassName
{
color: #E72682;
}
.AnyTagClassName
{
color: #E72682;
}
</style>
background-color css
<style>
a { background-color: #E72682; }
a { background-color: rgb(231,38,130); }
div.DivClassName
{
background-color: #E72682;
}
.BgClassName
{
background-color: #E72682;
}
</style>
border-color css
<style>
span { border-color: #E72682; }
span { border-color: rgb(231,38,130); }
td.TdClassName
{
border-color: #E72682;
}
.TagClassName
{
border-color: #E72682;
}
</style>