Shades of Shocking Pink #E91AB9
Tints of Shocking Pink #E91AB9
RGB
CMYK
RGB Variations
Color information
#E91AB9 (or 0xE91AB9) is known color: Shocking Pink. HEX triplet: E9, 1A and B9. RGB value is (233,26,185). Sum of RGB (Red+Green+Blue) = 233+26+185=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E91AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91AB9 is #16E546. Grayscale: #696969. Windows color (decimal): -1500487 or 12131049. OLE color: 12131049.
HSL color Cylindrical-coordinate representation of color #E91AB9: hue angle of 313.91º 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 #E91AB9 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 185 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.09 |
| HSL | 313.91º | 0.82% | 0.51% | - |
| HSV(B) | 313.91º | 0.89% | 0.91% | - |
| XYZ | 42.73 | 21.57 | 47.81 | - |
| YUV | 106.02 | 172.58 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 185 | 0 | 0.89 | 0.21 | 0.09 | 313.91 | 0.82 | 0.51 |
| Hex | E9 | 1A | B9 | 0 | 59 | 15 | 9 | 13A | 52 | 33 |
| Octal | 351 | 32 | 271 | 0 | 131 | 25 | 11 | 472 | 122 | 63 |
| Binary | 11101001 | 11010 | 10111001 | 0 | 1011001 | 10101 | 1001 | 100111010 | 1010010 | 110011 |
Color Harmonies of #E91AB9
Complementary color
Monochromatic Colors of #E91AB9
Black with #E91AB9
Text Example
Text Example
White with #E91AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91AB9; }
p { color: rgb(233,26,185); }
H1.HeaderClassName
{
color: #E91AB9;
}
.AnyTagClassName
{
color: #E91AB9;
}
</style>
background-color css
<style>
a { background-color: #E91AB9; }
a { background-color: rgb(233,26,185); }
div.DivClassName
{
background-color: #E91AB9;
}
.BgClassName
{
background-color: #E91AB9;
}
</style>
border-color css
<style>
span { border-color: #E91AB9; }
span { border-color: rgb(233,26,185); }
td.TdClassName
{
border-color: #E91AB9;
}
.TagClassName
{
border-color: #E91AB9;
}
</style>