Shades of Deep Pink #E81A8E
Tints of Deep Pink #E81A8E
RGB
CMYK
RGB Variations
Color information
#E81A8E (or 0xE81A8E) is known color: Deep Pink. HEX triplet: E8, 1A and 8E. RGB value is (232,26,142). Sum of RGB (Red+Green+Blue) = 232+26+142=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81A8E is #17E571. Grayscale: #646464. Windows color (decimal): -1566066 or 9313000. OLE color: 9313000.
HSL color Cylindrical-coordinate representation of color #E81A8E: hue angle of 326.21º 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 #E81A8E is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 142 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.09 |
| HSL | 326.21º | 0.82% | 0.51% | - |
| HSV(B) | 326.21º | 0.89% | 0.91% | - |
| XYZ | 38.53 | 19.85 | 27.39 | - |
| YUV | 100.82 | 151.25 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 142 | 0 | 0.89 | 0.39 | 0.09 | 326.21 | 0.82 | 0.51 |
| Hex | E8 | 1A | 8E | 0 | 59 | 27 | 9 | 146 | 52 | 33 |
| Octal | 350 | 32 | 216 | 0 | 131 | 47 | 11 | 506 | 122 | 63 |
| Binary | 11101000 | 11010 | 10001110 | 0 | 1011001 | 100111 | 1001 | 101000110 | 1010010 | 110011 |
Color Harmonies of #E81A8E
Complementary color
Monochromatic Colors of #E81A8E
Black with #E81A8E
Text Example
Text Example
White with #E81A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A8E; }
p { color: rgb(232,26,142); }
H1.HeaderClassName
{
color: #E81A8E;
}
.AnyTagClassName
{
color: #E81A8E;
}
</style>
background-color css
<style>
a { background-color: #E81A8E; }
a { background-color: rgb(232,26,142); }
div.DivClassName
{
background-color: #E81A8E;
}
.BgClassName
{
background-color: #E81A8E;
}
</style>
border-color css
<style>
span { border-color: #E81A8E; }
span { border-color: rgb(232,26,142); }
td.TdClassName
{
border-color: #E81A8E;
}
.TagClassName
{
border-color: #E81A8E;
}
</style>