Shades of Deep Pink #E90786
Tints of Deep Pink #E90786
RGB
CMYK
RGB Variations
Color information
#E90786 (or 0xE90786) is known color: Deep Pink. HEX triplet: E9, 07 and 86. RGB value is (233,7,134). Sum of RGB (Red+Green+Blue) = 233+7+134=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E90786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90786 is #16F879. Grayscale: #585858. Windows color (decimal): -1505402 or 8783849. OLE color: 8783849.
HSL color Cylindrical-coordinate representation of color #E90786: hue angle of 326.28º 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 #E90786 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 134 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.09 |
| HSL | 326.28º | 0.94% | 0.47% | - |
| HSV(B) | 326.28º | 0.97% | 0.91% | - |
| XYZ | 37.98 | 19.2 | 24.26 | - |
| YUV | 89.05 | 153.37 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 134 | 0 | 0.97 | 0.42 | 0.09 | 326.28 | 0.94 | 0.47 |
| Hex | E9 | 7 | 86 | 0 | 61 | 2A | 9 | 146 | 5E | 2F |
| Octal | 351 | 7 | 206 | 0 | 141 | 52 | 11 | 506 | 136 | 57 |
| Binary | 11101001 | 111 | 10000110 | 0 | 1100001 | 101010 | 1001 | 101000110 | 1011110 | 101111 |
Color Harmonies of #E90786
Complementary color
Monochromatic Colors of #E90786
Black with #E90786
Text Example
Text Example
White with #E90786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90786; }
p { color: rgb(233,7,134); }
H1.HeaderClassName
{
color: #E90786;
}
.AnyTagClassName
{
color: #E90786;
}
</style>
background-color css
<style>
a { background-color: #E90786; }
a { background-color: rgb(233,7,134); }
div.DivClassName
{
background-color: #E90786;
}
.BgClassName
{
background-color: #E90786;
}
</style>
border-color css
<style>
span { border-color: #E90786; }
span { border-color: rgb(233,7,134); }
td.TdClassName
{
border-color: #E90786;
}
.TagClassName
{
border-color: #E90786;
}
</style>