Shades of Shocking Pink #E202BC
Tints of Shocking Pink #E202BC
RGB
CMYK
RGB Variations
Color information
#E202BC (or 0xE202BC) is known color: Shocking Pink. HEX triplet: E2, 02 and BC. RGB value is (226,2,188). Sum of RGB (Red+Green+Blue) = 226+2+188=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E202BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E202BC is #1DFD43. Grayscale: #595959. Windows color (decimal): -1965380 or 12321506. OLE color: 12321506.
HSL color Cylindrical-coordinate representation of color #E202BC: hue angle of 310.18º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202BC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.11 |
| HSL | 310.18º | 0.98% | 0.45% | - |
| HSV(B) | 310.18º | 0.99% | 0.89% | - |
| XYZ | 40.46 | 19.84 | 49.27 | - |
| YUV | 90.18 | 183.21 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 188 | 0 | 0.99 | 0.17 | 0.11 | 310.18 | 0.98 | 0.45 |
| Hex | E2 | 2 | BC | 0 | 63 | 11 | B | 136 | 62 | 2D |
| Octal | 342 | 2 | 274 | 0 | 143 | 21 | 13 | 466 | 142 | 55 |
| Binary | 11100010 | 10 | 10111100 | 0 | 1100011 | 10001 | 1011 | 100110110 | 1100010 | 101101 |
Color Harmonies of #E202BC
Complementary color
Monochromatic Colors of #E202BC
Black with #E202BC
Text Example
Text Example
White with #E202BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202BC; }
p { color: rgb(226,2,188); }
H1.HeaderClassName
{
color: #E202BC;
}
.AnyTagClassName
{
color: #E202BC;
}
</style>
background-color css
<style>
a { background-color: #E202BC; }
a { background-color: rgb(226,2,188); }
div.DivClassName
{
background-color: #E202BC;
}
.BgClassName
{
background-color: #E202BC;
}
</style>
border-color css
<style>
span { border-color: #E202BC; }
span { border-color: rgb(226,2,188); }
td.TdClassName
{
border-color: #E202BC;
}
.TagClassName
{
border-color: #E202BC;
}
</style>