Shades of Deep Pink #E90F92
Tints of Deep Pink #E90F92
RGB
CMYK
RGB Variations
Color information
#E90F92 (or 0xE90F92) is known color: Deep Pink. HEX triplet: E9, 0F and 92. RGB value is (233,15,146). Sum of RGB (Red+Green+Blue) = 233+15+146=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F92 is #16F06D. Grayscale: #5E5E5E. Windows color (decimal): -1503342 or 9572329. OLE color: 9572329.
HSL color Cylindrical-coordinate representation of color #E90F92: hue angle of 323.94º 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 #E90F92 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 146 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.09 |
| HSL | 323.94º | 0.88% | 0.49% | - |
| HSV(B) | 323.94º | 0.94% | 0.91% | - |
| XYZ | 38.96 | 19.74 | 28.95 | - |
| YUV | 95.12 | 156.72 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 146 | 0 | 0.94 | 0.37 | 0.09 | 323.94 | 0.88 | 0.49 |
| Hex | E9 | F | 92 | 0 | 5E | 25 | 9 | 144 | 58 | 31 |
| Octal | 351 | 17 | 222 | 0 | 136 | 45 | 11 | 504 | 130 | 61 |
| Binary | 11101001 | 1111 | 10010010 | 0 | 1011110 | 100101 | 1001 | 101000100 | 1011000 | 110001 |
Color Harmonies of #E90F92
Complementary color
Monochromatic Colors of #E90F92
Black with #E90F92
Text Example
Text Example
White with #E90F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F92; }
p { color: rgb(233,15,146); }
H1.HeaderClassName
{
color: #E90F92;
}
.AnyTagClassName
{
color: #E90F92;
}
</style>
background-color css
<style>
a { background-color: #E90F92; }
a { background-color: rgb(233,15,146); }
div.DivClassName
{
background-color: #E90F92;
}
.BgClassName
{
background-color: #E90F92;
}
</style>
border-color css
<style>
span { border-color: #E90F92; }
span { border-color: rgb(233,15,146); }
td.TdClassName
{
border-color: #E90F92;
}
.TagClassName
{
border-color: #E90F92;
}
</style>