Shades of Shocking Pink #E721B9
Tints of Shocking Pink #E721B9
RGB
CMYK
RGB Variations
Color information
#E721B9 (or 0xE721B9) is known color: Shocking Pink. HEX triplet: E7, 21 and B9. RGB value is (231,33,185). Sum of RGB (Red+Green+Blue) = 231+33+185=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E721B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721B9 is #18DE46. Grayscale: #6D6D6D. Windows color (decimal): -1629767 or 12132839. OLE color: 12132839.
HSL color Cylindrical-coordinate representation of color #E721B9: hue angle of 313.94º degrees, saturation: 0.8, 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 #E721B9 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 185 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.09 |
| HSL | 313.94º | 0.8% | 0.52% | - |
| HSV(B) | 313.94º | 0.86% | 0.91% | - |
| XYZ | 42.26 | 21.58 | 47.84 | - |
| YUV | 109.53 | 170.6 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 185 | 0 | 0.86 | 0.20 | 0.09 | 313.94 | 0.8 | 0.52 |
| Hex | E7 | 21 | B9 | 0 | 56 | 14 | 9 | 13A | 50 | 34 |
| Octal | 347 | 41 | 271 | 0 | 126 | 24 | 11 | 472 | 120 | 64 |
| Binary | 11100111 | 100001 | 10111001 | 0 | 1010110 | 10100 | 1001 | 100111010 | 1010000 | 110100 |
Color Harmonies of #E721B9
Complementary color
Monochromatic Colors of #E721B9
Black with #E721B9
Text Example
Text Example
White with #E721B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721B9; }
p { color: rgb(231,33,185); }
H1.HeaderClassName
{
color: #E721B9;
}
.AnyTagClassName
{
color: #E721B9;
}
</style>
background-color css
<style>
a { background-color: #E721B9; }
a { background-color: rgb(231,33,185); }
div.DivClassName
{
background-color: #E721B9;
}
.BgClassName
{
background-color: #E721B9;
}
</style>
border-color css
<style>
span { border-color: #E721B9; }
span { border-color: rgb(231,33,185); }
td.TdClassName
{
border-color: #E721B9;
}
.TagClassName
{
border-color: #E721B9;
}
</style>