Shades of Shocking Pink #E112BD
Tints of Shocking Pink #E112BD
RGB
CMYK
RGB Variations
Color information
#E112BD (or 0xE112BD) is known color: Shocking Pink. HEX triplet: E1, 12 and BD. RGB value is (225,18,189). Sum of RGB (Red+Green+Blue) = 225+18+189=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E112BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112BD is #1EED42. Grayscale: #626262. Windows color (decimal): -2026819 or 12391137. OLE color: 12391137.
HSL color Cylindrical-coordinate representation of color #E112BD: hue angle of 310.43º 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 #E112BD is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 189 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.12 |
| HSL | 310.43º | 0.85% | 0.48% | - |
| HSV(B) | 310.43º | 0.92% | 0.88% | - |
| XYZ | 40.45 | 20.11 | 49.89 | - |
| YUV | 99.39 | 178.58 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 189 | 0 | 0.92 | 0.16 | 0.12 | 310.43 | 0.85 | 0.48 |
| Hex | E1 | 12 | BD | 0 | 5C | 10 | C | 136 | 55 | 30 |
| Octal | 341 | 22 | 275 | 0 | 134 | 20 | 14 | 466 | 125 | 60 |
| Binary | 11100001 | 10010 | 10111101 | 0 | 1011100 | 10000 | 1100 | 100110110 | 1010101 | 110000 |
Color Harmonies of #E112BD
Complementary color
Monochromatic Colors of #E112BD
Black with #E112BD
Text Example
Text Example
White with #E112BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112BD; }
p { color: rgb(225,18,189); }
H1.HeaderClassName
{
color: #E112BD;
}
.AnyTagClassName
{
color: #E112BD;
}
</style>
background-color css
<style>
a { background-color: #E112BD; }
a { background-color: rgb(225,18,189); }
div.DivClassName
{
background-color: #E112BD;
}
.BgClassName
{
background-color: #E112BD;
}
</style>
border-color css
<style>
span { border-color: #E112BD; }
span { border-color: rgb(225,18,189); }
td.TdClassName
{
border-color: #E112BD;
}
.TagClassName
{
border-color: #E112BD;
}
</style>