Shades of Deep Pink #E90B7F
Tints of Deep Pink #E90B7F
RGB
CMYK
RGB Variations
Color information
#E90B7F (or 0xE90B7F) is known color: Deep Pink. HEX triplet: E9, 0B and 7F. RGB value is (233,11,127). Sum of RGB (Red+Green+Blue) = 233+11+127=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90B7F is #16F480. Grayscale: #5A5A5A. Windows color (decimal): -1504385 or 8326121. OLE color: 8326121.
HSL color Cylindrical-coordinate representation of color #E90B7F: hue angle of 328.65º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90B7F is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 127 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.09 |
| HSL | 328.65º | 0.91% | 0.48% | - |
| HSV(B) | 328.65º | 0.95% | 0.91% | - |
| XYZ | 37.55 | 19.1 | 21.79 | - |
| YUV | 90.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 127 | 0 | 0.95 | 0.45 | 0.09 | 328.65 | 0.91 | 0.48 |
| Hex | E9 | B | 7F | 0 | 5F | 2D | 9 | 149 | 5B | 30 |
| Octal | 351 | 13 | 177 | 0 | 137 | 55 | 11 | 511 | 133 | 60 |
| Binary | 11101001 | 1011 | 1111111 | 0 | 1011111 | 101101 | 1001 | 101001001 | 1011011 | 110000 |
Color Harmonies of #E90B7F
Complementary color
Monochromatic Colors of #E90B7F
Black with #E90B7F
Text Example
Text Example
White with #E90B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90B7F; }
p { color: rgb(233,11,127); }
H1.HeaderClassName
{
color: #E90B7F;
}
.AnyTagClassName
{
color: #E90B7F;
}
</style>
background-color css
<style>
a { background-color: #E90B7F; }
a { background-color: rgb(233,11,127); }
div.DivClassName
{
background-color: #E90B7F;
}
.BgClassName
{
background-color: #E90B7F;
}
</style>
border-color css
<style>
span { border-color: #E90B7F; }
span { border-color: rgb(233,11,127); }
td.TdClassName
{
border-color: #E90B7F;
}
.TagClassName
{
border-color: #E90B7F;
}
</style>