Shades of Shocking Pink #E620C2
Tints of Shocking Pink #E620C2
RGB
CMYK
RGB Variations
Color information
#E620C2 (or 0xE620C2) is known color: Shocking Pink. HEX triplet: E6, 20 and C2. RGB value is (230,32,194). Sum of RGB (Red+Green+Blue) = 230+32+194=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E620C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620C2 is #19DF3D. Grayscale: #6D6D6D. Windows color (decimal): -1695550 or 12722406. OLE color: 12722406.
HSL color Cylindrical-coordinate representation of color #E620C2: hue angle of 310.91º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620C2 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 194 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.10 |
| HSL | 310.91º | 0.8% | 0.51% | - |
| HSV(B) | 310.91º | 0.86% | 0.9% | - |
| XYZ | 42.89 | 21.75 | 52.98 | - |
| YUV | 109.67 | 175.6 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 194 | 0 | 0.86 | 0.16 | 0.10 | 310.91 | 0.8 | 0.51 |
| Hex | E6 | 20 | C2 | 0 | 56 | 10 | A | 137 | 50 | 33 |
| Octal | 346 | 40 | 302 | 0 | 126 | 20 | 12 | 467 | 120 | 63 |
| Binary | 11100110 | 100000 | 11000010 | 0 | 1010110 | 10000 | 1010 | 100110111 | 1010000 | 110011 |
Color Harmonies of #E620C2
Complementary color
Monochromatic Colors of #E620C2
Black with #E620C2
Text Example
Text Example
White with #E620C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E620C2; }
p { color: rgb(230,32,194); }
H1.HeaderClassName
{
color: #E620C2;
}
.AnyTagClassName
{
color: #E620C2;
}
</style>
background-color css
<style>
a { background-color: #E620C2; }
a { background-color: rgb(230,32,194); }
div.DivClassName
{
background-color: #E620C2;
}
.BgClassName
{
background-color: #E620C2;
}
</style>
border-color css
<style>
span { border-color: #E620C2; }
span { border-color: rgb(230,32,194); }
td.TdClassName
{
border-color: #E620C2;
}
.TagClassName
{
border-color: #E620C2;
}
</style>