Shades of Shocking Pink #E201BB
Tints of Shocking Pink #E201BB
RGB
CMYK
RGB Variations
Color information
#E201BB (or 0xE201BB) is known color: Shocking Pink. HEX triplet: E2, 01 and BB. RGB value is (226,1,187). Sum of RGB (Red+Green+Blue) = 226+1+187=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E201BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201BB is #1DFE44. Grayscale: #585858. Windows color (decimal): -1965637 or 12255714. OLE color: 12255714.
HSL color Cylindrical-coordinate representation of color #E201BB: hue angle of 310.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201BB is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.11 |
| HSL | 310.4º | 0.99% | 0.45% | - |
| HSV(B) | 310.4º | 1% | 0.89% | - |
| XYZ | 40.34 | 19.78 | 48.7 | - |
| YUV | 89.48 | 183.04 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 187 | 0 | 1.00 | 0.17 | 0.11 | 310.4 | 0.99 | 0.45 |
| Hex | E2 | 1 | BB | 0 | 64 | 11 | B | 136 | 63 | 2D |
| Octal | 342 | 1 | 273 | 0 | 144 | 21 | 13 | 466 | 143 | 55 |
| Binary | 11100010 | 1 | 10111011 | 0 | 1100100 | 10001 | 1011 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E201BB
Complementary color
Monochromatic Colors of #E201BB
Black with #E201BB
Text Example
Text Example
White with #E201BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201BB; }
p { color: rgb(226,1,187); }
H1.HeaderClassName
{
color: #E201BB;
}
.AnyTagClassName
{
color: #E201BB;
}
</style>
background-color css
<style>
a { background-color: #E201BB; }
a { background-color: rgb(226,1,187); }
div.DivClassName
{
background-color: #E201BB;
}
.BgClassName
{
background-color: #E201BB;
}
</style>
border-color css
<style>
span { border-color: #E201BB; }
span { border-color: rgb(226,1,187); }
td.TdClassName
{
border-color: #E201BB;
}
.TagClassName
{
border-color: #E201BB;
}
</style>