Shades of Shocking Pink #E90AC8
Tints of Shocking Pink #E90AC8
RGB
CMYK
RGB Variations
Color information
#E90AC8 (or 0xE90AC8) is known color: Shocking Pink. HEX triplet: E9, 0A and C8. RGB value is (233,10,200). Sum of RGB (Red+Green+Blue) = 233+10+200=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90AC8 is #16F537. Grayscale: #616161. Windows color (decimal): -1504568 or 13109993. OLE color: 13109993.
HSL color Cylindrical-coordinate representation of color #E90AC8: hue angle of 308.88º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90AC8 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 200 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.09 |
| HSL | 308.88º | 0.92% | 0.48% | - |
| HSV(B) | 308.88º | 0.96% | 0.91% | - |
| XYZ | 44.14 | 21.71 | 56.51 | - |
| YUV | 98.34 | 185.38 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 200 | 0 | 0.96 | 0.14 | 0.09 | 308.88 | 0.92 | 0.48 |
| Hex | E9 | A | C8 | 0 | 60 | E | 9 | 135 | 5C | 30 |
| Octal | 351 | 12 | 310 | 0 | 140 | 16 | 11 | 465 | 134 | 60 |
| Binary | 11101001 | 1010 | 11001000 | 0 | 1100000 | 1110 | 1001 | 100110101 | 1011100 | 110000 |
Color Harmonies of #E90AC8
Complementary color
Monochromatic Colors of #E90AC8
Black with #E90AC8
Text Example
Text Example
White with #E90AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90AC8; }
p { color: rgb(233,10,200); }
H1.HeaderClassName
{
color: #E90AC8;
}
.AnyTagClassName
{
color: #E90AC8;
}
</style>
background-color css
<style>
a { background-color: #E90AC8; }
a { background-color: rgb(233,10,200); }
div.DivClassName
{
background-color: #E90AC8;
}
.BgClassName
{
background-color: #E90AC8;
}
</style>
border-color css
<style>
span { border-color: #E90AC8; }
span { border-color: rgb(233,10,200); }
td.TdClassName
{
border-color: #E90AC8;
}
.TagClassName
{
border-color: #E90AC8;
}
</style>