Shades of Shocking Pink #E818C5
Tints of Shocking Pink #E818C5
RGB
CMYK
RGB Variations
Color information
#E818C5 (or 0xE818C5) is known color: Shocking Pink. HEX triplet: E8, 18 and C5. RGB value is (232,24,197). Sum of RGB (Red+Green+Blue) = 232+24+197=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E818C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E818C5 is #17E73A. Grayscale: #696969. Windows color (decimal): -1566523 or 12916968. OLE color: 12916968.
HSL color Cylindrical-coordinate representation of color #E818C5: hue angle of 310.1º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E818C5 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 197 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.09 |
| HSL | 310.1º | 0.82% | 0.5% | - |
| HSV(B) | 310.1º | 0.9% | 0.91% | - |
| XYZ | 43.68 | 21.84 | 54.74 | - |
| YUV | 105.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 197 | 0 | 0.90 | 0.15 | 0.09 | 310.1 | 0.82 | 0.5 |
| Hex | E8 | 18 | C5 | 0 | 5A | F | 9 | 136 | 52 | 32 |
| Octal | 350 | 30 | 305 | 0 | 132 | 17 | 11 | 466 | 122 | 62 |
| Binary | 11101000 | 11000 | 11000101 | 0 | 1011010 | 1111 | 1001 | 100110110 | 1010010 | 110010 |
Color Harmonies of #E818C5
Complementary color
Monochromatic Colors of #E818C5
Black with #E818C5
Text Example
Text Example
White with #E818C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E818C5; }
p { color: rgb(232,24,197); }
H1.HeaderClassName
{
color: #E818C5;
}
.AnyTagClassName
{
color: #E818C5;
}
</style>
background-color css
<style>
a { background-color: #E818C5; }
a { background-color: rgb(232,24,197); }
div.DivClassName
{
background-color: #E818C5;
}
.BgClassName
{
background-color: #E818C5;
}
</style>
border-color css
<style>
span { border-color: #E818C5; }
span { border-color: rgb(232,24,197); }
td.TdClassName
{
border-color: #E818C5;
}
.TagClassName
{
border-color: #E818C5;
}
</style>