Shades of Deep Pink #E80688
Tints of Deep Pink #E80688
RGB
CMYK
RGB Variations
Color information
#E80688 (or 0xE80688) is known color: Deep Pink. HEX triplet: E8, 06 and 88. RGB value is (232,6,136). Sum of RGB (Red+Green+Blue) = 232+6+136=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E80688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80688 is #17F977. Grayscale: #585858. Windows color (decimal): -1571192 or 8914664. OLE color: 8914664.
HSL color Cylindrical-coordinate representation of color #E80688: hue angle of 325.49º degrees, saturation: 0.95, 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 #E80688 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 136 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.09 |
| HSL | 325.49º | 0.95% | 0.47% | - |
| HSV(B) | 325.49º | 0.97% | 0.91% | - |
| XYZ | 37.79 | 19.06 | 24.98 | - |
| YUV | 88.39 | 154.87 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 136 | 0 | 0.97 | 0.41 | 0.09 | 325.49 | 0.95 | 0.47 |
| Hex | E8 | 6 | 88 | 0 | 61 | 29 | 9 | 145 | 5F | 2F |
| Octal | 350 | 6 | 210 | 0 | 141 | 51 | 11 | 505 | 137 | 57 |
| Binary | 11101000 | 110 | 10001000 | 0 | 1100001 | 101001 | 1001 | 101000101 | 1011111 | 101111 |
Color Harmonies of #E80688
Complementary color
Monochromatic Colors of #E80688
Black with #E80688
Text Example
Text Example
White with #E80688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80688; }
p { color: rgb(232,6,136); }
H1.HeaderClassName
{
color: #E80688;
}
.AnyTagClassName
{
color: #E80688;
}
</style>
background-color css
<style>
a { background-color: #E80688; }
a { background-color: rgb(232,6,136); }
div.DivClassName
{
background-color: #E80688;
}
.BgClassName
{
background-color: #E80688;
}
</style>
border-color css
<style>
span { border-color: #E80688; }
span { border-color: rgb(232,6,136); }
td.TdClassName
{
border-color: #E80688;
}
.TagClassName
{
border-color: #E80688;
}
</style>