Shades of Shocking Pink #E116CA
Tints of Shocking Pink #E116CA
RGB
CMYK
RGB Variations
Color information
#E116CA (or 0xE116CA) is known color: Shocking Pink. HEX triplet: E1, 16 and CA. RGB value is (225,22,202). Sum of RGB (Red+Green+Blue) = 225+22+202=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E116CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116CA is #1EE935. Grayscale: #666666. Windows color (decimal): -2025782 or 13244129. OLE color: 13244129.
HSL color Cylindrical-coordinate representation of color #E116CA: hue angle of 306.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E116CA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 202 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.12 |
| HSL | 306.8º | 0.82% | 0.48% | - |
| HSV(B) | 306.8º | 0.9% | 0.88% | - |
| XYZ | 42 | 20.85 | 57.69 | - |
| YUV | 103.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 202 | 0 | 0.90 | 0.10 | 0.12 | 306.8 | 0.82 | 0.48 |
| Hex | E1 | 16 | CA | 0 | 5A | A | C | 133 | 52 | 30 |
| Octal | 341 | 26 | 312 | 0 | 132 | 12 | 14 | 463 | 122 | 60 |
| Binary | 11100001 | 10110 | 11001010 | 0 | 1011010 | 1010 | 1100 | 100110011 | 1010010 | 110000 |
Color Harmonies of #E116CA
Complementary color
Monochromatic Colors of #E116CA
Black with #E116CA
Text Example
Text Example
White with #E116CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E116CA; }
p { color: rgb(225,22,202); }
H1.HeaderClassName
{
color: #E116CA;
}
.AnyTagClassName
{
color: #E116CA;
}
</style>
background-color css
<style>
a { background-color: #E116CA; }
a { background-color: rgb(225,22,202); }
div.DivClassName
{
background-color: #E116CA;
}
.BgClassName
{
background-color: #E116CA;
}
</style>
border-color css
<style>
span { border-color: #E116CA; }
span { border-color: rgb(225,22,202); }
td.TdClassName
{
border-color: #E116CA;
}
.TagClassName
{
border-color: #E116CA;
}
</style>