Shades of Deep Cerise #E81A80
Tints of Deep Cerise #E81A80
RGB
CMYK
RGB Variations
Color information
#E81A80 (or 0xE81A80) is known color: Deep Cerise. HEX triplet: E8, 1A and 80. RGB value is (232,26,128). Sum of RGB (Red+Green+Blue) = 232+26+128=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81A80 is #17E57F. Grayscale: #636363. Windows color (decimal): -1566080 or 8395496. OLE color: 8395496.
HSL color Cylindrical-coordinate representation of color #E81A80: hue angle of 330.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A80 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 128 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.09 |
| HSL | 330.29º | 0.82% | 0.51% | - |
| HSV(B) | 330.29º | 0.89% | 0.91% | - |
| XYZ | 37.54 | 19.45 | 22.2 | - |
| YUV | 99.22 | 144.25 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 128 | 0 | 0.89 | 0.45 | 0.09 | 330.29 | 0.82 | 0.51 |
| Hex | E8 | 1A | 80 | 0 | 59 | 2D | 9 | 14A | 52 | 33 |
| Octal | 350 | 32 | 200 | 0 | 131 | 55 | 11 | 512 | 122 | 63 |
| Binary | 11101000 | 11010 | 10000000 | 0 | 1011001 | 101101 | 1001 | 101001010 | 1010010 | 110011 |
Color Harmonies of #E81A80
Complementary color
Monochromatic Colors of #E81A80
Black with #E81A80
Text Example
Text Example
White with #E81A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A80; }
p { color: rgb(232,26,128); }
H1.HeaderClassName
{
color: #E81A80;
}
.AnyTagClassName
{
color: #E81A80;
}
</style>
background-color css
<style>
a { background-color: #E81A80; }
a { background-color: rgb(232,26,128); }
div.DivClassName
{
background-color: #E81A80;
}
.BgClassName
{
background-color: #E81A80;
}
</style>
border-color css
<style>
span { border-color: #E81A80; }
span { border-color: rgb(232,26,128); }
td.TdClassName
{
border-color: #E81A80;
}
.TagClassName
{
border-color: #E81A80;
}
</style>