Shades of Deep Pink #E90F85
Tints of Deep Pink #E90F85
RGB
CMYK
RGB Variations
Color information
#E90F85 (or 0xE90F85) is known color: Deep Pink. HEX triplet: E9, 0F and 85. RGB value is (233,15,133). Sum of RGB (Red+Green+Blue) = 233+15+133=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F85 is #16F07A. Grayscale: #5D5D5D. Windows color (decimal): -1503355 or 8720361. OLE color: 8720361.
HSL color Cylindrical-coordinate representation of color #E90F85: hue angle of 327.52º 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 #E90F85 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 133 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.09 |
| HSL | 327.52º | 0.88% | 0.49% | - |
| HSV(B) | 327.52º | 0.94% | 0.91% | - |
| XYZ | 38.01 | 19.36 | 23.92 | - |
| YUV | 93.63 | 150.22 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 133 | 0 | 0.94 | 0.43 | 0.09 | 327.52 | 0.88 | 0.49 |
| Hex | E9 | F | 85 | 0 | 5E | 2B | 9 | 148 | 58 | 31 |
| Octal | 351 | 17 | 205 | 0 | 136 | 53 | 11 | 510 | 130 | 61 |
| Binary | 11101001 | 1111 | 10000101 | 0 | 1011110 | 101011 | 1001 | 101001000 | 1011000 | 110001 |
Color Harmonies of #E90F85
Complementary color
Monochromatic Colors of #E90F85
Black with #E90F85
Text Example
Text Example
White with #E90F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F85; }
p { color: rgb(233,15,133); }
H1.HeaderClassName
{
color: #E90F85;
}
.AnyTagClassName
{
color: #E90F85;
}
</style>
background-color css
<style>
a { background-color: #E90F85; }
a { background-color: rgb(233,15,133); }
div.DivClassName
{
background-color: #E90F85;
}
.BgClassName
{
background-color: #E90F85;
}
</style>
border-color css
<style>
span { border-color: #E90F85; }
span { border-color: rgb(233,15,133); }
td.TdClassName
{
border-color: #E90F85;
}
.TagClassName
{
border-color: #E90F85;
}
</style>