Shades of Shocking Pink #E20ABB
Tints of Shocking Pink #E20ABB
RGB
CMYK
RGB Variations
Color information
#E20ABB (or 0xE20ABB) is known color: Shocking Pink. HEX triplet: E2, 0A and BB. RGB value is (226,10,187). Sum of RGB (Red+Green+Blue) = 226+10+187=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E20ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20ABB is #1DF544. Grayscale: #5E5E5E. Windows color (decimal): -1963333 or 12258018. OLE color: 12258018.
HSL color Cylindrical-coordinate representation of color #E20ABB: hue angle of 310.83º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20ABB is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.11 |
| HSL | 310.83º | 0.92% | 0.46% | - |
| HSV(B) | 310.83º | 0.96% | 0.89% | - |
| XYZ | 40.44 | 19.97 | 48.74 | - |
| YUV | 94.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 187 | 0 | 0.96 | 0.17 | 0.11 | 310.83 | 0.92 | 0.46 |
| Hex | E2 | A | BB | 0 | 60 | 11 | B | 137 | 5C | 2E |
| Octal | 342 | 12 | 273 | 0 | 140 | 21 | 13 | 467 | 134 | 56 |
| Binary | 11100010 | 1010 | 10111011 | 0 | 1100000 | 10001 | 1011 | 100110111 | 1011100 | 101110 |
Color Harmonies of #E20ABB
Complementary color
Monochromatic Colors of #E20ABB
Black with #E20ABB
Text Example
Text Example
White with #E20ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20ABB; }
p { color: rgb(226,10,187); }
H1.HeaderClassName
{
color: #E20ABB;
}
.AnyTagClassName
{
color: #E20ABB;
}
</style>
background-color css
<style>
a { background-color: #E20ABB; }
a { background-color: rgb(226,10,187); }
div.DivClassName
{
background-color: #E20ABB;
}
.BgClassName
{
background-color: #E20ABB;
}
</style>
border-color css
<style>
span { border-color: #E20ABB; }
span { border-color: rgb(226,10,187); }
td.TdClassName
{
border-color: #E20ABB;
}
.TagClassName
{
border-color: #E20ABB;
}
</style>