Shades of Shocking Pink #E212BF
Tints of Shocking Pink #E212BF
RGB
CMYK
RGB Variations
Color information
#E212BF (or 0xE212BF) is known color: Shocking Pink. HEX triplet: E2, 12 and BF. RGB value is (226,18,191). Sum of RGB (Red+Green+Blue) = 226+18+191=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E212BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E212BF is #1DED40. Grayscale: #636363. Windows color (decimal): -1961281 or 12522210. OLE color: 12522210.
HSL color Cylindrical-coordinate representation of color #E212BF: hue angle of 310.1º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E212BF is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 191 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.11 |
| HSL | 310.1º | 0.85% | 0.48% | - |
| HSV(B) | 310.1º | 0.92% | 0.89% | - |
| XYZ | 40.98 | 20.36 | 51.06 | - |
| YUV | 99.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 191 | 0 | 0.92 | 0.15 | 0.11 | 310.1 | 0.85 | 0.48 |
| Hex | E2 | 12 | BF | 0 | 5C | F | B | 136 | 55 | 30 |
| Octal | 342 | 22 | 277 | 0 | 134 | 17 | 13 | 466 | 125 | 60 |
| Binary | 11100010 | 10010 | 10111111 | 0 | 1011100 | 1111 | 1011 | 100110110 | 1010101 | 110000 |
Color Harmonies of #E212BF
Complementary color
Monochromatic Colors of #E212BF
Black with #E212BF
Text Example
Text Example
White with #E212BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E212BF; }
p { color: rgb(226,18,191); }
H1.HeaderClassName
{
color: #E212BF;
}
.AnyTagClassName
{
color: #E212BF;
}
</style>
background-color css
<style>
a { background-color: #E212BF; }
a { background-color: rgb(226,18,191); }
div.DivClassName
{
background-color: #E212BF;
}
.BgClassName
{
background-color: #E212BF;
}
</style>
border-color css
<style>
span { border-color: #E212BF; }
span { border-color: rgb(226,18,191); }
td.TdClassName
{
border-color: #E212BF;
}
.TagClassName
{
border-color: #E212BF;
}
</style>