Shades of Shocking Pink #E221BC
Tints of Shocking Pink #E221BC
RGB
CMYK
RGB Variations
Color information
#E221BC (or 0xE221BC) is known color: Shocking Pink. HEX triplet: E2, 21 and BC. RGB value is (226,33,188). Sum of RGB (Red+Green+Blue) = 226+33+188=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E221BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E221BC is #1DDE43. Grayscale: #6B6B6B. Windows color (decimal): -1957444 or 12329442. OLE color: 12329442.
HSL color Cylindrical-coordinate representation of color #E221BC: hue angle of 311.81º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E221BC is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 188 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.11 |
| HSL | 311.81º | 0.77% | 0.51% | - |
| HSV(B) | 311.81º | 0.85% | 0.89% | - |
| XYZ | 40.98 | 20.89 | 49.45 | - |
| YUV | 108.38 | 172.94 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 188 | 0 | 0.85 | 0.17 | 0.11 | 311.81 | 0.77 | 0.51 |
| Hex | E2 | 21 | BC | 0 | 55 | 11 | B | 138 | 4D | 33 |
| Octal | 342 | 41 | 274 | 0 | 125 | 21 | 13 | 470 | 115 | 63 |
| Binary | 11100010 | 100001 | 10111100 | 0 | 1010101 | 10001 | 1011 | 100111000 | 1001101 | 110011 |
Color Harmonies of #E221BC
Complementary color
Monochromatic Colors of #E221BC
Black with #E221BC
Text Example
Text Example
White with #E221BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221BC; }
p { color: rgb(226,33,188); }
H1.HeaderClassName
{
color: #E221BC;
}
.AnyTagClassName
{
color: #E221BC;
}
</style>
background-color css
<style>
a { background-color: #E221BC; }
a { background-color: rgb(226,33,188); }
div.DivClassName
{
background-color: #E221BC;
}
.BgClassName
{
background-color: #E221BC;
}
</style>
border-color css
<style>
span { border-color: #E221BC; }
span { border-color: rgb(226,33,188); }
td.TdClassName
{
border-color: #E221BC;
}
.TagClassName
{
border-color: #E221BC;
}
</style>