Shades of Shocking Pink #E920BE
Tints of Shocking Pink #E920BE
RGB
CMYK
RGB Variations
Color information
#E920BE (or 0xE920BE) is known color: Shocking Pink. HEX triplet: E9, 20 and BE. RGB value is (233,32,190). Sum of RGB (Red+Green+Blue) = 233+32+190=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E920BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920BE is #16DF41. Grayscale: #6D6D6D. Windows color (decimal): -1498946 or 12460265. OLE color: 12460265.
HSL color Cylindrical-coordinate representation of color #E920BE: hue angle of 312.84º 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 #E920BE is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 190 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.09 |
| HSL | 312.84º | 0.82% | 0.52% | - |
| HSV(B) | 312.84º | 0.86% | 0.91% | - |
| XYZ | 43.42 | 22.07 | 50.69 | - |
| YUV | 110.11 | 173.09 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 190 | 0 | 0.86 | 0.18 | 0.09 | 312.84 | 0.82 | 0.52 |
| Hex | E9 | 20 | BE | 0 | 56 | 12 | 9 | 139 | 52 | 34 |
| Octal | 351 | 40 | 276 | 0 | 126 | 22 | 11 | 471 | 122 | 64 |
| Binary | 11101001 | 100000 | 10111110 | 0 | 1010110 | 10010 | 1001 | 100111001 | 1010010 | 110100 |
Color Harmonies of #E920BE
Complementary color
Monochromatic Colors of #E920BE
Black with #E920BE
Text Example
Text Example
White with #E920BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E920BE; }
p { color: rgb(233,32,190); }
H1.HeaderClassName
{
color: #E920BE;
}
.AnyTagClassName
{
color: #E920BE;
}
</style>
background-color css
<style>
a { background-color: #E920BE; }
a { background-color: rgb(233,32,190); }
div.DivClassName
{
background-color: #E920BE;
}
.BgClassName
{
background-color: #E920BE;
}
</style>
border-color css
<style>
span { border-color: #E920BE; }
span { border-color: rgb(233,32,190); }
td.TdClassName
{
border-color: #E920BE;
}
.TagClassName
{
border-color: #E920BE;
}
</style>