Shades of Deep Pink #E81381
Tints of Deep Pink #E81381
RGB
CMYK
RGB Variations
Color information
#E81381 (or 0xE81381) is known color: Deep Pink. HEX triplet: E8, 13 and 81. RGB value is (232,19,129). Sum of RGB (Red+Green+Blue) = 232+19+129=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E81381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81381 is #17EC7E. Grayscale: #5E5E5E. Windows color (decimal): -1567871 or 8459240. OLE color: 8459240.
HSL color Cylindrical-coordinate representation of color #E81381: hue angle of 329.01º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81381 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 129 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.09 |
| HSL | 329.01º | 0.85% | 0.49% | - |
| HSV(B) | 329.01º | 0.92% | 0.91% | - |
| XYZ | 37.47 | 19.21 | 22.5 | - |
| YUV | 95.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 129 | 0 | 0.92 | 0.44 | 0.09 | 329.01 | 0.85 | 0.49 |
| Hex | E8 | 13 | 81 | 0 | 5C | 2C | 9 | 149 | 55 | 31 |
| Octal | 350 | 23 | 201 | 0 | 134 | 54 | 11 | 511 | 125 | 61 |
| Binary | 11101000 | 10011 | 10000001 | 0 | 1011100 | 101100 | 1001 | 101001001 | 1010101 | 110001 |
Color Harmonies of #E81381
Complementary color
Monochromatic Colors of #E81381
Black with #E81381
Text Example
Text Example
White with #E81381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81381; }
p { color: rgb(232,19,129); }
H1.HeaderClassName
{
color: #E81381;
}
.AnyTagClassName
{
color: #E81381;
}
</style>
background-color css
<style>
a { background-color: #E81381; }
a { background-color: rgb(232,19,129); }
div.DivClassName
{
background-color: #E81381;
}
.BgClassName
{
background-color: #E81381;
}
</style>
border-color css
<style>
span { border-color: #E81381; }
span { border-color: rgb(232,19,129); }
td.TdClassName
{
border-color: #E81381;
}
.TagClassName
{
border-color: #E81381;
}
</style>