Shades of Shocking Pink #E418CC
Tints of Shocking Pink #E418CC
RGB
CMYK
RGB Variations
Color information
#E418CC (or 0xE418CC) is known color: Shocking Pink. HEX triplet: E4, 18 and CC. RGB value is (228,24,204). Sum of RGB (Red+Green+Blue) = 228+24+204=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E418CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E418CC is #1BE733. Grayscale: #686868. Windows color (decimal): -1828660 or 13375716. OLE color: 13375716.
HSL color Cylindrical-coordinate representation of color #E418CC: hue angle of 307.06º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E418CC is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 204 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.11 |
| HSL | 307.06º | 0.81% | 0.49% | - |
| HSV(B) | 307.06º | 0.89% | 0.89% | - |
| XYZ | 43.22 | 21.51 | 59 | - |
| YUV | 105.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 204 | 0 | 0.89 | 0.11 | 0.11 | 307.06 | 0.81 | 0.49 |
| Hex | E4 | 18 | CC | 0 | 59 | B | B | 133 | 51 | 31 |
| Octal | 344 | 30 | 314 | 0 | 131 | 13 | 13 | 463 | 121 | 61 |
| Binary | 11100100 | 11000 | 11001100 | 0 | 1011001 | 1011 | 1011 | 100110011 | 1010001 | 110001 |
Color Harmonies of #E418CC
Complementary color
Monochromatic Colors of #E418CC
Black with #E418CC
Text Example
Text Example
White with #E418CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E418CC; }
p { color: rgb(228,24,204); }
H1.HeaderClassName
{
color: #E418CC;
}
.AnyTagClassName
{
color: #E418CC;
}
</style>
background-color css
<style>
a { background-color: #E418CC; }
a { background-color: rgb(228,24,204); }
div.DivClassName
{
background-color: #E418CC;
}
.BgClassName
{
background-color: #E418CC;
}
</style>
border-color css
<style>
span { border-color: #E418CC; }
span { border-color: rgb(228,24,204); }
td.TdClassName
{
border-color: #E418CC;
}
.TagClassName
{
border-color: #E418CC;
}
</style>