Shades of Deep Pink #E80985
Tints of Deep Pink #E80985
RGB
CMYK
RGB Variations
Color information
#E80985 (or 0xE80985) is known color: Deep Pink. HEX triplet: E8, 09 and 85. RGB value is (232,9,133). Sum of RGB (Red+Green+Blue) = 232+9+133=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E80985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80985 is #17F67A. Grayscale: #595959. Windows color (decimal): -1570427 or 8718824. OLE color: 8718824.
HSL color Cylindrical-coordinate representation of color #E80985: hue angle of 326.64º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80985 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.09 |
| HSL | 326.64º | 0.93% | 0.47% | - |
| HSV(B) | 326.64º | 0.96% | 0.91% | - |
| XYZ | 37.61 | 19.04 | 23.88 | - |
| YUV | 89.81 | 152.38 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 133 | 0 | 0.96 | 0.43 | 0.09 | 326.64 | 0.93 | 0.47 |
| Hex | E8 | 9 | 85 | 0 | 60 | 2B | 9 | 147 | 5D | 2F |
| Octal | 350 | 11 | 205 | 0 | 140 | 53 | 11 | 507 | 135 | 57 |
| Binary | 11101000 | 1001 | 10000101 | 0 | 1100000 | 101011 | 1001 | 101000111 | 1011101 | 101111 |
Color Harmonies of #E80985
Complementary color
Monochromatic Colors of #E80985
Black with #E80985
Text Example
Text Example
White with #E80985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80985; }
p { color: rgb(232,9,133); }
H1.HeaderClassName
{
color: #E80985;
}
.AnyTagClassName
{
color: #E80985;
}
</style>
background-color css
<style>
a { background-color: #E80985; }
a { background-color: rgb(232,9,133); }
div.DivClassName
{
background-color: #E80985;
}
.BgClassName
{
background-color: #E80985;
}
</style>
border-color css
<style>
span { border-color: #E80985; }
span { border-color: rgb(232,9,133); }
td.TdClassName
{
border-color: #E80985;
}
.TagClassName
{
border-color: #E80985;
}
</style>