Shades of Shocking Pink #E80AC6
Tints of Shocking Pink #E80AC6
RGB
CMYK
RGB Variations
Color information
#E80AC6 (or 0xE80AC6) is known color: Shocking Pink. HEX triplet: E8, 0A and C6. RGB value is (232,10,198). Sum of RGB (Red+Green+Blue) = 232+10+198=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E80AC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80AC6 is #17F539. Grayscale: #616161. Windows color (decimal): -1570106 or 12978920. OLE color: 12978920.
HSL color Cylindrical-coordinate representation of color #E80AC6: hue angle of 309.19º 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 #E80AC6 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 198 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.09 |
| HSL | 309.19º | 0.92% | 0.47% | - |
| HSV(B) | 309.19º | 0.96% | 0.91% | - |
| XYZ | 43.58 | 21.45 | 55.27 | - |
| YUV | 97.81 | 184.55 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 198 | 0 | 0.96 | 0.15 | 0.09 | 309.19 | 0.92 | 0.47 |
| Hex | E8 | A | C6 | 0 | 60 | F | 9 | 135 | 5C | 2F |
| Octal | 350 | 12 | 306 | 0 | 140 | 17 | 11 | 465 | 134 | 57 |
| Binary | 11101000 | 1010 | 11000110 | 0 | 1100000 | 1111 | 1001 | 100110101 | 1011100 | 101111 |
Color Harmonies of #E80AC6
Complementary color
Monochromatic Colors of #E80AC6
Black with #E80AC6
Text Example
Text Example
White with #E80AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80AC6; }
p { color: rgb(232,10,198); }
H1.HeaderClassName
{
color: #E80AC6;
}
.AnyTagClassName
{
color: #E80AC6;
}
</style>
background-color css
<style>
a { background-color: #E80AC6; }
a { background-color: rgb(232,10,198); }
div.DivClassName
{
background-color: #E80AC6;
}
.BgClassName
{
background-color: #E80AC6;
}
</style>
border-color css
<style>
span { border-color: #E80AC6; }
span { border-color: rgb(232,10,198); }
td.TdClassName
{
border-color: #E80AC6;
}
.TagClassName
{
border-color: #E80AC6;
}
</style>