Shades of Shocking Pink #E211BF
Tints of Shocking Pink #E211BF
RGB
CMYK
RGB Variations
Color information
#E211BF (or 0xE211BF) is known color: Shocking Pink. HEX triplet: E2, 11 and BF. RGB value is (226,17,191). Sum of RGB (Red+Green+Blue) = 226+17+191=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E211BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E211BF is #1DEE40. Grayscale: #626262. Windows color (decimal): -1961537 or 12521954. OLE color: 12521954.
HSL color Cylindrical-coordinate representation of color #E211BF: hue angle of 310.05º degrees, saturation: 0.86, 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 #E211BF is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 191 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.11 |
| HSL | 310.05º | 0.86% | 0.48% | - |
| HSV(B) | 310.05º | 0.92% | 0.89% | - |
| XYZ | 40.97 | 20.33 | 51.06 | - |
| YUV | 99.33 | 179.74 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 191 | 0 | 0.92 | 0.15 | 0.11 | 310.05 | 0.86 | 0.48 |
| Hex | E2 | 11 | BF | 0 | 5C | F | B | 136 | 56 | 30 |
| Octal | 342 | 21 | 277 | 0 | 134 | 17 | 13 | 466 | 126 | 60 |
| Binary | 11100010 | 10001 | 10111111 | 0 | 1011100 | 1111 | 1011 | 100110110 | 1010110 | 110000 |
Color Harmonies of #E211BF
Complementary color
Monochromatic Colors of #E211BF
Black with #E211BF
Text Example
Text Example
White with #E211BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211BF; }
p { color: rgb(226,17,191); }
H1.HeaderClassName
{
color: #E211BF;
}
.AnyTagClassName
{
color: #E211BF;
}
</style>
background-color css
<style>
a { background-color: #E211BF; }
a { background-color: rgb(226,17,191); }
div.DivClassName
{
background-color: #E211BF;
}
.BgClassName
{
background-color: #E211BF;
}
</style>
border-color css
<style>
span { border-color: #E211BF; }
span { border-color: rgb(226,17,191); }
td.TdClassName
{
border-color: #E211BF;
}
.TagClassName
{
border-color: #E211BF;
}
</style>