Shades of Shocking Pink #E11ABB
Tints of Shocking Pink #E11ABB
RGB
CMYK
RGB Variations
Color information
#E11ABB (or 0xE11ABB) is known color: Shocking Pink. HEX triplet: E1, 1A and BB. RGB value is (225,26,187). Sum of RGB (Red+Green+Blue) = 225+26+187=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ABB is #1EE544. Grayscale: #676767. Windows color (decimal): -2024773 or 12262113. OLE color: 12262113.
HSL color Cylindrical-coordinate representation of color #E11ABB: hue angle of 311.46º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11ABB is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 187 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.12 |
| HSL | 311.46º | 0.79% | 0.49% | - |
| HSV(B) | 311.46º | 0.88% | 0.88% | - |
| XYZ | 40.39 | 20.33 | 48.81 | - |
| YUV | 103.86 | 174.93 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 187 | 0 | 0.88 | 0.17 | 0.12 | 311.46 | 0.79 | 0.49 |
| Hex | E1 | 1A | BB | 0 | 58 | 11 | C | 137 | 4F | 31 |
| Octal | 341 | 32 | 273 | 0 | 130 | 21 | 14 | 467 | 117 | 61 |
| Binary | 11100001 | 11010 | 10111011 | 0 | 1011000 | 10001 | 1100 | 100110111 | 1001111 | 110001 |
Color Harmonies of #E11ABB
Complementary color
Monochromatic Colors of #E11ABB
Black with #E11ABB
Text Example
Text Example
White with #E11ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ABB; }
p { color: rgb(225,26,187); }
H1.HeaderClassName
{
color: #E11ABB;
}
.AnyTagClassName
{
color: #E11ABB;
}
</style>
background-color css
<style>
a { background-color: #E11ABB; }
a { background-color: rgb(225,26,187); }
div.DivClassName
{
background-color: #E11ABB;
}
.BgClassName
{
background-color: #E11ABB;
}
</style>
border-color css
<style>
span { border-color: #E11ABB; }
span { border-color: rgb(225,26,187); }
td.TdClassName
{
border-color: #E11ABB;
}
.TagClassName
{
border-color: #E11ABB;
}
</style>