Shades of Deep Pink #E81481
Tints of Deep Pink #E81481
RGB
CMYK
RGB Variations
Color information
#E81481 (or 0xE81481) is known color: Deep Pink. HEX triplet: E8, 14 and 81. RGB value is (232,20,129). Sum of RGB (Red+Green+Blue) = 232+20+129=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E81481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81481 is #17EB7E. Grayscale: #5F5F5F. Windows color (decimal): -1567615 or 8459496. OLE color: 8459496.
HSL color Cylindrical-coordinate representation of color #E81481: hue angle of 329.15º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81481 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 129 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.09 |
| HSL | 329.15º | 0.84% | 0.49% | - |
| HSV(B) | 329.15º | 0.91% | 0.91% | - |
| XYZ | 37.49 | 19.24 | 22.51 | - |
| YUV | 95.81 | 146.74 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 129 | 0 | 0.91 | 0.44 | 0.09 | 329.15 | 0.84 | 0.49 |
| Hex | E8 | 14 | 81 | 0 | 5B | 2C | 9 | 149 | 54 | 31 |
| Octal | 350 | 24 | 201 | 0 | 133 | 54 | 11 | 511 | 124 | 61 |
| Binary | 11101000 | 10100 | 10000001 | 0 | 1011011 | 101100 | 1001 | 101001001 | 1010100 | 110001 |
Color Harmonies of #E81481
Complementary color
Monochromatic Colors of #E81481
Black with #E81481
Text Example
Text Example
White with #E81481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81481; }
p { color: rgb(232,20,129); }
H1.HeaderClassName
{
color: #E81481;
}
.AnyTagClassName
{
color: #E81481;
}
</style>
background-color css
<style>
a { background-color: #E81481; }
a { background-color: rgb(232,20,129); }
div.DivClassName
{
background-color: #E81481;
}
.BgClassName
{
background-color: #E81481;
}
</style>
border-color css
<style>
span { border-color: #E81481; }
span { border-color: rgb(232,20,129); }
td.TdClassName
{
border-color: #E81481;
}
.TagClassName
{
border-color: #E81481;
}
</style>