Shades of Shocking Pink #E11ABA
Tints of Shocking Pink #E11ABA
RGB
CMYK
RGB Variations
Color information
#E11ABA (or 0xE11ABA) is known color: Shocking Pink. HEX triplet: E1, 1A and BA. RGB value is (225,26,186). Sum of RGB (Red+Green+Blue) = 225+26+186=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ABA is #1EE545. Grayscale: #676767. Windows color (decimal): -2024774 or 12196577. OLE color: 12196577.
HSL color Cylindrical-coordinate representation of color #E11ABA: hue angle of 311.76º 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 #E11ABA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 186 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.12 |
| HSL | 311.76º | 0.79% | 0.49% | - |
| HSV(B) | 311.76º | 0.88% | 0.88% | - |
| XYZ | 40.28 | 20.29 | 48.25 | - |
| YUV | 103.74 | 174.43 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 186 | 0 | 0.88 | 0.17 | 0.12 | 311.76 | 0.79 | 0.49 |
| Hex | E1 | 1A | BA | 0 | 58 | 11 | C | 138 | 4F | 31 |
| Octal | 341 | 32 | 272 | 0 | 130 | 21 | 14 | 470 | 117 | 61 |
| Binary | 11100001 | 11010 | 10111010 | 0 | 1011000 | 10001 | 1100 | 100111000 | 1001111 | 110001 |
Color Harmonies of #E11ABA
Complementary color
Monochromatic Colors of #E11ABA
Black with #E11ABA
Text Example
Text Example
White with #E11ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11ABA; }
p { color: rgb(225,26,186); }
H1.HeaderClassName
{
color: #E11ABA;
}
.AnyTagClassName
{
color: #E11ABA;
}
</style>
background-color css
<style>
a { background-color: #E11ABA; }
a { background-color: rgb(225,26,186); }
div.DivClassName
{
background-color: #E11ABA;
}
.BgClassName
{
background-color: #E11ABA;
}
</style>
border-color css
<style>
span { border-color: #E11ABA; }
span { border-color: rgb(225,26,186); }
td.TdClassName
{
border-color: #E11ABA;
}
.TagClassName
{
border-color: #E11ABA;
}
</style>