Shades of Shocking Pink #E720C5
Tints of Shocking Pink #E720C5
RGB
CMYK
RGB Variations
Color information
#E720C5 (or 0xE720C5) is known color: Shocking Pink. HEX triplet: E7, 20 and C5. RGB value is (231,32,197). Sum of RGB (Red+Green+Blue) = 231+32+197=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E720C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720C5 is #18DF3A. Grayscale: #6D6D6D. Windows color (decimal): -1630011 or 12919015. OLE color: 12919015.
HSL color Cylindrical-coordinate representation of color #E720C5: hue angle of 310.25º 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 #E720C5 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 197 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.09 |
| HSL | 310.25º | 0.81% | 0.52% | - |
| HSV(B) | 310.25º | 0.86% | 0.91% | - |
| XYZ | 43.55 | 22.05 | 54.78 | - |
| YUV | 110.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 197 | 0 | 0.86 | 0.15 | 0.09 | 310.25 | 0.81 | 0.52 |
| Hex | E7 | 20 | C5 | 0 | 56 | F | 9 | 136 | 51 | 34 |
| Octal | 347 | 40 | 305 | 0 | 126 | 17 | 11 | 466 | 121 | 64 |
| Binary | 11100111 | 100000 | 11000101 | 0 | 1010110 | 1111 | 1001 | 100110110 | 1010001 | 110100 |
Color Harmonies of #E720C5
Complementary color
Monochromatic Colors of #E720C5
Black with #E720C5
Text Example
Text Example
White with #E720C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E720C5; }
p { color: rgb(231,32,197); }
H1.HeaderClassName
{
color: #E720C5;
}
.AnyTagClassName
{
color: #E720C5;
}
</style>
background-color css
<style>
a { background-color: #E720C5; }
a { background-color: rgb(231,32,197); }
div.DivClassName
{
background-color: #E720C5;
}
.BgClassName
{
background-color: #E720C5;
}
</style>
border-color css
<style>
span { border-color: #E720C5; }
span { border-color: rgb(231,32,197); }
td.TdClassName
{
border-color: #E720C5;
}
.TagClassName
{
border-color: #E720C5;
}
</style>