Shades of Shocking Pink #E503C2
Tints of Shocking Pink #E503C2
RGB
CMYK
RGB Variations
Color information
#E503C2 (or 0xE503C2) is known color: Shocking Pink. HEX triplet: E5, 03 and C2. RGB value is (229,3,194). Sum of RGB (Red+Green+Blue) = 229+3+194=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E503C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E503C2 is #1AFC3D. Grayscale: #5B5B5B. Windows color (decimal): -1768510 or 12714981. OLE color: 12714981.
HSL color Cylindrical-coordinate representation of color #E503C2: hue angle of 309.29º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E503C2 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 194 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.10 |
| HSL | 309.29º | 0.97% | 0.45% | - |
| HSV(B) | 309.29º | 0.99% | 0.9% | - |
| XYZ | 42.08 | 20.62 | 52.8 | - |
| YUV | 92.35 | 185.37 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 194 | 0 | 0.99 | 0.15 | 0.10 | 309.29 | 0.97 | 0.45 |
| Hex | E5 | 3 | C2 | 0 | 63 | F | A | 135 | 61 | 2D |
| Octal | 345 | 3 | 302 | 0 | 143 | 17 | 12 | 465 | 141 | 55 |
| Binary | 11100101 | 11 | 11000010 | 0 | 1100011 | 1111 | 1010 | 100110101 | 1100001 | 101101 |
Color Harmonies of #E503C2
Complementary color
Monochromatic Colors of #E503C2
Black with #E503C2
Text Example
Text Example
White with #E503C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503C2; }
p { color: rgb(229,3,194); }
H1.HeaderClassName
{
color: #E503C2;
}
.AnyTagClassName
{
color: #E503C2;
}
</style>
background-color css
<style>
a { background-color: #E503C2; }
a { background-color: rgb(229,3,194); }
div.DivClassName
{
background-color: #E503C2;
}
.BgClassName
{
background-color: #E503C2;
}
</style>
border-color css
<style>
span { border-color: #E503C2; }
span { border-color: rgb(229,3,194); }
td.TdClassName
{
border-color: #E503C2;
}
.TagClassName
{
border-color: #E503C2;
}
</style>