Shades of Shocking Pink #E11CBA
Tints of Shocking Pink #E11CBA
RGB
CMYK
RGB Variations
Color information
#E11CBA (or 0xE11CBA) is known color: Shocking Pink. HEX triplet: E1, 1C and BA. RGB value is (225,28,186). Sum of RGB (Red+Green+Blue) = 225+28+186=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CBA is #1EE345. Grayscale: #686868. Windows color (decimal): -2024262 or 12197089. OLE color: 12197089.
HSL color Cylindrical-coordinate representation of color #E11CBA: hue angle of 311.88º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CBA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 186 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.12 |
| HSL | 311.88º | 0.78% | 0.5% | - |
| HSV(B) | 311.88º | 0.88% | 0.88% | - |
| XYZ | 40.33 | 20.38 | 48.26 | - |
| YUV | 104.92 | 173.77 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 186 | 0 | 0.88 | 0.17 | 0.12 | 311.88 | 0.78 | 0.5 |
| Hex | E1 | 1C | BA | 0 | 58 | 11 | C | 138 | 4E | 32 |
| Octal | 341 | 34 | 272 | 0 | 130 | 21 | 14 | 470 | 116 | 62 |
| Binary | 11100001 | 11100 | 10111010 | 0 | 1011000 | 10001 | 1100 | 100111000 | 1001110 | 110010 |
Color Harmonies of #E11CBA
Complementary color
Monochromatic Colors of #E11CBA
Black with #E11CBA
Text Example
Text Example
White with #E11CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CBA; }
p { color: rgb(225,28,186); }
H1.HeaderClassName
{
color: #E11CBA;
}
.AnyTagClassName
{
color: #E11CBA;
}
</style>
background-color css
<style>
a { background-color: #E11CBA; }
a { background-color: rgb(225,28,186); }
div.DivClassName
{
background-color: #E11CBA;
}
.BgClassName
{
background-color: #E11CBA;
}
</style>
border-color css
<style>
span { border-color: #E11CBA; }
span { border-color: rgb(225,28,186); }
td.TdClassName
{
border-color: #E11CBA;
}
.TagClassName
{
border-color: #E11CBA;
}
</style>