Shades of Shocking Pink #E520C1
Tints of Shocking Pink #E520C1
RGB
CMYK
RGB Variations
Color information
#E520C1 (or 0xE520C1) is known color: Shocking Pink. HEX triplet: E5, 20 and C1. RGB value is (229,32,193). Sum of RGB (Red+Green+Blue) = 229+32+193=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E520C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520C1 is #1ADF3E. Grayscale: #6C6C6C. Windows color (decimal): -1761087 or 12656869. OLE color: 12656869.
HSL color Cylindrical-coordinate representation of color #E520C1: hue angle of 310.96º degrees, saturation: 0.79, 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 #E520C1 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 193 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.10 |
| HSL | 310.96º | 0.79% | 0.51% | - |
| HSV(B) | 310.96º | 0.86% | 0.9% | - |
| XYZ | 42.46 | 21.54 | 52.37 | - |
| YUV | 109.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 193 | 0 | 0.86 | 0.16 | 0.10 | 310.96 | 0.79 | 0.51 |
| Hex | E5 | 20 | C1 | 0 | 56 | 10 | A | 137 | 4F | 33 |
| Octal | 345 | 40 | 301 | 0 | 126 | 20 | 12 | 467 | 117 | 63 |
| Binary | 11100101 | 100000 | 11000001 | 0 | 1010110 | 10000 | 1010 | 100110111 | 1001111 | 110011 |
Color Harmonies of #E520C1
Complementary color
Monochromatic Colors of #E520C1
Black with #E520C1
Text Example
Text Example
White with #E520C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E520C1; }
p { color: rgb(229,32,193); }
H1.HeaderClassName
{
color: #E520C1;
}
.AnyTagClassName
{
color: #E520C1;
}
</style>
background-color css
<style>
a { background-color: #E520C1; }
a { background-color: rgb(229,32,193); }
div.DivClassName
{
background-color: #E520C1;
}
.BgClassName
{
background-color: #E520C1;
}
</style>
border-color css
<style>
span { border-color: #E520C1; }
span { border-color: rgb(229,32,193); }
td.TdClassName
{
border-color: #E520C1;
}
.TagClassName
{
border-color: #E520C1;
}
</style>