Shades of Shocking Pink #E20BB4
Tints of Shocking Pink #E20BB4
RGB
CMYK
RGB Variations
Color information
#E20BB4 (or 0xE20BB4) is known color: Shocking Pink. HEX triplet: E2, 0B and B4. RGB value is (226,11,180). Sum of RGB (Red+Green+Blue) = 226+11+180=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E20BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BB4 is #1DF44B. Grayscale: #5E5E5E. Windows color (decimal): -1963084 or 11799522. OLE color: 11799522.
HSL color Cylindrical-coordinate representation of color #E20BB4: hue angle of 312.84º 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 #E20BB4 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 180 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.11 |
| HSL | 312.84º | 0.91% | 0.46% | - |
| HSV(B) | 312.84º | 0.95% | 0.89% | - |
| XYZ | 39.72 | 19.7 | 44.89 | - |
| YUV | 94.55 | 176.23 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 180 | 0 | 0.95 | 0.20 | 0.11 | 312.84 | 0.91 | 0.46 |
| Hex | E2 | B | B4 | 0 | 5F | 14 | B | 139 | 5B | 2E |
| Octal | 342 | 13 | 264 | 0 | 137 | 24 | 13 | 471 | 133 | 56 |
| Binary | 11100010 | 1011 | 10110100 | 0 | 1011111 | 10100 | 1011 | 100111001 | 1011011 | 101110 |
Color Harmonies of #E20BB4
Complementary color
Monochromatic Colors of #E20BB4
Black with #E20BB4
Text Example
Text Example
White with #E20BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20BB4; }
p { color: rgb(226,11,180); }
H1.HeaderClassName
{
color: #E20BB4;
}
.AnyTagClassName
{
color: #E20BB4;
}
</style>
background-color css
<style>
a { background-color: #E20BB4; }
a { background-color: rgb(226,11,180); }
div.DivClassName
{
background-color: #E20BB4;
}
.BgClassName
{
background-color: #E20BB4;
}
</style>
border-color css
<style>
span { border-color: #E20BB4; }
span { border-color: rgb(226,11,180); }
td.TdClassName
{
border-color: #E20BB4;
}
.TagClassName
{
border-color: #E20BB4;
}
</style>