Shades of Shocking Pink #E11EBA
Tints of Shocking Pink #E11EBA
RGB
CMYK
RGB Variations
Color information
#E11EBA (or 0xE11EBA) is known color: Shocking Pink. HEX triplet: E1, 1E and BA. RGB value is (225,30,186). Sum of RGB (Red+Green+Blue) = 225+30+186=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11EBA is #1EE145. Grayscale: #696969. Windows color (decimal): -2023750 or 12197601. OLE color: 12197601.
HSL color Cylindrical-coordinate representation of color #E11EBA: hue angle of 312º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11EBA is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 186 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.12 |
| HSL | 312º | 0.76% | 0.5% | - |
| HSV(B) | 312º | 0.87% | 0.88% | - |
| XYZ | 40.38 | 20.48 | 48.28 | - |
| YUV | 106.09 | 173.1 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 186 | 0 | 0.87 | 0.17 | 0.12 | 312 | 0.76 | 0.5 |
| Hex | E1 | 1E | BA | 0 | 57 | 11 | C | 138 | 4C | 32 |
| Octal | 341 | 36 | 272 | 0 | 127 | 21 | 14 | 470 | 114 | 62 |
| Binary | 11100001 | 11110 | 10111010 | 0 | 1010111 | 10001 | 1100 | 100111000 | 1001100 | 110010 |
Color Harmonies of #E11EBA
Complementary color
Monochromatic Colors of #E11EBA
Black with #E11EBA
Text Example
Text Example
White with #E11EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11EBA; }
p { color: rgb(225,30,186); }
H1.HeaderClassName
{
color: #E11EBA;
}
.AnyTagClassName
{
color: #E11EBA;
}
</style>
background-color css
<style>
a { background-color: #E11EBA; }
a { background-color: rgb(225,30,186); }
div.DivClassName
{
background-color: #E11EBA;
}
.BgClassName
{
background-color: #E11EBA;
}
</style>
border-color css
<style>
span { border-color: #E11EBA; }
span { border-color: rgb(225,30,186); }
td.TdClassName
{
border-color: #E11EBA;
}
.TagClassName
{
border-color: #E11EBA;
}
</style>