Shades of Shocking Pink #E720BF
Tints of Shocking Pink #E720BF
RGB
CMYK
RGB Variations
Color information
#E720BF (or 0xE720BF) is known color: Shocking Pink. HEX triplet: E7, 20 and BF. RGB value is (231,32,191). Sum of RGB (Red+Green+Blue) = 231+32+191=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E720BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720BF is #18DF40. Grayscale: #6D6D6D. Windows color (decimal): -1630017 or 12525799. OLE color: 12525799.
HSL color Cylindrical-coordinate representation of color #E720BF: hue angle of 312.06º degrees, saturation: 0.81, 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 #E720BF is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 191 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.09 |
| HSL | 312.06º | 0.81% | 0.52% | - |
| HSV(B) | 312.06º | 0.86% | 0.91% | - |
| XYZ | 42.88 | 21.78 | 51.24 | - |
| YUV | 109.63 | 173.93 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 191 | 0 | 0.86 | 0.17 | 0.09 | 312.06 | 0.81 | 0.52 |
| Hex | E7 | 20 | BF | 0 | 56 | 11 | 9 | 138 | 51 | 34 |
| Octal | 347 | 40 | 277 | 0 | 126 | 21 | 11 | 470 | 121 | 64 |
| Binary | 11100111 | 100000 | 10111111 | 0 | 1010110 | 10001 | 1001 | 100111000 | 1010001 | 110100 |
Color Harmonies of #E720BF
Complementary color
Monochromatic Colors of #E720BF
Black with #E720BF
Text Example
Text Example
White with #E720BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E720BF; }
p { color: rgb(231,32,191); }
H1.HeaderClassName
{
color: #E720BF;
}
.AnyTagClassName
{
color: #E720BF;
}
</style>
background-color css
<style>
a { background-color: #E720BF; }
a { background-color: rgb(231,32,191); }
div.DivClassName
{
background-color: #E720BF;
}
.BgClassName
{
background-color: #E720BF;
}
</style>
border-color css
<style>
span { border-color: #E720BF; }
span { border-color: rgb(231,32,191); }
td.TdClassName
{
border-color: #E720BF;
}
.TagClassName
{
border-color: #E720BF;
}
</style>