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