Shades of Shocking Pink #E11CCE
Tints of Shocking Pink #E11CCE
RGB
CMYK
RGB Variations
Color information
#E11CCE (or 0xE11CCE) is known color: Shocking Pink. HEX triplet: E1, 1C and CE. RGB value is (225,28,206). Sum of RGB (Red+Green+Blue) = 225+28+206=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CCE is #1EE331. Grayscale: #6A6A6A. Windows color (decimal): -2024242 or 13507809. OLE color: 13507809.
HSL color Cylindrical-coordinate representation of color #E11CCE: hue angle of 305.79º 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 #E11CCE is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 206 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.12 |
| HSL | 305.79º | 0.78% | 0.5% | - |
| HSV(B) | 305.79º | 0.88% | 0.88% | - |
| XYZ | 42.61 | 21.29 | 60.26 | - |
| YUV | 107.2 | 183.77 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 206 | 0 | 0.88 | 0.08 | 0.12 | 305.79 | 0.78 | 0.5 |
| Hex | E1 | 1C | CE | 0 | 58 | 8 | C | 132 | 4E | 32 |
| Octal | 341 | 34 | 316 | 0 | 130 | 10 | 14 | 462 | 116 | 62 |
| Binary | 11100001 | 11100 | 11001110 | 0 | 1011000 | 1000 | 1100 | 100110010 | 1001110 | 110010 |
Color Harmonies of #E11CCE
Complementary color
Monochromatic Colors of #E11CCE
Black with #E11CCE
Text Example
Text Example
White with #E11CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CCE; }
p { color: rgb(225,28,206); }
H1.HeaderClassName
{
color: #E11CCE;
}
.AnyTagClassName
{
color: #E11CCE;
}
</style>
background-color css
<style>
a { background-color: #E11CCE; }
a { background-color: rgb(225,28,206); }
div.DivClassName
{
background-color: #E11CCE;
}
.BgClassName
{
background-color: #E11CCE;
}
</style>
border-color css
<style>
span { border-color: #E11CCE; }
span { border-color: rgb(225,28,206); }
td.TdClassName
{
border-color: #E11CCE;
}
.TagClassName
{
border-color: #E11CCE;
}
</style>