Shades of Shocking Pink #E11CCD
Tints of Shocking Pink #E11CCD
RGB
CMYK
RGB Variations
Color information
#E11CCD (or 0xE11CCD) is known color: Shocking Pink. HEX triplet: E1, 1C and CD. RGB value is (225,28,205). Sum of RGB (Red+Green+Blue) = 225+28+205=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CCD is #1EE332. Grayscale: #6A6A6A. Windows color (decimal): -2024243 or 13442273. OLE color: 13442273.
HSL color Cylindrical-coordinate representation of color #E11CCD: hue angle of 306.09º 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 #E11CCD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 205 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.12 |
| HSL | 306.09º | 0.78% | 0.5% | - |
| HSV(B) | 306.09º | 0.88% | 0.88% | - |
| XYZ | 42.49 | 21.25 | 59.62 | - |
| YUV | 107.08 | 183.27 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 205 | 0 | 0.88 | 0.09 | 0.12 | 306.09 | 0.78 | 0.5 |
| Hex | E1 | 1C | CD | 0 | 58 | 9 | C | 132 | 4E | 32 |
| Octal | 341 | 34 | 315 | 0 | 130 | 11 | 14 | 462 | 116 | 62 |
| Binary | 11100001 | 11100 | 11001101 | 0 | 1011000 | 1001 | 1100 | 100110010 | 1001110 | 110010 |
Color Harmonies of #E11CCD
Complementary color
Monochromatic Colors of #E11CCD
Black with #E11CCD
Text Example
Text Example
White with #E11CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CCD; }
p { color: rgb(225,28,205); }
H1.HeaderClassName
{
color: #E11CCD;
}
.AnyTagClassName
{
color: #E11CCD;
}
</style>
background-color css
<style>
a { background-color: #E11CCD; }
a { background-color: rgb(225,28,205); }
div.DivClassName
{
background-color: #E11CCD;
}
.BgClassName
{
background-color: #E11CCD;
}
</style>
border-color css
<style>
span { border-color: #E11CCD; }
span { border-color: rgb(225,28,205); }
td.TdClassName
{
border-color: #E11CCD;
}
.TagClassName
{
border-color: #E11CCD;
}
</style>