Shades of Deep Pink #E91A90
Tints of Deep Pink #E91A90
RGB
CMYK
RGB Variations
Color information
#E91A90 (or 0xE91A90) is known color: Deep Pink. HEX triplet: E9, 1A and 90. RGB value is (233,26,144). Sum of RGB (Red+Green+Blue) = 233+26+144=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91A90 is #16E56F. Grayscale: #656565. Windows color (decimal): -1500528 or 9444073. OLE color: 9444073.
HSL color Cylindrical-coordinate representation of color #E91A90: hue angle of 325.8º 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 #E91A90 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 144 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.09 |
| HSL | 325.8º | 0.82% | 0.51% | - |
| HSV(B) | 325.8º | 0.89% | 0.91% | - |
| XYZ | 39.01 | 20.08 | 28.2 | - |
| YUV | 101.35 | 152.08 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 144 | 0 | 0.89 | 0.38 | 0.09 | 325.8 | 0.82 | 0.51 |
| Hex | E9 | 1A | 90 | 0 | 59 | 26 | 9 | 146 | 52 | 33 |
| Octal | 351 | 32 | 220 | 0 | 131 | 46 | 11 | 506 | 122 | 63 |
| Binary | 11101001 | 11010 | 10010000 | 0 | 1011001 | 100110 | 1001 | 101000110 | 1010010 | 110011 |
Color Harmonies of #E91A90
Complementary color
Monochromatic Colors of #E91A90
Black with #E91A90
Text Example
Text Example
White with #E91A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A90; }
p { color: rgb(233,26,144); }
H1.HeaderClassName
{
color: #E91A90;
}
.AnyTagClassName
{
color: #E91A90;
}
</style>
background-color css
<style>
a { background-color: #E91A90; }
a { background-color: rgb(233,26,144); }
div.DivClassName
{
background-color: #E91A90;
}
.BgClassName
{
background-color: #E91A90;
}
</style>
border-color css
<style>
span { border-color: #E91A90; }
span { border-color: rgb(233,26,144); }
td.TdClassName
{
border-color: #E91A90;
}
.TagClassName
{
border-color: #E91A90;
}
</style>