Shades of Shocking Pink #E818C7
Tints of Shocking Pink #E818C7
RGB
CMYK
RGB Variations
Color information
#E818C7 (or 0xE818C7) is known color: Shocking Pink. HEX triplet: E8, 18 and C7. RGB value is (232,24,199). Sum of RGB (Red+Green+Blue) = 232+24+199=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E818C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E818C7 is #17E738. Grayscale: #696969. Windows color (decimal): -1566521 or 13048040. OLE color: 13048040.
HSL color Cylindrical-coordinate representation of color #E818C7: hue angle of 309.52º 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 #E818C7 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 199 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.09 |
| HSL | 309.52º | 0.82% | 0.5% | - |
| HSV(B) | 309.52º | 0.9% | 0.91% | - |
| XYZ | 43.91 | 21.93 | 55.95 | - |
| YUV | 106.14 | 180.41 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 199 | 0 | 0.90 | 0.14 | 0.09 | 309.52 | 0.82 | 0.5 |
| Hex | E8 | 18 | C7 | 0 | 5A | E | 9 | 136 | 52 | 32 |
| Octal | 350 | 30 | 307 | 0 | 132 | 16 | 11 | 466 | 122 | 62 |
| Binary | 11101000 | 11000 | 11000111 | 0 | 1011010 | 1110 | 1001 | 100110110 | 1010010 | 110010 |
Color Harmonies of #E818C7
Complementary color
Monochromatic Colors of #E818C7
Black with #E818C7
Text Example
Text Example
White with #E818C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E818C7; }
p { color: rgb(232,24,199); }
H1.HeaderClassName
{
color: #E818C7;
}
.AnyTagClassName
{
color: #E818C7;
}
</style>
background-color css
<style>
a { background-color: #E818C7; }
a { background-color: rgb(232,24,199); }
div.DivClassName
{
background-color: #E818C7;
}
.BgClassName
{
background-color: #E818C7;
}
</style>
border-color css
<style>
span { border-color: #E818C7; }
span { border-color: rgb(232,24,199); }
td.TdClassName
{
border-color: #E818C7;
}
.TagClassName
{
border-color: #E818C7;
}
</style>