Shades of Deep Pink #E80F92
Tints of Deep Pink #E80F92
RGB
CMYK
RGB Variations
Color information
#E80F92 (or 0xE80F92) is known color: Deep Pink. HEX triplet: E8, 0F and 92. RGB value is (232,15,146). Sum of RGB (Red+Green+Blue) = 232+15+146=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F92 is #17F06D. Grayscale: #5E5E5E. Windows color (decimal): -1568878 or 9572328. OLE color: 9572328.
HSL color Cylindrical-coordinate representation of color #E80F92: hue angle of 323.78º 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 #E80F92 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 146 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.09 |
| HSL | 323.78º | 0.88% | 0.48% | - |
| HSV(B) | 323.78º | 0.94% | 0.91% | - |
| XYZ | 38.64 | 19.57 | 28.94 | - |
| YUV | 94.82 | 156.89 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 146 | 0 | 0.94 | 0.37 | 0.09 | 323.78 | 0.88 | 0.48 |
| Hex | E8 | F | 92 | 0 | 5E | 25 | 9 | 144 | 58 | 30 |
| Octal | 350 | 17 | 222 | 0 | 136 | 45 | 11 | 504 | 130 | 60 |
| Binary | 11101000 | 1111 | 10010010 | 0 | 1011110 | 100101 | 1001 | 101000100 | 1011000 | 110000 |
Color Harmonies of #E80F92
Complementary color
Monochromatic Colors of #E80F92
Black with #E80F92
Text Example
Text Example
White with #E80F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F92; }
p { color: rgb(232,15,146); }
H1.HeaderClassName
{
color: #E80F92;
}
.AnyTagClassName
{
color: #E80F92;
}
</style>
background-color css
<style>
a { background-color: #E80F92; }
a { background-color: rgb(232,15,146); }
div.DivClassName
{
background-color: #E80F92;
}
.BgClassName
{
background-color: #E80F92;
}
</style>
border-color css
<style>
span { border-color: #E80F92; }
span { border-color: rgb(232,15,146); }
td.TdClassName
{
border-color: #E80F92;
}
.TagClassName
{
border-color: #E80F92;
}
</style>