Shades of Deep Pink #E81C9A
Tints of Deep Pink #E81C9A
RGB
CMYK
RGB Variations
Color information
#E81C9A (or 0xE81C9A) is known color: Deep Pink. HEX triplet: E8, 1C and 9A. RGB value is (232,28,154). Sum of RGB (Red+Green+Blue) = 232+28+154=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81C9A is #17E365. Grayscale: #676767. Windows color (decimal): -1565542 or 10099944. OLE color: 10099944.
HSL color Cylindrical-coordinate representation of color #E81C9A: hue angle of 322.94º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81C9A is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 154 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.09 |
| HSL | 322.94º | 0.82% | 0.51% | - |
| HSV(B) | 322.94º | 0.88% | 0.91% | - |
| XYZ | 39.53 | 20.32 | 32.41 | - |
| YUV | 103.36 | 156.59 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 154 | 0 | 0.88 | 0.34 | 0.09 | 322.94 | 0.82 | 0.51 |
| Hex | E8 | 1C | 9A | 0 | 58 | 22 | 9 | 143 | 52 | 33 |
| Octal | 350 | 34 | 232 | 0 | 130 | 42 | 11 | 503 | 122 | 63 |
| Binary | 11101000 | 11100 | 10011010 | 0 | 1011000 | 100010 | 1001 | 101000011 | 1010010 | 110011 |
Color Harmonies of #E81C9A
Complementary color
Monochromatic Colors of #E81C9A
Black with #E81C9A
Text Example
Text Example
White with #E81C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C9A; }
p { color: rgb(232,28,154); }
H1.HeaderClassName
{
color: #E81C9A;
}
.AnyTagClassName
{
color: #E81C9A;
}
</style>
background-color css
<style>
a { background-color: #E81C9A; }
a { background-color: rgb(232,28,154); }
div.DivClassName
{
background-color: #E81C9A;
}
.BgClassName
{
background-color: #E81C9A;
}
</style>
border-color css
<style>
span { border-color: #E81C9A; }
span { border-color: rgb(232,28,154); }
td.TdClassName
{
border-color: #E81C9A;
}
.TagClassName
{
border-color: #E81C9A;
}
</style>