Shades of Deep Pink #E80F86
Tints of Deep Pink #E80F86
RGB
CMYK
RGB Variations
Color information
#E80F86 (or 0xE80F86) is known color: Deep Pink. HEX triplet: E8, 0F and 86. RGB value is (232,15,134). Sum of RGB (Red+Green+Blue) = 232+15+134=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F86 is #17F079. Grayscale: #5D5D5D. Windows color (decimal): -1568890 or 8785896. OLE color: 8785896.
HSL color Cylindrical-coordinate representation of color #E80F86: hue angle of 327.1º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F86 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 134 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.09 |
| HSL | 327.1º | 0.88% | 0.48% | - |
| HSV(B) | 327.1º | 0.94% | 0.91% | - |
| XYZ | 37.75 | 19.22 | 24.27 | - |
| YUV | 93.45 | 150.89 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 134 | 0 | 0.94 | 0.42 | 0.09 | 327.1 | 0.88 | 0.48 |
| Hex | E8 | F | 86 | 0 | 5E | 2A | 9 | 147 | 58 | 30 |
| Octal | 350 | 17 | 206 | 0 | 136 | 52 | 11 | 507 | 130 | 60 |
| Binary | 11101000 | 1111 | 10000110 | 0 | 1011110 | 101010 | 1001 | 101000111 | 1011000 | 110000 |
Color Harmonies of #E80F86
Complementary color
Monochromatic Colors of #E80F86
Black with #E80F86
Text Example
Text Example
White with #E80F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F86; }
p { color: rgb(232,15,134); }
H1.HeaderClassName
{
color: #E80F86;
}
.AnyTagClassName
{
color: #E80F86;
}
</style>
background-color css
<style>
a { background-color: #E80F86; }
a { background-color: rgb(232,15,134); }
div.DivClassName
{
background-color: #E80F86;
}
.BgClassName
{
background-color: #E80F86;
}
</style>
border-color css
<style>
span { border-color: #E80F86; }
span { border-color: rgb(232,15,134); }
td.TdClassName
{
border-color: #E80F86;
}
.TagClassName
{
border-color: #E80F86;
}
</style>