Shades of Deep Pink #E81D92
Tints of Deep Pink #E81D92
RGB
CMYK
RGB Variations
Color information
#E81D92 (or 0xE81D92) is known color: Deep Pink. HEX triplet: E8, 1D and 92. RGB value is (232,29,146). Sum of RGB (Red+Green+Blue) = 232+29+146=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81D92 is #17E26D. Grayscale: #666666. Windows color (decimal): -1565294 or 9575912. OLE color: 9575912.
HSL color Cylindrical-coordinate representation of color #E81D92: hue angle of 325.42º 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 #E81D92 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 146 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.09 |
| HSL | 325.42º | 0.82% | 0.51% | - |
| HSV(B) | 325.42º | 0.88% | 0.91% | - |
| XYZ | 38.91 | 20.11 | 29.03 | - |
| YUV | 103.04 | 152.25 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 146 | 0 | 0.88 | 0.37 | 0.09 | 325.42 | 0.82 | 0.51 |
| Hex | E8 | 1D | 92 | 0 | 58 | 25 | 9 | 145 | 52 | 33 |
| Octal | 350 | 35 | 222 | 0 | 130 | 45 | 11 | 505 | 122 | 63 |
| Binary | 11101000 | 11101 | 10010010 | 0 | 1011000 | 100101 | 1001 | 101000101 | 1010010 | 110011 |
Color Harmonies of #E81D92
Complementary color
Monochromatic Colors of #E81D92
Black with #E81D92
Text Example
Text Example
White with #E81D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D92; }
p { color: rgb(232,29,146); }
H1.HeaderClassName
{
color: #E81D92;
}
.AnyTagClassName
{
color: #E81D92;
}
</style>
background-color css
<style>
a { background-color: #E81D92; }
a { background-color: rgb(232,29,146); }
div.DivClassName
{
background-color: #E81D92;
}
.BgClassName
{
background-color: #E81D92;
}
</style>
border-color css
<style>
span { border-color: #E81D92; }
span { border-color: rgb(232,29,146); }
td.TdClassName
{
border-color: #E81D92;
}
.TagClassName
{
border-color: #E81D92;
}
</style>