Shades of Shocking Pink #E721C2
Tints of Shocking Pink #E721C2
RGB
CMYK
RGB Variations
Color information
#E721C2 (or 0xE721C2) is known color: Shocking Pink. HEX triplet: E7, 21 and C2. RGB value is (231,33,194). Sum of RGB (Red+Green+Blue) = 231+33+194=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E721C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721C2 is #18DE3D. Grayscale: #6E6E6E. Windows color (decimal): -1629758 or 12722663. OLE color: 12722663.
HSL color Cylindrical-coordinate representation of color #E721C2: hue angle of 311.21º 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 #E721C2 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 194 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.09 |
| HSL | 311.21º | 0.8% | 0.52% | - |
| HSV(B) | 311.21º | 0.86% | 0.91% | - |
| XYZ | 43.24 | 21.97 | 53 | - |
| YUV | 110.56 | 175.1 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 194 | 0 | 0.86 | 0.16 | 0.09 | 311.21 | 0.8 | 0.52 |
| Hex | E7 | 21 | C2 | 0 | 56 | 10 | 9 | 137 | 50 | 34 |
| Octal | 347 | 41 | 302 | 0 | 126 | 20 | 11 | 467 | 120 | 64 |
| Binary | 11100111 | 100001 | 11000010 | 0 | 1010110 | 10000 | 1001 | 100110111 | 1010000 | 110100 |
Color Harmonies of #E721C2
Complementary color
Monochromatic Colors of #E721C2
Black with #E721C2
Text Example
Text Example
White with #E721C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721C2; }
p { color: rgb(231,33,194); }
H1.HeaderClassName
{
color: #E721C2;
}
.AnyTagClassName
{
color: #E721C2;
}
</style>
background-color css
<style>
a { background-color: #E721C2; }
a { background-color: rgb(231,33,194); }
div.DivClassName
{
background-color: #E721C2;
}
.BgClassName
{
background-color: #E721C2;
}
</style>
border-color css
<style>
span { border-color: #E721C2; }
span { border-color: rgb(231,33,194); }
td.TdClassName
{
border-color: #E721C2;
}
.TagClassName
{
border-color: #E721C2;
}
</style>