Shades of Shocking Pink #E120CA
Tints of Shocking Pink #E120CA
RGB
CMYK
RGB Variations
Color information
#E120CA (or 0xE120CA) is known color: Shocking Pink. HEX triplet: E1, 20 and CA. RGB value is (225,32,202). Sum of RGB (Red+Green+Blue) = 225+32+202=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E120CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120CA is #1EDF35. Grayscale: #6C6C6C. Windows color (decimal): -2023222 or 13246689. OLE color: 13246689.
HSL color Cylindrical-coordinate representation of color #E120CA: hue angle of 307.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120CA is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 202 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.12 |
| HSL | 307.15º | 0.76% | 0.5% | - |
| HSV(B) | 307.15º | 0.86% | 0.88% | - |
| XYZ | 42.23 | 21.3 | 57.76 | - |
| YUV | 109.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 202 | 0 | 0.86 | 0.10 | 0.12 | 307.15 | 0.76 | 0.5 |
| Hex | E1 | 20 | CA | 0 | 56 | A | C | 133 | 4C | 32 |
| Octal | 341 | 40 | 312 | 0 | 126 | 12 | 14 | 463 | 114 | 62 |
| Binary | 11100001 | 100000 | 11001010 | 0 | 1010110 | 1010 | 1100 | 100110011 | 1001100 | 110010 |
Color Harmonies of #E120CA
Complementary color
Monochromatic Colors of #E120CA
Black with #E120CA
Text Example
Text Example
White with #E120CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120CA; }
p { color: rgb(225,32,202); }
H1.HeaderClassName
{
color: #E120CA;
}
.AnyTagClassName
{
color: #E120CA;
}
</style>
background-color css
<style>
a { background-color: #E120CA; }
a { background-color: rgb(225,32,202); }
div.DivClassName
{
background-color: #E120CA;
}
.BgClassName
{
background-color: #E120CA;
}
</style>
border-color css
<style>
span { border-color: #E120CA; }
span { border-color: rgb(225,32,202); }
td.TdClassName
{
border-color: #E120CA;
}
.TagClassName
{
border-color: #E120CA;
}
</style>