Shades of Shocking Pink #E81CC7
Tints of Shocking Pink #E81CC7
RGB
CMYK
RGB Variations
Color information
#E81CC7 (or 0xE81CC7) is known color: Shocking Pink. HEX triplet: E8, 1C and C7. RGB value is (232,28,199). Sum of RGB (Red+Green+Blue) = 232+28+199=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E81CC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81CC7 is #17E338. Grayscale: #6C6C6C. Windows color (decimal): -1565497 or 13049064. OLE color: 13049064.
HSL color Cylindrical-coordinate representation of color #E81CC7: hue angle of 309.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81CC7 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 199 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.09 |
| HSL | 309.71º | 0.82% | 0.51% | - |
| HSV(B) | 309.71º | 0.88% | 0.91% | - |
| XYZ | 44 | 22.11 | 55.98 | - |
| YUV | 108.49 | 179.09 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 199 | 0 | 0.88 | 0.14 | 0.09 | 309.71 | 0.82 | 0.51 |
| Hex | E8 | 1C | C7 | 0 | 58 | E | 9 | 136 | 52 | 33 |
| Octal | 350 | 34 | 307 | 0 | 130 | 16 | 11 | 466 | 122 | 63 |
| Binary | 11101000 | 11100 | 11000111 | 0 | 1011000 | 1110 | 1001 | 100110110 | 1010010 | 110011 |
Color Harmonies of #E81CC7
Complementary color
Monochromatic Colors of #E81CC7
Black with #E81CC7
Text Example
Text Example
White with #E81CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81CC7; }
p { color: rgb(232,28,199); }
H1.HeaderClassName
{
color: #E81CC7;
}
.AnyTagClassName
{
color: #E81CC7;
}
</style>
background-color css
<style>
a { background-color: #E81CC7; }
a { background-color: rgb(232,28,199); }
div.DivClassName
{
background-color: #E81CC7;
}
.BgClassName
{
background-color: #E81CC7;
}
</style>
border-color css
<style>
span { border-color: #E81CC7; }
span { border-color: rgb(232,28,199); }
td.TdClassName
{
border-color: #E81CC7;
}
.TagClassName
{
border-color: #E81CC7;
}
</style>