Shades of Shocking Pink #E01BBC
Tints of Shocking Pink #E01BBC
RGB
CMYK
RGB Variations
Color information
#E01BBC (or 0xE01BBC) is known color: Shocking Pink. HEX triplet: E0, 1B and BC. RGB value is (224,27,188). Sum of RGB (Red+Green+Blue) = 224+27+188=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BBC is #1FE443. Grayscale: #676767. Windows color (decimal): -2090052 or 12327904. OLE color: 12327904.
HSL color Cylindrical-coordinate representation of color #E01BBC: hue angle of 310.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01BBC is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 188 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.12 |
| HSL | 310.96º | 0.78% | 0.49% | - |
| HSV(B) | 310.96º | 0.88% | 0.88% | - |
| XYZ | 40.21 | 20.26 | 49.37 | - |
| YUV | 104.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 188 | 0 | 0.88 | 0.16 | 0.12 | 310.96 | 0.78 | 0.49 |
| Hex | E0 | 1B | BC | 0 | 58 | 10 | C | 137 | 4E | 31 |
| Octal | 340 | 33 | 274 | 0 | 130 | 20 | 14 | 467 | 116 | 61 |
| Binary | 11100000 | 11011 | 10111100 | 0 | 1011000 | 10000 | 1100 | 100110111 | 1001110 | 110001 |
Color Harmonies of #E01BBC
Complementary color
Monochromatic Colors of #E01BBC
Black with #E01BBC
Text Example
Text Example
White with #E01BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BBC; }
p { color: rgb(224,27,188); }
H1.HeaderClassName
{
color: #E01BBC;
}
.AnyTagClassName
{
color: #E01BBC;
}
</style>
background-color css
<style>
a { background-color: #E01BBC; }
a { background-color: rgb(224,27,188); }
div.DivClassName
{
background-color: #E01BBC;
}
.BgClassName
{
background-color: #E01BBC;
}
</style>
border-color css
<style>
span { border-color: #E01BBC; }
span { border-color: rgb(224,27,188); }
td.TdClassName
{
border-color: #E01BBC;
}
.TagClassName
{
border-color: #E01BBC;
}
</style>