Shades of Shocking Pink #E90FC5
Tints of Shocking Pink #E90FC5
RGB
CMYK
RGB Variations
Color information
#E90FC5 (or 0xE90FC5) is known color: Shocking Pink. HEX triplet: E9, 0F and C5. RGB value is (233,15,197). Sum of RGB (Red+Green+Blue) = 233+15+197=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FC5 is #16F03A. Grayscale: #646464. Windows color (decimal): -1503291 or 12914665. OLE color: 12914665.
HSL color Cylindrical-coordinate representation of color #E90FC5: hue angle of 309.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FC5 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 197 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.09 |
| HSL | 309.91º | 0.88% | 0.49% | - |
| HSV(B) | 309.91º | 0.94% | 0.91% | - |
| XYZ | 43.85 | 21.7 | 54.7 | - |
| YUV | 100.93 | 182.22 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 197 | 0 | 0.94 | 0.15 | 0.09 | 309.91 | 0.88 | 0.49 |
| Hex | E9 | F | C5 | 0 | 5E | F | 9 | 136 | 58 | 31 |
| Octal | 351 | 17 | 305 | 0 | 136 | 17 | 11 | 466 | 130 | 61 |
| Binary | 11101001 | 1111 | 11000101 | 0 | 1011110 | 1111 | 1001 | 100110110 | 1011000 | 110001 |
Color Harmonies of #E90FC5
Complementary color
Monochromatic Colors of #E90FC5
Black with #E90FC5
Text Example
Text Example
White with #E90FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FC5; }
p { color: rgb(233,15,197); }
H1.HeaderClassName
{
color: #E90FC5;
}
.AnyTagClassName
{
color: #E90FC5;
}
</style>
background-color css
<style>
a { background-color: #E90FC5; }
a { background-color: rgb(233,15,197); }
div.DivClassName
{
background-color: #E90FC5;
}
.BgClassName
{
background-color: #E90FC5;
}
</style>
border-color css
<style>
span { border-color: #E90FC5; }
span { border-color: rgb(233,15,197); }
td.TdClassName
{
border-color: #E90FC5;
}
.TagClassName
{
border-color: #E90FC5;
}
</style>