Shades of Shocking Pink #E801BC
Tints of Shocking Pink #E801BC
RGB
CMYK
RGB Variations
Color information
#E801BC (or 0xE801BC) is known color: Shocking Pink. HEX triplet: E8, 01 and BC. RGB value is (232,1,188). Sum of RGB (Red+Green+Blue) = 232+1+188=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E801BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801BC is #17FE43. Grayscale: #5A5A5A. Windows color (decimal): -1572420 or 12321256. OLE color: 12321256.
HSL color Cylindrical-coordinate representation of color #E801BC: hue angle of 311.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801BC is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.09 |
| HSL | 311.43º | 0.99% | 0.46% | - |
| HSV(B) | 311.43º | 1% | 0.91% | - |
| XYZ | 42.37 | 20.81 | 49.36 | - |
| YUV | 91.39 | 182.53 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 188 | 0 | 1.00 | 0.19 | 0.09 | 311.43 | 0.99 | 0.46 |
| Hex | E8 | 1 | BC | 0 | 64 | 13 | 9 | 137 | 63 | 2E |
| Octal | 350 | 1 | 274 | 0 | 144 | 23 | 11 | 467 | 143 | 56 |
| Binary | 11101000 | 1 | 10111100 | 0 | 1100100 | 10011 | 1001 | 100110111 | 1100011 | 101110 |
Color Harmonies of #E801BC
Complementary color
Monochromatic Colors of #E801BC
Black with #E801BC
Text Example
Text Example
White with #E801BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801BC; }
p { color: rgb(232,1,188); }
H1.HeaderClassName
{
color: #E801BC;
}
.AnyTagClassName
{
color: #E801BC;
}
</style>
background-color css
<style>
a { background-color: #E801BC; }
a { background-color: rgb(232,1,188); }
div.DivClassName
{
background-color: #E801BC;
}
.BgClassName
{
background-color: #E801BC;
}
</style>
border-color css
<style>
span { border-color: #E801BC; }
span { border-color: rgb(232,1,188); }
td.TdClassName
{
border-color: #E801BC;
}
.TagClassName
{
border-color: #E801BC;
}
</style>