Shades of Shocking Pink #E201BC
Tints of Shocking Pink #E201BC
RGB
CMYK
RGB Variations
Color information
#E201BC (or 0xE201BC) is known color: Shocking Pink. HEX triplet: E2, 01 and BC. RGB value is (226,1,188). Sum of RGB (Red+Green+Blue) = 226+1+188=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E201BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201BC is #1DFE43. Grayscale: #595959. Windows color (decimal): -1965636 or 12321250. OLE color: 12321250.
HSL color Cylindrical-coordinate representation of color #E201BC: hue angle of 310.13º 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 #E201BC is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.11 |
| HSL | 310.13º | 0.99% | 0.45% | - |
| HSV(B) | 310.13º | 1% | 0.89% | - |
| XYZ | 40.45 | 19.82 | 49.27 | - |
| YUV | 89.59 | 183.54 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 188 | 0 | 1.00 | 0.17 | 0.11 | 310.13 | 0.99 | 0.45 |
| Hex | E2 | 1 | BC | 0 | 64 | 11 | B | 136 | 63 | 2D |
| Octal | 342 | 1 | 274 | 0 | 144 | 21 | 13 | 466 | 143 | 55 |
| Binary | 11100010 | 1 | 10111100 | 0 | 1100100 | 10001 | 1011 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E201BC
Complementary color
Monochromatic Colors of #E201BC
Black with #E201BC
Text Example
Text Example
White with #E201BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201BC; }
p { color: rgb(226,1,188); }
H1.HeaderClassName
{
color: #E201BC;
}
.AnyTagClassName
{
color: #E201BC;
}
</style>
background-color css
<style>
a { background-color: #E201BC; }
a { background-color: rgb(226,1,188); }
div.DivClassName
{
background-color: #E201BC;
}
.BgClassName
{
background-color: #E201BC;
}
</style>
border-color css
<style>
span { border-color: #E201BC; }
span { border-color: rgb(226,1,188); }
td.TdClassName
{
border-color: #E201BC;
}
.TagClassName
{
border-color: #E201BC;
}
</style>