Shades of Shocking Pink #E414CC
Tints of Shocking Pink #E414CC
RGB
CMYK
RGB Variations
Color information
#E414CC (or 0xE414CC) is known color: Shocking Pink. HEX triplet: E4, 14 and CC. RGB value is (228,20,204). Sum of RGB (Red+Green+Blue) = 228+20+204=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E414CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414CC is #1BEB33. Grayscale: #666666. Windows color (decimal): -1829684 or 13374692. OLE color: 13374692.
HSL color Cylindrical-coordinate representation of color #E414CC: hue angle of 306.92º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414CC is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 204 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.11 |
| HSL | 306.92º | 0.84% | 0.49% | - |
| HSV(B) | 306.92º | 0.91% | 0.89% | - |
| XYZ | 43.14 | 21.35 | 58.97 | - |
| YUV | 103.17 | 184.91 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 204 | 0 | 0.91 | 0.11 | 0.11 | 306.92 | 0.84 | 0.49 |
| Hex | E4 | 14 | CC | 0 | 5B | B | B | 133 | 54 | 31 |
| Octal | 344 | 24 | 314 | 0 | 133 | 13 | 13 | 463 | 124 | 61 |
| Binary | 11100100 | 10100 | 11001100 | 0 | 1011011 | 1011 | 1011 | 100110011 | 1010100 | 110001 |
Color Harmonies of #E414CC
Complementary color
Monochromatic Colors of #E414CC
Black with #E414CC
Text Example
Text Example
White with #E414CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E414CC; }
p { color: rgb(228,20,204); }
H1.HeaderClassName
{
color: #E414CC;
}
.AnyTagClassName
{
color: #E414CC;
}
</style>
background-color css
<style>
a { background-color: #E414CC; }
a { background-color: rgb(228,20,204); }
div.DivClassName
{
background-color: #E414CC;
}
.BgClassName
{
background-color: #E414CC;
}
</style>
border-color css
<style>
span { border-color: #E414CC; }
span { border-color: rgb(228,20,204); }
td.TdClassName
{
border-color: #E414CC;
}
.TagClassName
{
border-color: #E414CC;
}
</style>