Shades of Deep Pink #E81A9C
Tints of Deep Pink #E81A9C
RGB
CMYK
RGB Variations
Color information
#E81A9C (or 0xE81A9C) is known color: Deep Pink. HEX triplet: E8, 1A and 9C. RGB value is (232,26,156). Sum of RGB (Red+Green+Blue) = 232+26+156=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81A9C is #17E563. Grayscale: #666666. Windows color (decimal): -1566052 or 10230504. OLE color: 10230504.
HSL color Cylindrical-coordinate representation of color #E81A9C: hue angle of 322.14º 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 #E81A9C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 156 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.09 |
| HSL | 322.14º | 0.82% | 0.51% | - |
| HSV(B) | 322.14º | 0.89% | 0.91% | - |
| XYZ | 39.65 | 20.29 | 33.28 | - |
| YUV | 102.41 | 158.25 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 156 | 0 | 0.89 | 0.33 | 0.09 | 322.14 | 0.82 | 0.51 |
| Hex | E8 | 1A | 9C | 0 | 59 | 21 | 9 | 142 | 52 | 33 |
| Octal | 350 | 32 | 234 | 0 | 131 | 41 | 11 | 502 | 122 | 63 |
| Binary | 11101000 | 11010 | 10011100 | 0 | 1011001 | 100001 | 1001 | 101000010 | 1010010 | 110011 |
Color Harmonies of #E81A9C
Complementary color
Monochromatic Colors of #E81A9C
Black with #E81A9C
Text Example
Text Example
White with #E81A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A9C; }
p { color: rgb(232,26,156); }
H1.HeaderClassName
{
color: #E81A9C;
}
.AnyTagClassName
{
color: #E81A9C;
}
</style>
background-color css
<style>
a { background-color: #E81A9C; }
a { background-color: rgb(232,26,156); }
div.DivClassName
{
background-color: #E81A9C;
}
.BgClassName
{
background-color: #E81A9C;
}
</style>
border-color css
<style>
span { border-color: #E81A9C; }
span { border-color: rgb(232,26,156); }
td.TdClassName
{
border-color: #E81A9C;
}
.TagClassName
{
border-color: #E81A9C;
}
</style>