Shades of Shocking Pink #E921BE
Tints of Shocking Pink #E921BE
RGB
CMYK
RGB Variations
Color information
#E921BE (or 0xE921BE) is known color: Shocking Pink. HEX triplet: E9, 21 and BE. RGB value is (233,33,190). Sum of RGB (Red+Green+Blue) = 233+33+190=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E921BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921BE is #16DE41. Grayscale: #6E6E6E. Windows color (decimal): -1498690 or 12460521. OLE color: 12460521.
HSL color Cylindrical-coordinate representation of color #E921BE: hue angle of 312.9º 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 #E921BE is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 190 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.09 |
| HSL | 312.9º | 0.82% | 0.52% | - |
| HSV(B) | 312.9º | 0.86% | 0.91% | - |
| XYZ | 43.44 | 22.13 | 50.7 | - |
| YUV | 110.7 | 172.76 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 190 | 0 | 0.86 | 0.18 | 0.09 | 312.9 | 0.82 | 0.52 |
| Hex | E9 | 21 | BE | 0 | 56 | 12 | 9 | 139 | 52 | 34 |
| Octal | 351 | 41 | 276 | 0 | 126 | 22 | 11 | 471 | 122 | 64 |
| Binary | 11101001 | 100001 | 10111110 | 0 | 1010110 | 10010 | 1001 | 100111001 | 1010010 | 110100 |
Color Harmonies of #E921BE
Complementary color
Monochromatic Colors of #E921BE
Black with #E921BE
Text Example
Text Example
White with #E921BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921BE; }
p { color: rgb(233,33,190); }
H1.HeaderClassName
{
color: #E921BE;
}
.AnyTagClassName
{
color: #E921BE;
}
</style>
background-color css
<style>
a { background-color: #E921BE; }
a { background-color: rgb(233,33,190); }
div.DivClassName
{
background-color: #E921BE;
}
.BgClassName
{
background-color: #E921BE;
}
</style>
border-color css
<style>
span { border-color: #E921BE; }
span { border-color: rgb(233,33,190); }
td.TdClassName
{
border-color: #E921BE;
}
.TagClassName
{
border-color: #E921BE;
}
</style>