Shades of Deep Pink #E81081
Tints of Deep Pink #E81081
RGB
CMYK
RGB Variations
Color information
#E81081 (or 0xE81081) is known color: Deep Pink. HEX triplet: E8, 10 and 81. RGB value is (232,16,129). Sum of RGB (Red+Green+Blue) = 232+16+129=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E81081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81081 is #17EF7E. Grayscale: #5D5D5D. Windows color (decimal): -1568639 or 8458472. OLE color: 8458472.
HSL color Cylindrical-coordinate representation of color #E81081: hue angle of 328.61º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81081 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 129 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.09 |
| HSL | 328.61º | 0.87% | 0.49% | - |
| HSV(B) | 328.61º | 0.93% | 0.91% | - |
| XYZ | 37.43 | 19.11 | 22.49 | - |
| YUV | 93.47 | 148.06 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 129 | 0 | 0.93 | 0.44 | 0.09 | 328.61 | 0.87 | 0.49 |
| Hex | E8 | 10 | 81 | 0 | 5D | 2C | 9 | 149 | 57 | 31 |
| Octal | 350 | 20 | 201 | 0 | 135 | 54 | 11 | 511 | 127 | 61 |
| Binary | 11101000 | 10000 | 10000001 | 0 | 1011101 | 101100 | 1001 | 101001001 | 1010111 | 110001 |
Color Harmonies of #E81081
Complementary color
Monochromatic Colors of #E81081
Black with #E81081
Text Example
Text Example
White with #E81081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81081; }
p { color: rgb(232,16,129); }
H1.HeaderClassName
{
color: #E81081;
}
.AnyTagClassName
{
color: #E81081;
}
</style>
background-color css
<style>
a { background-color: #E81081; }
a { background-color: rgb(232,16,129); }
div.DivClassName
{
background-color: #E81081;
}
.BgClassName
{
background-color: #E81081;
}
</style>
border-color css
<style>
span { border-color: #E81081; }
span { border-color: rgb(232,16,129); }
td.TdClassName
{
border-color: #E81081;
}
.TagClassName
{
border-color: #E81081;
}
</style>