Shades of Shocking Pink #E90AC5
Tints of Shocking Pink #E90AC5
RGB
CMYK
RGB Variations
Color information
#E90AC5 (or 0xE90AC5) is known color: Shocking Pink. HEX triplet: E9, 0A and C5. RGB value is (233,10,197). Sum of RGB (Red+Green+Blue) = 233+10+197=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90AC5 is #16F53A. Grayscale: #616161. Windows color (decimal): -1504571 or 12913385. OLE color: 12913385.
HSL color Cylindrical-coordinate representation of color #E90AC5: hue angle of 309.69º 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 #E90AC5 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 197 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.09 |
| HSL | 309.69º | 0.92% | 0.48% | - |
| HSV(B) | 309.69º | 0.96% | 0.91% | - |
| XYZ | 43.79 | 21.57 | 54.68 | - |
| YUV | 98 | 183.88 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 197 | 0 | 0.96 | 0.15 | 0.09 | 309.69 | 0.92 | 0.48 |
| Hex | E9 | A | C5 | 0 | 60 | F | 9 | 136 | 5C | 30 |
| Octal | 351 | 12 | 305 | 0 | 140 | 17 | 11 | 466 | 134 | 60 |
| Binary | 11101001 | 1010 | 11000101 | 0 | 1100000 | 1111 | 1001 | 100110110 | 1011100 | 110000 |
Color Harmonies of #E90AC5
Complementary color
Monochromatic Colors of #E90AC5
Black with #E90AC5
Text Example
Text Example
White with #E90AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90AC5; }
p { color: rgb(233,10,197); }
H1.HeaderClassName
{
color: #E90AC5;
}
.AnyTagClassName
{
color: #E90AC5;
}
</style>
background-color css
<style>
a { background-color: #E90AC5; }
a { background-color: rgb(233,10,197); }
div.DivClassName
{
background-color: #E90AC5;
}
.BgClassName
{
background-color: #E90AC5;
}
</style>
border-color css
<style>
span { border-color: #E90AC5; }
span { border-color: rgb(233,10,197); }
td.TdClassName
{
border-color: #E90AC5;
}
.TagClassName
{
border-color: #E90AC5;
}
</style>