Shades of Shocking Pink #E20BBC
Tints of Shocking Pink #E20BBC
RGB
CMYK
RGB Variations
Color information
#E20BBC (or 0xE20BBC) is known color: Shocking Pink. HEX triplet: E2, 0B and BC. RGB value is (226,11,188). Sum of RGB (Red+Green+Blue) = 226+11+188=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BBC is #1DF443. Grayscale: #5E5E5E. Windows color (decimal): -1963076 or 12323810. OLE color: 12323810.
HSL color Cylindrical-coordinate representation of color #E20BBC: hue angle of 310.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BBC is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.11 |
| HSL | 310.6º | 0.91% | 0.46% | - |
| HSV(B) | 310.6º | 0.95% | 0.89% | - |
| XYZ | 40.56 | 20.04 | 49.31 | - |
| YUV | 95.46 | 180.23 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 188 | 0 | 0.95 | 0.17 | 0.11 | 310.6 | 0.91 | 0.46 |
| Hex | E2 | B | BC | 0 | 5F | 11 | B | 137 | 5B | 2E |
| Octal | 342 | 13 | 274 | 0 | 137 | 21 | 13 | 467 | 133 | 56 |
| Binary | 11100010 | 1011 | 10111100 | 0 | 1011111 | 10001 | 1011 | 100110111 | 1011011 | 101110 |
Color Harmonies of #E20BBC
Complementary color
Monochromatic Colors of #E20BBC
Black with #E20BBC
Text Example
Text Example
White with #E20BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BBC; }
p { color: rgb(226,11,188); }
H1.HeaderClassName
{
color: #E20BBC;
}
.AnyTagClassName
{
color: #E20BBC;
}
</style>
background-color css
<style>
a { background-color: #E20BBC; }
a { background-color: rgb(226,11,188); }
div.DivClassName
{
background-color: #E20BBC;
}
.BgClassName
{
background-color: #E20BBC;
}
</style>
border-color css
<style>
span { border-color: #E20BBC; }
span { border-color: rgb(226,11,188); }
td.TdClassName
{
border-color: #E20BBC;
}
.TagClassName
{
border-color: #E20BBC;
}
</style>