Shades of Deep Pink #E90F87
Tints of Deep Pink #E90F87
RGB
CMYK
RGB Variations
Color information
#E90F87 (or 0xE90F87) is known color: Deep Pink. HEX triplet: E9, 0F and 87. RGB value is (233,15,135). Sum of RGB (Red+Green+Blue) = 233+15+135=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F87 is #16F078. Grayscale: #5D5D5D. Windows color (decimal): -1503353 or 8851433. OLE color: 8851433.
HSL color Cylindrical-coordinate representation of color #E90F87: hue angle of 326.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F87 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 135 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.09 |
| HSL | 326.97º | 0.88% | 0.49% | - |
| HSV(B) | 326.97º | 0.94% | 0.91% | - |
| XYZ | 38.15 | 19.41 | 24.66 | - |
| YUV | 93.86 | 151.22 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 135 | 0 | 0.94 | 0.42 | 0.09 | 326.97 | 0.88 | 0.49 |
| Hex | E9 | F | 87 | 0 | 5E | 2A | 9 | 147 | 58 | 31 |
| Octal | 351 | 17 | 207 | 0 | 136 | 52 | 11 | 507 | 130 | 61 |
| Binary | 11101001 | 1111 | 10000111 | 0 | 1011110 | 101010 | 1001 | 101000111 | 1011000 | 110001 |
Color Harmonies of #E90F87
Complementary color
Monochromatic Colors of #E90F87
Black with #E90F87
Text Example
Text Example
White with #E90F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F87; }
p { color: rgb(233,15,135); }
H1.HeaderClassName
{
color: #E90F87;
}
.AnyTagClassName
{
color: #E90F87;
}
</style>
background-color css
<style>
a { background-color: #E90F87; }
a { background-color: rgb(233,15,135); }
div.DivClassName
{
background-color: #E90F87;
}
.BgClassName
{
background-color: #E90F87;
}
</style>
border-color css
<style>
span { border-color: #E90F87; }
span { border-color: rgb(233,15,135); }
td.TdClassName
{
border-color: #E90F87;
}
.TagClassName
{
border-color: #E90F87;
}
</style>