Shades of Shocking Pink #E81CC5
Tints of Shocking Pink #E81CC5
RGB
CMYK
RGB Variations
Color information
#E81CC5 (or 0xE81CC5) is known color: Shocking Pink. HEX triplet: E8, 1C and C5. RGB value is (232,28,197). Sum of RGB (Red+Green+Blue) = 232+28+197=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E81CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81CC5 is #17E33A. Grayscale: #6B6B6B. Windows color (decimal): -1565499 or 12917992. OLE color: 12917992.
HSL color Cylindrical-coordinate representation of color #E81CC5: hue angle of 310.29º 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 #E81CC5 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 197 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.09 |
| HSL | 310.29º | 0.82% | 0.51% | - |
| HSV(B) | 310.29º | 0.88% | 0.91% | - |
| XYZ | 43.77 | 22.02 | 54.77 | - |
| YUV | 108.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 197 | 0 | 0.88 | 0.15 | 0.09 | 310.29 | 0.82 | 0.51 |
| Hex | E8 | 1C | C5 | 0 | 58 | F | 9 | 136 | 52 | 33 |
| Octal | 350 | 34 | 305 | 0 | 130 | 17 | 11 | 466 | 122 | 63 |
| Binary | 11101000 | 11100 | 11000101 | 0 | 1011000 | 1111 | 1001 | 100110110 | 1010010 | 110011 |
Color Harmonies of #E81CC5
Complementary color
Monochromatic Colors of #E81CC5
Black with #E81CC5
Text Example
Text Example
White with #E81CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81CC5; }
p { color: rgb(232,28,197); }
H1.HeaderClassName
{
color: #E81CC5;
}
.AnyTagClassName
{
color: #E81CC5;
}
</style>
background-color css
<style>
a { background-color: #E81CC5; }
a { background-color: rgb(232,28,197); }
div.DivClassName
{
background-color: #E81CC5;
}
.BgClassName
{
background-color: #E81CC5;
}
</style>
border-color css
<style>
span { border-color: #E81CC5; }
span { border-color: rgb(232,28,197); }
td.TdClassName
{
border-color: #E81CC5;
}
.TagClassName
{
border-color: #E81CC5;
}
</style>