Shades of Shocking Pink #E112BB
Tints of Shocking Pink #E112BB
RGB
CMYK
RGB Variations
Color information
#E112BB (or 0xE112BB) is known color: Shocking Pink. HEX triplet: E1, 12 and BB. RGB value is (225,18,187). Sum of RGB (Red+Green+Blue) = 225+18+187=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E112BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112BB is #1EED44. Grayscale: #626262. Windows color (decimal): -2026821 or 12260065. OLE color: 12260065.
HSL color Cylindrical-coordinate representation of color #E112BB: hue angle of 311.01º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E112BB is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 187 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.12 |
| HSL | 311.01º | 0.85% | 0.48% | - |
| HSV(B) | 311.01º | 0.92% | 0.88% | - |
| XYZ | 40.24 | 20.03 | 48.76 | - |
| YUV | 99.16 | 177.58 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 187 | 0 | 0.92 | 0.17 | 0.12 | 311.01 | 0.85 | 0.48 |
| Hex | E1 | 12 | BB | 0 | 5C | 11 | C | 137 | 55 | 30 |
| Octal | 341 | 22 | 273 | 0 | 134 | 21 | 14 | 467 | 125 | 60 |
| Binary | 11100001 | 10010 | 10111011 | 0 | 1011100 | 10001 | 1100 | 100110111 | 1010101 | 110000 |
Color Harmonies of #E112BB
Complementary color
Monochromatic Colors of #E112BB
Black with #E112BB
Text Example
Text Example
White with #E112BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112BB; }
p { color: rgb(225,18,187); }
H1.HeaderClassName
{
color: #E112BB;
}
.AnyTagClassName
{
color: #E112BB;
}
</style>
background-color css
<style>
a { background-color: #E112BB; }
a { background-color: rgb(225,18,187); }
div.DivClassName
{
background-color: #E112BB;
}
.BgClassName
{
background-color: #E112BB;
}
</style>
border-color css
<style>
span { border-color: #E112BB; }
span { border-color: rgb(225,18,187); }
td.TdClassName
{
border-color: #E112BB;
}
.TagClassName
{
border-color: #E112BB;
}
</style>