Shades of Shocking Pink #E011BB
Tints of Shocking Pink #E011BB
RGB
CMYK
RGB Variations
Color information
#E011BB (or 0xE011BB) is known color: Shocking Pink. HEX triplet: E0, 11 and BB. RGB value is (224,17,187). Sum of RGB (Red+Green+Blue) = 224+17+187=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E011BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011BB is #1FEE44. Grayscale: #616161. Windows color (decimal): -2092613 or 12259808. OLE color: 12259808.
HSL color Cylindrical-coordinate representation of color #E011BB: hue angle of 310.72º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E011BB is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 187 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.12 |
| HSL | 310.72º | 0.86% | 0.47% | - |
| HSV(B) | 310.72º | 0.92% | 0.88% | - |
| XYZ | 39.91 | 19.84 | 48.74 | - |
| YUV | 98.27 | 178.08 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 187 | 0 | 0.92 | 0.17 | 0.12 | 310.72 | 0.86 | 0.47 |
| Hex | E0 | 11 | BB | 0 | 5C | 11 | C | 137 | 56 | 2F |
| Octal | 340 | 21 | 273 | 0 | 134 | 21 | 14 | 467 | 126 | 57 |
| Binary | 11100000 | 10001 | 10111011 | 0 | 1011100 | 10001 | 1100 | 100110111 | 1010110 | 101111 |
Color Harmonies of #E011BB
Complementary color
Monochromatic Colors of #E011BB
Black with #E011BB
Text Example
Text Example
White with #E011BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011BB; }
p { color: rgb(224,17,187); }
H1.HeaderClassName
{
color: #E011BB;
}
.AnyTagClassName
{
color: #E011BB;
}
</style>
background-color css
<style>
a { background-color: #E011BB; }
a { background-color: rgb(224,17,187); }
div.DivClassName
{
background-color: #E011BB;
}
.BgClassName
{
background-color: #E011BB;
}
</style>
border-color css
<style>
span { border-color: #E011BB; }
span { border-color: rgb(224,17,187); }
td.TdClassName
{
border-color: #E011BB;
}
.TagClassName
{
border-color: #E011BB;
}
</style>