Shades of Shocking Pink #E418CE
Tints of Shocking Pink #E418CE
RGB
CMYK
RGB Variations
Color information
#E418CE (or 0xE418CE) is known color: Shocking Pink. HEX triplet: E4, 18 and CE. RGB value is (228,24,206). Sum of RGB (Red+Green+Blue) = 228+24+206=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E418CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E418CE is #1BE731. Grayscale: #696969. Windows color (decimal): -1828658 or 13506788. OLE color: 13506788.
HSL color Cylindrical-coordinate representation of color #E418CE: hue angle of 306.47º 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 #E418CE is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 206 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.11 |
| HSL | 306.47º | 0.81% | 0.49% | - |
| HSV(B) | 306.47º | 0.89% | 0.89% | - |
| XYZ | 43.46 | 21.6 | 60.27 | - |
| YUV | 105.74 | 184.59 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 206 | 0 | 0.89 | 0.10 | 0.11 | 306.47 | 0.81 | 0.49 |
| Hex | E4 | 18 | CE | 0 | 59 | A | B | 132 | 51 | 31 |
| Octal | 344 | 30 | 316 | 0 | 131 | 12 | 13 | 462 | 121 | 61 |
| Binary | 11100100 | 11000 | 11001110 | 0 | 1011001 | 1010 | 1011 | 100110010 | 1010001 | 110001 |
Color Harmonies of #E418CE
Complementary color
Monochromatic Colors of #E418CE
Black with #E418CE
Text Example
Text Example
White with #E418CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E418CE; }
p { color: rgb(228,24,206); }
H1.HeaderClassName
{
color: #E418CE;
}
.AnyTagClassName
{
color: #E418CE;
}
</style>
background-color css
<style>
a { background-color: #E418CE; }
a { background-color: rgb(228,24,206); }
div.DivClassName
{
background-color: #E418CE;
}
.BgClassName
{
background-color: #E418CE;
}
</style>
border-color css
<style>
span { border-color: #E418CE; }
span { border-color: rgb(228,24,206); }
td.TdClassName
{
border-color: #E418CE;
}
.TagClassName
{
border-color: #E418CE;
}
</style>