Shades of Deep Pink #E81D8D
Tints of Deep Pink #E81D8D
RGB
CMYK
RGB Variations
Color information
#E81D8D (or 0xE81D8D) is known color: Deep Pink. HEX triplet: E8, 1D and 8D. RGB value is (232,29,141). Sum of RGB (Red+Green+Blue) = 232+29+141=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81D8D is #17E272. Grayscale: #666666. Windows color (decimal): -1565299 or 9248232. OLE color: 9248232.
HSL color Cylindrical-coordinate representation of color #E81D8D: hue angle of 326.9º 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 #E81D8D is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 141 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.09 |
| HSL | 326.9º | 0.82% | 0.51% | - |
| HSV(B) | 326.9º | 0.88% | 0.91% | - |
| XYZ | 38.53 | 19.96 | 27.02 | - |
| YUV | 102.47 | 149.75 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 141 | 0 | 0.88 | 0.39 | 0.09 | 326.9 | 0.82 | 0.51 |
| Hex | E8 | 1D | 8D | 0 | 58 | 27 | 9 | 147 | 52 | 33 |
| Octal | 350 | 35 | 215 | 0 | 130 | 47 | 11 | 507 | 122 | 63 |
| Binary | 11101000 | 11101 | 10001101 | 0 | 1011000 | 100111 | 1001 | 101000111 | 1010010 | 110011 |
Color Harmonies of #E81D8D
Complementary color
Monochromatic Colors of #E81D8D
Black with #E81D8D
Text Example
Text Example
White with #E81D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D8D; }
p { color: rgb(232,29,141); }
H1.HeaderClassName
{
color: #E81D8D;
}
.AnyTagClassName
{
color: #E81D8D;
}
</style>
background-color css
<style>
a { background-color: #E81D8D; }
a { background-color: rgb(232,29,141); }
div.DivClassName
{
background-color: #E81D8D;
}
.BgClassName
{
background-color: #E81D8D;
}
</style>
border-color css
<style>
span { border-color: #E81D8D; }
span { border-color: rgb(232,29,141); }
td.TdClassName
{
border-color: #E81D8D;
}
.TagClassName
{
border-color: #E81D8D;
}
</style>