Shades of Deep Pink #E90F8B
Tints of Deep Pink #E90F8B
RGB
CMYK
RGB Variations
Color information
#E90F8B (or 0xE90F8B) is known color: Deep Pink. HEX triplet: E9, 0F and 8B. RGB value is (233,15,139). Sum of RGB (Red+Green+Blue) = 233+15+139=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F8B is #16F074. Grayscale: #5E5E5E. Windows color (decimal): -1503349 or 9113577. OLE color: 9113577.
HSL color Cylindrical-coordinate representation of color #E90F8B: hue angle of 325.87º 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 #E90F8B is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 139 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.09 |
| HSL | 325.87º | 0.88% | 0.49% | - |
| HSV(B) | 325.87º | 0.94% | 0.91% | - |
| XYZ | 38.44 | 19.53 | 26.17 | - |
| YUV | 94.32 | 153.22 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 139 | 0 | 0.94 | 0.40 | 0.09 | 325.87 | 0.88 | 0.49 |
| Hex | E9 | F | 8B | 0 | 5E | 28 | 9 | 146 | 58 | 31 |
| Octal | 351 | 17 | 213 | 0 | 136 | 50 | 11 | 506 | 130 | 61 |
| Binary | 11101001 | 1111 | 10001011 | 0 | 1011110 | 101000 | 1001 | 101000110 | 1011000 | 110001 |
Color Harmonies of #E90F8B
Complementary color
Monochromatic Colors of #E90F8B
Black with #E90F8B
Text Example
Text Example
White with #E90F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F8B; }
p { color: rgb(233,15,139); }
H1.HeaderClassName
{
color: #E90F8B;
}
.AnyTagClassName
{
color: #E90F8B;
}
</style>
background-color css
<style>
a { background-color: #E90F8B; }
a { background-color: rgb(233,15,139); }
div.DivClassName
{
background-color: #E90F8B;
}
.BgClassName
{
background-color: #E90F8B;
}
</style>
border-color css
<style>
span { border-color: #E90F8B; }
span { border-color: rgb(233,15,139); }
td.TdClassName
{
border-color: #E90F8B;
}
.TagClassName
{
border-color: #E90F8B;
}
</style>