Shades of Shocking Pink #E11AB4
Tints of Shocking Pink #E11AB4
RGB
CMYK
RGB Variations
Color information
#E11AB4 (or 0xE11AB4) is known color: Shocking Pink. HEX triplet: E1, 1A and B4. RGB value is (225,26,180). Sum of RGB (Red+Green+Blue) = 225+26+180=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11AB4 is #1EE54B. Grayscale: #666666. Windows color (decimal): -2024780 or 11803361. OLE color: 11803361.
HSL color Cylindrical-coordinate representation of color #E11AB4: hue angle of 313.57º 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 #E11AB4 is Cyan = 0, Magento = 0.88, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 180 | - |
| CMYK | 0 | 0.88 | 0.2 | 0.12 |
| HSL | 313.57º | 0.79% | 0.49% | - |
| HSV(B) | 313.57º | 0.88% | 0.88% | - |
| XYZ | 39.66 | 20.04 | 44.96 | - |
| YUV | 103.06 | 171.43 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 180 | 0 | 0.88 | 0.2 | 0.12 | 313.57 | 0.79 | 0.49 |
| Hex | E1 | 1A | B4 | 0 | 58 | 14 | C | 13A | 4F | 31 |
| Octal | 341 | 32 | 264 | 0 | 130 | 24 | 14 | 472 | 117 | 61 |
| Binary | 11100001 | 11010 | 10110100 | 0 | 1011000 | 10100 | 1100 | 100111010 | 1001111 | 110001 |
Color Harmonies of #E11AB4
Complementary color
Monochromatic Colors of #E11AB4
Black with #E11AB4
Text Example
Text Example
White with #E11AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11AB4; }
p { color: rgb(225,26,180); }
H1.HeaderClassName
{
color: #E11AB4;
}
.AnyTagClassName
{
color: #E11AB4;
}
</style>
background-color css
<style>
a { background-color: #E11AB4; }
a { background-color: rgb(225,26,180); }
div.DivClassName
{
background-color: #E11AB4;
}
.BgClassName
{
background-color: #E11AB4;
}
</style>
border-color css
<style>
span { border-color: #E11AB4; }
span { border-color: rgb(225,26,180); }
td.TdClassName
{
border-color: #E11AB4;
}
.TagClassName
{
border-color: #E11AB4;
}
</style>