Shades of Shocking Pink #E20BB7
Tints of Shocking Pink #E20BB7
RGB
CMYK
RGB Variations
Color information
#E20BB7 (or 0xE20BB7) is known color: Shocking Pink. HEX triplet: E2, 0B and B7. RGB value is (226,11,183). Sum of RGB (Red+Green+Blue) = 226+11+183=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BB7 is #1DF448. Grayscale: #5E5E5E. Windows color (decimal): -1963081 or 11996130. OLE color: 11996130.
HSL color Cylindrical-coordinate representation of color #E20BB7: hue angle of 312º 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 #E20BB7 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 183 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.11 |
| HSL | 312º | 0.91% | 0.46% | - |
| HSV(B) | 312º | 0.95% | 0.89% | - |
| XYZ | 40.03 | 19.83 | 46.52 | - |
| YUV | 94.89 | 177.73 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 183 | 0 | 0.95 | 0.19 | 0.11 | 312 | 0.91 | 0.46 |
| Hex | E2 | B | B7 | 0 | 5F | 13 | B | 138 | 5B | 2E |
| Octal | 342 | 13 | 267 | 0 | 137 | 23 | 13 | 470 | 133 | 56 |
| Binary | 11100010 | 1011 | 10110111 | 0 | 1011111 | 10011 | 1011 | 100111000 | 1011011 | 101110 |
Color Harmonies of #E20BB7
Complementary color
Monochromatic Colors of #E20BB7
Black with #E20BB7
Text Example
Text Example
White with #E20BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BB7; }
p { color: rgb(226,11,183); }
H1.HeaderClassName
{
color: #E20BB7;
}
.AnyTagClassName
{
color: #E20BB7;
}
</style>
background-color css
<style>
a { background-color: #E20BB7; }
a { background-color: rgb(226,11,183); }
div.DivClassName
{
background-color: #E20BB7;
}
.BgClassName
{
background-color: #E20BB7;
}
</style>
border-color css
<style>
span { border-color: #E20BB7; }
span { border-color: rgb(226,11,183); }
td.TdClassName
{
border-color: #E20BB7;
}
.TagClassName
{
border-color: #E20BB7;
}
</style>