Shades of Deep Pink #E91A85
Tints of Deep Pink #E91A85
RGB
CMYK
RGB Variations
Color information
#E91A85 (or 0xE91A85) is known color: Deep Pink. HEX triplet: E9, 1A and 85. RGB value is (233,26,133). Sum of RGB (Red+Green+Blue) = 233+26+133=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91A85 is #16E57A. Grayscale: #636363. Windows color (decimal): -1500539 or 8723177. OLE color: 8723177.
HSL color Cylindrical-coordinate representation of color #E91A85: hue angle of 328.99º 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 #E91A85 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 133 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.09 |
| HSL | 328.99º | 0.82% | 0.51% | - |
| HSV(B) | 328.99º | 0.89% | 0.91% | - |
| XYZ | 38.21 | 19.76 | 23.99 | - |
| YUV | 100.09 | 146.58 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 133 | 0 | 0.89 | 0.43 | 0.09 | 328.99 | 0.82 | 0.51 |
| Hex | E9 | 1A | 85 | 0 | 59 | 2B | 9 | 149 | 52 | 33 |
| Octal | 351 | 32 | 205 | 0 | 131 | 53 | 11 | 511 | 122 | 63 |
| Binary | 11101001 | 11010 | 10000101 | 0 | 1011001 | 101011 | 1001 | 101001001 | 1010010 | 110011 |
Color Harmonies of #E91A85
Complementary color
Monochromatic Colors of #E91A85
Black with #E91A85
Text Example
Text Example
White with #E91A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A85; }
p { color: rgb(233,26,133); }
H1.HeaderClassName
{
color: #E91A85;
}
.AnyTagClassName
{
color: #E91A85;
}
</style>
background-color css
<style>
a { background-color: #E91A85; }
a { background-color: rgb(233,26,133); }
div.DivClassName
{
background-color: #E91A85;
}
.BgClassName
{
background-color: #E91A85;
}
</style>
border-color css
<style>
span { border-color: #E91A85; }
span { border-color: rgb(233,26,133); }
td.TdClassName
{
border-color: #E91A85;
}
.TagClassName
{
border-color: #E91A85;
}
</style>