Shades of Shocking Pink #E11CCA
Tints of Shocking Pink #E11CCA
RGB
CMYK
RGB Variations
Color information
#E11CCA (or 0xE11CCA) is known color: Shocking Pink. HEX triplet: E1, 1C and CA. RGB value is (225,28,202). Sum of RGB (Red+Green+Blue) = 225+28+202=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CCA is #1EE335. Grayscale: #6A6A6A. Windows color (decimal): -2024246 or 13245665. OLE color: 13245665.
HSL color Cylindrical-coordinate representation of color #E11CCA: hue angle of 307.01º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CCA is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 202 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.12 |
| HSL | 307.01º | 0.78% | 0.5% | - |
| HSV(B) | 307.01º | 0.88% | 0.88% | - |
| XYZ | 42.13 | 21.1 | 57.73 | - |
| YUV | 106.74 | 181.77 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 202 | 0 | 0.88 | 0.10 | 0.12 | 307.01 | 0.78 | 0.5 |
| Hex | E1 | 1C | CA | 0 | 58 | A | C | 133 | 4E | 32 |
| Octal | 341 | 34 | 312 | 0 | 130 | 12 | 14 | 463 | 116 | 62 |
| Binary | 11100001 | 11100 | 11001010 | 0 | 1011000 | 1010 | 1100 | 100110011 | 1001110 | 110010 |
Color Harmonies of #E11CCA
Complementary color
Monochromatic Colors of #E11CCA
Black with #E11CCA
Text Example
Text Example
White with #E11CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CCA; }
p { color: rgb(225,28,202); }
H1.HeaderClassName
{
color: #E11CCA;
}
.AnyTagClassName
{
color: #E11CCA;
}
</style>
background-color css
<style>
a { background-color: #E11CCA; }
a { background-color: rgb(225,28,202); }
div.DivClassName
{
background-color: #E11CCA;
}
.BgClassName
{
background-color: #E11CCA;
}
</style>
border-color css
<style>
span { border-color: #E11CCA; }
span { border-color: rgb(225,28,202); }
td.TdClassName
{
border-color: #E11CCA;
}
.TagClassName
{
border-color: #E11CCA;
}
</style>