Shades of Shocking Pink #E721C6
Tints of Shocking Pink #E721C6
RGB
CMYK
RGB Variations
Color information
#E721C6 (or 0xE721C6) is known color: Shocking Pink. HEX triplet: E7, 21 and C6. RGB value is (231,33,198). Sum of RGB (Red+Green+Blue) = 231+33+198=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E721C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721C6 is #18DE39. Grayscale: #6E6E6E. Windows color (decimal): -1629754 or 12984807. OLE color: 12984807.
HSL color Cylindrical-coordinate representation of color #E721C6: hue angle of 310º 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 #E721C6 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 198 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.09 |
| HSL | 310º | 0.8% | 0.52% | - |
| HSV(B) | 310º | 0.86% | 0.91% | - |
| XYZ | 43.69 | 22.15 | 55.4 | - |
| YUV | 111.01 | 177.1 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 198 | 0 | 0.86 | 0.14 | 0.09 | 310 | 0.8 | 0.52 |
| Hex | E7 | 21 | C6 | 0 | 56 | E | 9 | 136 | 50 | 34 |
| Octal | 347 | 41 | 306 | 0 | 126 | 16 | 11 | 466 | 120 | 64 |
| Binary | 11100111 | 100001 | 11000110 | 0 | 1010110 | 1110 | 1001 | 100110110 | 1010000 | 110100 |
Color Harmonies of #E721C6
Complementary color
Monochromatic Colors of #E721C6
Black with #E721C6
Text Example
Text Example
White with #E721C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721C6; }
p { color: rgb(231,33,198); }
H1.HeaderClassName
{
color: #E721C6;
}
.AnyTagClassName
{
color: #E721C6;
}
</style>
background-color css
<style>
a { background-color: #E721C6; }
a { background-color: rgb(231,33,198); }
div.DivClassName
{
background-color: #E721C6;
}
.BgClassName
{
background-color: #E721C6;
}
</style>
border-color css
<style>
span { border-color: #E721C6; }
span { border-color: rgb(231,33,198); }
td.TdClassName
{
border-color: #E721C6;
}
.TagClassName
{
border-color: #E721C6;
}
</style>