Shades of Deep Pink #E8077F
Tints of Deep Pink #E8077F
RGB
CMYK
RGB Variations
Color information
#E8077F (or 0xE8077F) is known color: Deep Pink. HEX triplet: E8, 07 and 7F. RGB value is (232,7,127). Sum of RGB (Red+Green+Blue) = 232+7+127=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E8077F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8077F is #17F880. Grayscale: #575757. Windows color (decimal): -1570945 or 8325096. OLE color: 8325096.
HSL color Cylindrical-coordinate representation of color #E8077F: hue angle of 328º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8077F is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 127 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.09 |
| HSL | 328º | 0.94% | 0.47% | - |
| HSV(B) | 328º | 0.97% | 0.91% | - |
| XYZ | 37.19 | 18.84 | 21.76 | - |
| YUV | 87.96 | 150.04 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 127 | 0 | 0.97 | 0.45 | 0.09 | 328 | 0.94 | 0.47 |
| Hex | E8 | 7 | 7F | 0 | 61 | 2D | 9 | 148 | 5E | 2F |
| Octal | 350 | 7 | 177 | 0 | 141 | 55 | 11 | 510 | 136 | 57 |
| Binary | 11101000 | 111 | 1111111 | 0 | 1100001 | 101101 | 1001 | 101001000 | 1011110 | 101111 |
Color Harmonies of #E8077F
Complementary color
Monochromatic Colors of #E8077F
Black with #E8077F
Text Example
Text Example
White with #E8077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8077F; }
p { color: rgb(232,7,127); }
H1.HeaderClassName
{
color: #E8077F;
}
.AnyTagClassName
{
color: #E8077F;
}
</style>
background-color css
<style>
a { background-color: #E8077F; }
a { background-color: rgb(232,7,127); }
div.DivClassName
{
background-color: #E8077F;
}
.BgClassName
{
background-color: #E8077F;
}
</style>
border-color css
<style>
span { border-color: #E8077F; }
span { border-color: rgb(232,7,127); }
td.TdClassName
{
border-color: #E8077F;
}
.TagClassName
{
border-color: #E8077F;
}
</style>