Shades of Shocking Pink #E722C2
Tints of Shocking Pink #E722C2
RGB
CMYK
RGB Variations
Color information
#E722C2 (or 0xE722C2) is known color: Shocking Pink. HEX triplet: E7, 22 and C2. RGB value is (231,34,194). Sum of RGB (Red+Green+Blue) = 231+34+194=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E722C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E722C2 is #18DD3D. Grayscale: #6E6E6E. Windows color (decimal): -1629502 or 12722919. OLE color: 12722919.
HSL color Cylindrical-coordinate representation of color #E722C2: hue angle of 311.27º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E722C2 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 34 | 194 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.09 |
| HSL | 311.27º | 0.8% | 0.52% | - |
| HSV(B) | 311.27º | 0.85% | 0.91% | - |
| XYZ | 43.26 | 22.03 | 53.01 | - |
| YUV | 111.14 | 174.77 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 34 | 194 | 0 | 0.85 | 0.16 | 0.09 | 311.27 | 0.8 | 0.52 |
| Hex | E7 | 22 | C2 | 0 | 55 | 10 | 9 | 137 | 50 | 34 |
| Octal | 347 | 42 | 302 | 0 | 125 | 20 | 11 | 467 | 120 | 64 |
| Binary | 11100111 | 100010 | 11000010 | 0 | 1010101 | 10000 | 1001 | 100110111 | 1010000 | 110100 |
Color Harmonies of #E722C2
Complementary color
Monochromatic Colors of #E722C2
Black with #E722C2
Text Example
Text Example
White with #E722C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E722C2; }
p { color: rgb(231,34,194); }
H1.HeaderClassName
{
color: #E722C2;
}
.AnyTagClassName
{
color: #E722C2;
}
</style>
background-color css
<style>
a { background-color: #E722C2; }
a { background-color: rgb(231,34,194); }
div.DivClassName
{
background-color: #E722C2;
}
.BgClassName
{
background-color: #E722C2;
}
</style>
border-color css
<style>
span { border-color: #E722C2; }
span { border-color: rgb(231,34,194); }
td.TdClassName
{
border-color: #E722C2;
}
.TagClassName
{
border-color: #E722C2;
}
</style>