Shades of Shocking Pink #E01FBC
Tints of Shocking Pink #E01FBC
RGB
CMYK
RGB Variations
Color information
#E01FBC (or 0xE01FBC) is known color: Shocking Pink. HEX triplet: E0, 1F and BC. RGB value is (224,31,188). Sum of RGB (Red+Green+Blue) = 224+31+188=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FBC is #1FE043. Grayscale: #6A6A6A. Windows color (decimal): -2089028 or 12328928. OLE color: 12328928.
HSL color Cylindrical-coordinate representation of color #E01FBC: hue angle of 311.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01FBC is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 188 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.12 |
| HSL | 311.19º | 0.76% | 0.5% | - |
| HSV(B) | 311.19º | 0.86% | 0.88% | - |
| XYZ | 40.31 | 20.46 | 49.4 | - |
| YUV | 106.61 | 173.94 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 188 | 0 | 0.86 | 0.16 | 0.12 | 311.19 | 0.76 | 0.5 |
| Hex | E0 | 1F | BC | 0 | 56 | 10 | C | 137 | 4C | 32 |
| Octal | 340 | 37 | 274 | 0 | 126 | 20 | 14 | 467 | 114 | 62 |
| Binary | 11100000 | 11111 | 10111100 | 0 | 1010110 | 10000 | 1100 | 100110111 | 1001100 | 110010 |
Color Harmonies of #E01FBC
Complementary color
Monochromatic Colors of #E01FBC
Black with #E01FBC
Text Example
Text Example
White with #E01FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01FBC; }
p { color: rgb(224,31,188); }
H1.HeaderClassName
{
color: #E01FBC;
}
.AnyTagClassName
{
color: #E01FBC;
}
</style>
background-color css
<style>
a { background-color: #E01FBC; }
a { background-color: rgb(224,31,188); }
div.DivClassName
{
background-color: #E01FBC;
}
.BgClassName
{
background-color: #E01FBC;
}
</style>
border-color css
<style>
span { border-color: #E01FBC; }
span { border-color: rgb(224,31,188); }
td.TdClassName
{
border-color: #E01FBC;
}
.TagClassName
{
border-color: #E01FBC;
}
</style>