Shades of Deep Pink #E90F8F
Tints of Deep Pink #E90F8F
RGB
CMYK
RGB Variations
Color information
#E90F8F (or 0xE90F8F) is known color: Deep Pink. HEX triplet: E9, 0F and 8F. RGB value is (233,15,143). Sum of RGB (Red+Green+Blue) = 233+15+143=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F8F is #16F070. Grayscale: #5E5E5E. Windows color (decimal): -1503345 or 9375721. OLE color: 9375721.
HSL color Cylindrical-coordinate representation of color #E90F8F: hue angle of 324.77º 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 #E90F8F is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 143 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.09 |
| HSL | 324.77º | 0.88% | 0.49% | - |
| HSV(B) | 324.77º | 0.94% | 0.91% | - |
| XYZ | 38.73 | 19.65 | 27.74 | - |
| YUV | 94.77 | 155.22 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 143 | 0 | 0.94 | 0.39 | 0.09 | 324.77 | 0.88 | 0.49 |
| Hex | E9 | F | 8F | 0 | 5E | 27 | 9 | 145 | 58 | 31 |
| Octal | 351 | 17 | 217 | 0 | 136 | 47 | 11 | 505 | 130 | 61 |
| Binary | 11101001 | 1111 | 10001111 | 0 | 1011110 | 100111 | 1001 | 101000101 | 1011000 | 110001 |
Color Harmonies of #E90F8F
Complementary color
Monochromatic Colors of #E90F8F
Black with #E90F8F
Text Example
Text Example
White with #E90F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F8F; }
p { color: rgb(233,15,143); }
H1.HeaderClassName
{
color: #E90F8F;
}
.AnyTagClassName
{
color: #E90F8F;
}
</style>
background-color css
<style>
a { background-color: #E90F8F; }
a { background-color: rgb(233,15,143); }
div.DivClassName
{
background-color: #E90F8F;
}
.BgClassName
{
background-color: #E90F8F;
}
</style>
border-color css
<style>
span { border-color: #E90F8F; }
span { border-color: rgb(233,15,143); }
td.TdClassName
{
border-color: #E90F8F;
}
.TagClassName
{
border-color: #E90F8F;
}
</style>