Shades of Shocking Pink #E411CC
Tints of Shocking Pink #E411CC
RGB
CMYK
RGB Variations
Color information
#E411CC (or 0xE411CC) is known color: Shocking Pink. HEX triplet: E4, 11 and CC. RGB value is (228,17,204). Sum of RGB (Red+Green+Blue) = 228+17+204=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E411CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E411CC is #1BEE33. Grayscale: #646464. Windows color (decimal): -1830452 or 13373924. OLE color: 13373924.
HSL color Cylindrical-coordinate representation of color #E411CC: hue angle of 306.82º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E411CC is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 204 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.11 |
| HSL | 306.82º | 0.86% | 0.48% | - |
| HSV(B) | 306.82º | 0.93% | 0.89% | - |
| XYZ | 43.09 | 21.25 | 58.96 | - |
| YUV | 101.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 204 | 0 | 0.93 | 0.11 | 0.11 | 306.82 | 0.86 | 0.48 |
| Hex | E4 | 11 | CC | 0 | 5D | B | B | 133 | 56 | 30 |
| Octal | 344 | 21 | 314 | 0 | 135 | 13 | 13 | 463 | 126 | 60 |
| Binary | 11100100 | 10001 | 11001100 | 0 | 1011101 | 1011 | 1011 | 100110011 | 1010110 | 110000 |
Color Harmonies of #E411CC
Complementary color
Monochromatic Colors of #E411CC
Black with #E411CC
Text Example
Text Example
White with #E411CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E411CC; }
p { color: rgb(228,17,204); }
H1.HeaderClassName
{
color: #E411CC;
}
.AnyTagClassName
{
color: #E411CC;
}
</style>
background-color css
<style>
a { background-color: #E411CC; }
a { background-color: rgb(228,17,204); }
div.DivClassName
{
background-color: #E411CC;
}
.BgClassName
{
background-color: #E411CC;
}
</style>
border-color css
<style>
span { border-color: #E411CC; }
span { border-color: rgb(228,17,204); }
td.TdClassName
{
border-color: #E411CC;
}
.TagClassName
{
border-color: #E411CC;
}
</style>