Shades of Shocking Pink #E80AC9
Tints of Shocking Pink #E80AC9
RGB
CMYK
RGB Variations
Color information
#E80AC9 (or 0xE80AC9) is known color: Shocking Pink. HEX triplet: E8, 0A and C9. RGB value is (232,10,201). Sum of RGB (Red+Green+Blue) = 232+10+201=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E80AC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80AC9 is #17F536. Grayscale: #616161. Windows color (decimal): -1570103 or 13175528. OLE color: 13175528.
HSL color Cylindrical-coordinate representation of color #E80AC9: hue angle of 308.38º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80AC9 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 201 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.09 |
| HSL | 308.38º | 0.92% | 0.47% | - |
| HSV(B) | 308.38º | 0.96% | 0.91% | - |
| XYZ | 43.93 | 21.59 | 57.11 | - |
| YUV | 98.15 | 186.05 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 201 | 0 | 0.96 | 0.13 | 0.09 | 308.38 | 0.92 | 0.47 |
| Hex | E8 | A | C9 | 0 | 60 | D | 9 | 134 | 5C | 2F |
| Octal | 350 | 12 | 311 | 0 | 140 | 15 | 11 | 464 | 134 | 57 |
| Binary | 11101000 | 1010 | 11001001 | 0 | 1100000 | 1101 | 1001 | 100110100 | 1011100 | 101111 |
Color Harmonies of #E80AC9
Complementary color
Monochromatic Colors of #E80AC9
Black with #E80AC9
Text Example
Text Example
White with #E80AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AC9; }
p { color: rgb(232,10,201); }
H1.HeaderClassName
{
color: #E80AC9;
}
.AnyTagClassName
{
color: #E80AC9;
}
</style>
background-color css
<style>
a { background-color: #E80AC9; }
a { background-color: rgb(232,10,201); }
div.DivClassName
{
background-color: #E80AC9;
}
.BgClassName
{
background-color: #E80AC9;
}
</style>
border-color css
<style>
span { border-color: #E80AC9; }
span { border-color: rgb(232,10,201); }
td.TdClassName
{
border-color: #E80AC9;
}
.TagClassName
{
border-color: #E80AC9;
}
</style>