Shades of Deep Pink #E90A8D
Tints of Deep Pink #E90A8D
RGB
CMYK
RGB Variations
Color information
#E90A8D (or 0xE90A8D) is known color: Deep Pink. HEX triplet: E9, 0A and 8D. RGB value is (233,10,141). Sum of RGB (Red+Green+Blue) = 233+10+141=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90A8D is #16F572. Grayscale: #5B5B5B. Windows color (decimal): -1504627 or 9243369. OLE color: 9243369.
HSL color Cylindrical-coordinate representation of color #E90A8D: hue angle of 324.75º 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 #E90A8D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 141 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.09 |
| HSL | 324.75º | 0.92% | 0.48% | - |
| HSV(B) | 324.75º | 0.96% | 0.91% | - |
| XYZ | 38.52 | 19.46 | 26.93 | - |
| YUV | 91.61 | 155.88 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 141 | 0 | 0.96 | 0.39 | 0.09 | 324.75 | 0.92 | 0.48 |
| Hex | E9 | A | 8D | 0 | 60 | 27 | 9 | 145 | 5C | 30 |
| Octal | 351 | 12 | 215 | 0 | 140 | 47 | 11 | 505 | 134 | 60 |
| Binary | 11101001 | 1010 | 10001101 | 0 | 1100000 | 100111 | 1001 | 101000101 | 1011100 | 110000 |
Color Harmonies of #E90A8D
Complementary color
Monochromatic Colors of #E90A8D
Black with #E90A8D
Text Example
Text Example
White with #E90A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A8D; }
p { color: rgb(233,10,141); }
H1.HeaderClassName
{
color: #E90A8D;
}
.AnyTagClassName
{
color: #E90A8D;
}
</style>
background-color css
<style>
a { background-color: #E90A8D; }
a { background-color: rgb(233,10,141); }
div.DivClassName
{
background-color: #E90A8D;
}
.BgClassName
{
background-color: #E90A8D;
}
</style>
border-color css
<style>
span { border-color: #E90A8D; }
span { border-color: rgb(233,10,141); }
td.TdClassName
{
border-color: #E90A8D;
}
.TagClassName
{
border-color: #E90A8D;
}
</style>