Shades of Shocking Pink #E720C4
Tints of Shocking Pink #E720C4
RGB
CMYK
RGB Variations
Color information
#E720C4 (or 0xE720C4) is known color: Shocking Pink. HEX triplet: E7, 20 and C4. RGB value is (231,32,196). Sum of RGB (Red+Green+Blue) = 231+32+196=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E720C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720C4 is #18DF3B. Grayscale: #6D6D6D. Windows color (decimal): -1630012 or 12853479. OLE color: 12853479.
HSL color Cylindrical-coordinate representation of color #E720C4: hue angle of 310.55º 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 #E720C4 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 196 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.09 |
| HSL | 310.55º | 0.81% | 0.52% | - |
| HSV(B) | 310.55º | 0.86% | 0.91% | - |
| XYZ | 43.44 | 22.01 | 54.18 | - |
| YUV | 110.2 | 176.43 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 196 | 0 | 0.86 | 0.15 | 0.09 | 310.55 | 0.81 | 0.52 |
| Hex | E7 | 20 | C4 | 0 | 56 | F | 9 | 137 | 51 | 34 |
| Octal | 347 | 40 | 304 | 0 | 126 | 17 | 11 | 467 | 121 | 64 |
| Binary | 11100111 | 100000 | 11000100 | 0 | 1010110 | 1111 | 1001 | 100110111 | 1010001 | 110100 |
Color Harmonies of #E720C4
Complementary color
Monochromatic Colors of #E720C4
Black with #E720C4
Text Example
Text Example
White with #E720C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E720C4; }
p { color: rgb(231,32,196); }
H1.HeaderClassName
{
color: #E720C4;
}
.AnyTagClassName
{
color: #E720C4;
}
</style>
background-color css
<style>
a { background-color: #E720C4; }
a { background-color: rgb(231,32,196); }
div.DivClassName
{
background-color: #E720C4;
}
.BgClassName
{
background-color: #E720C4;
}
</style>
border-color css
<style>
span { border-color: #E720C4; }
span { border-color: rgb(231,32,196); }
td.TdClassName
{
border-color: #E720C4;
}
.TagClassName
{
border-color: #E720C4;
}
</style>