Shades of Shocking Pink #E701BC
Tints of Shocking Pink #E701BC
RGB
CMYK
RGB Variations
Color information
#E701BC (or 0xE701BC) is known color: Shocking Pink. HEX triplet: E7, 01 and BC. RGB value is (231,1,188). Sum of RGB (Red+Green+Blue) = 231+1+188=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E701BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701BC is #18FE43. Grayscale: #5A5A5A. Windows color (decimal): -1637956 or 12321255. OLE color: 12321255.
HSL color Cylindrical-coordinate representation of color #E701BC: hue angle of 311.22º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701BC is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.09 |
| HSL | 311.22º | 0.99% | 0.45% | - |
| HSV(B) | 311.22º | 1% | 0.91% | - |
| XYZ | 42.04 | 20.64 | 49.35 | - |
| YUV | 91.09 | 182.7 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 188 | 0 | 1.00 | 0.19 | 0.09 | 311.22 | 0.99 | 0.45 |
| Hex | E7 | 1 | BC | 0 | 64 | 13 | 9 | 137 | 63 | 2D |
| Octal | 347 | 1 | 274 | 0 | 144 | 23 | 11 | 467 | 143 | 55 |
| Binary | 11100111 | 1 | 10111100 | 0 | 1100100 | 10011 | 1001 | 100110111 | 1100011 | 101101 |
Color Harmonies of #E701BC
Complementary color
Monochromatic Colors of #E701BC
Black with #E701BC
Text Example
Text Example
White with #E701BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701BC; }
p { color: rgb(231,1,188); }
H1.HeaderClassName
{
color: #E701BC;
}
.AnyTagClassName
{
color: #E701BC;
}
</style>
background-color css
<style>
a { background-color: #E701BC; }
a { background-color: rgb(231,1,188); }
div.DivClassName
{
background-color: #E701BC;
}
.BgClassName
{
background-color: #E701BC;
}
</style>
border-color css
<style>
span { border-color: #E701BC; }
span { border-color: rgb(231,1,188); }
td.TdClassName
{
border-color: #E701BC;
}
.TagClassName
{
border-color: #E701BC;
}
</style>