Shades of Shocking Pink #E11EB8
Tints of Shocking Pink #E11EB8
RGB
CMYK
RGB Variations
Color information
#E11EB8 (or 0xE11EB8) is known color: Shocking Pink. HEX triplet: E1, 1E and B8. RGB value is (225,30,184). Sum of RGB (Red+Green+Blue) = 225+30+184=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11EB8 is #1EE147. Grayscale: #696969. Windows color (decimal): -2023752 or 12066529. OLE color: 12066529.
HSL color Cylindrical-coordinate representation of color #E11EB8: hue angle of 312.62º 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 #E11EB8 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 184 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.12 |
| HSL | 312.62º | 0.76% | 0.5% | - |
| HSV(B) | 312.62º | 0.87% | 0.88% | - |
| XYZ | 40.17 | 20.4 | 47.17 | - |
| YUV | 105.86 | 172.1 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 184 | 0 | 0.87 | 0.18 | 0.12 | 312.62 | 0.76 | 0.5 |
| Hex | E1 | 1E | B8 | 0 | 57 | 12 | C | 139 | 4C | 32 |
| Octal | 341 | 36 | 270 | 0 | 127 | 22 | 14 | 471 | 114 | 62 |
| Binary | 11100001 | 11110 | 10111000 | 0 | 1010111 | 10010 | 1100 | 100111001 | 1001100 | 110010 |
Color Harmonies of #E11EB8
Complementary color
Monochromatic Colors of #E11EB8
Black with #E11EB8
Text Example
Text Example
White with #E11EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11EB8; }
p { color: rgb(225,30,184); }
H1.HeaderClassName
{
color: #E11EB8;
}
.AnyTagClassName
{
color: #E11EB8;
}
</style>
background-color css
<style>
a { background-color: #E11EB8; }
a { background-color: rgb(225,30,184); }
div.DivClassName
{
background-color: #E11EB8;
}
.BgClassName
{
background-color: #E11EB8;
}
</style>
border-color css
<style>
span { border-color: #E11EB8; }
span { border-color: rgb(225,30,184); }
td.TdClassName
{
border-color: #E11EB8;
}
.TagClassName
{
border-color: #E11EB8;
}
</style>