Shades of Shocking Pink #E920BC
Tints of Shocking Pink #E920BC
RGB
CMYK
RGB Variations
Color information
#E920BC (or 0xE920BC) is known color: Shocking Pink. HEX triplet: E9, 20 and BC. RGB value is (233,32,188). Sum of RGB (Red+Green+Blue) = 233+32+188=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E920BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920BC is #16DF43. Grayscale: #6D6D6D. Windows color (decimal): -1498948 or 12329193. OLE color: 12329193.
HSL color Cylindrical-coordinate representation of color #E920BC: hue angle of 313.43º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E920BC is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 188 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.09 |
| HSL | 313.43º | 0.82% | 0.52% | - |
| HSV(B) | 313.43º | 0.86% | 0.91% | - |
| XYZ | 43.2 | 21.99 | 49.54 | - |
| YUV | 109.88 | 172.09 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 188 | 0 | 0.86 | 0.19 | 0.09 | 313.43 | 0.82 | 0.52 |
| Hex | E9 | 20 | BC | 0 | 56 | 13 | 9 | 139 | 52 | 34 |
| Octal | 351 | 40 | 274 | 0 | 126 | 23 | 11 | 471 | 122 | 64 |
| Binary | 11101001 | 100000 | 10111100 | 0 | 1010110 | 10011 | 1001 | 100111001 | 1010010 | 110100 |
Color Harmonies of #E920BC
Complementary color
Monochromatic Colors of #E920BC
Black with #E920BC
Text Example
Text Example
White with #E920BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920BC; }
p { color: rgb(233,32,188); }
H1.HeaderClassName
{
color: #E920BC;
}
.AnyTagClassName
{
color: #E920BC;
}
</style>
background-color css
<style>
a { background-color: #E920BC; }
a { background-color: rgb(233,32,188); }
div.DivClassName
{
background-color: #E920BC;
}
.BgClassName
{
background-color: #E920BC;
}
</style>
border-color css
<style>
span { border-color: #E920BC; }
span { border-color: rgb(233,32,188); }
td.TdClassName
{
border-color: #E920BC;
}
.TagClassName
{
border-color: #E920BC;
}
</style>