Shades of Deep Pink #E90A8B
Tints of Deep Pink #E90A8B
RGB
CMYK
RGB Variations
Color information
#E90A8B (or 0xE90A8B) is known color: Deep Pink. HEX triplet: E9, 0A and 8B. RGB value is (233,10,139). Sum of RGB (Red+Green+Blue) = 233+10+139=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90A8B is #16F574. Grayscale: #5B5B5B. Windows color (decimal): -1504629 or 9112297. OLE color: 9112297.
HSL color Cylindrical-coordinate representation of color #E90A8B: hue angle of 325.29º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90A8B is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 139 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.09 |
| HSL | 325.29º | 0.92% | 0.48% | - |
| HSV(B) | 325.29º | 0.96% | 0.91% | - |
| XYZ | 38.37 | 19.4 | 26.15 | - |
| YUV | 91.38 | 154.88 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 139 | 0 | 0.96 | 0.40 | 0.09 | 325.29 | 0.92 | 0.48 |
| Hex | E9 | A | 8B | 0 | 60 | 28 | 9 | 145 | 5C | 30 |
| Octal | 351 | 12 | 213 | 0 | 140 | 50 | 11 | 505 | 134 | 60 |
| Binary | 11101001 | 1010 | 10001011 | 0 | 1100000 | 101000 | 1001 | 101000101 | 1011100 | 110000 |
Color Harmonies of #E90A8B
Complementary color
Monochromatic Colors of #E90A8B
Black with #E90A8B
Text Example
Text Example
White with #E90A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A8B; }
p { color: rgb(233,10,139); }
H1.HeaderClassName
{
color: #E90A8B;
}
.AnyTagClassName
{
color: #E90A8B;
}
</style>
background-color css
<style>
a { background-color: #E90A8B; }
a { background-color: rgb(233,10,139); }
div.DivClassName
{
background-color: #E90A8B;
}
.BgClassName
{
background-color: #E90A8B;
}
</style>
border-color css
<style>
span { border-color: #E90A8B; }
span { border-color: rgb(233,10,139); }
td.TdClassName
{
border-color: #E90A8B;
}
.TagClassName
{
border-color: #E90A8B;
}
</style>