Shades of Deep Pink #E91A8E
Tints of Deep Pink #E91A8E
RGB
CMYK
RGB Variations
Color information
#E91A8E (or 0xE91A8E) is known color: Deep Pink. HEX triplet: E9, 1A and 8E. RGB value is (233,26,142). Sum of RGB (Red+Green+Blue) = 233+26+142=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91A8E is #16E571. Grayscale: #646464. Windows color (decimal): -1500530 or 9313001. OLE color: 9313001.
HSL color Cylindrical-coordinate representation of color #E91A8E: hue angle of 326.38º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91A8E is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 142 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.09 |
| HSL | 326.38º | 0.82% | 0.51% | - |
| HSV(B) | 326.38º | 0.89% | 0.91% | - |
| XYZ | 38.86 | 20.02 | 27.41 | - |
| YUV | 101.12 | 151.08 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 142 | 0 | 0.89 | 0.39 | 0.09 | 326.38 | 0.82 | 0.51 |
| Hex | E9 | 1A | 8E | 0 | 59 | 27 | 9 | 146 | 52 | 33 |
| Octal | 351 | 32 | 216 | 0 | 131 | 47 | 11 | 506 | 122 | 63 |
| Binary | 11101001 | 11010 | 10001110 | 0 | 1011001 | 100111 | 1001 | 101000110 | 1010010 | 110011 |
Color Harmonies of #E91A8E
Complementary color
Monochromatic Colors of #E91A8E
Black with #E91A8E
Text Example
Text Example
White with #E91A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A8E; }
p { color: rgb(233,26,142); }
H1.HeaderClassName
{
color: #E91A8E;
}
.AnyTagClassName
{
color: #E91A8E;
}
</style>
background-color css
<style>
a { background-color: #E91A8E; }
a { background-color: rgb(233,26,142); }
div.DivClassName
{
background-color: #E91A8E;
}
.BgClassName
{
background-color: #E91A8E;
}
</style>
border-color css
<style>
span { border-color: #E91A8E; }
span { border-color: rgb(233,26,142); }
td.TdClassName
{
border-color: #E91A8E;
}
.TagClassName
{
border-color: #E91A8E;
}
</style>