Shades of Shocking Pink #E90FC2
Tints of Shocking Pink #E90FC2
RGB
CMYK
RGB Variations
Color information
#E90FC2 (or 0xE90FC2) is known color: Shocking Pink. HEX triplet: E9, 0F and C2. RGB value is (233,15,194). Sum of RGB (Red+Green+Blue) = 233+15+194=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90FC2 is #16F03D. Grayscale: #646464. Windows color (decimal): -1503294 or 12718057. OLE color: 12718057.
HSL color Cylindrical-coordinate representation of color #E90FC2: hue angle of 310.73º 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 #E90FC2 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 194 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.09 |
| HSL | 310.73º | 0.88% | 0.49% | - |
| HSV(B) | 310.73º | 0.94% | 0.91% | - |
| XYZ | 43.51 | 21.56 | 52.91 | - |
| YUV | 100.59 | 180.72 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 194 | 0 | 0.94 | 0.17 | 0.09 | 310.73 | 0.88 | 0.49 |
| Hex | E9 | F | C2 | 0 | 5E | 11 | 9 | 137 | 58 | 31 |
| Octal | 351 | 17 | 302 | 0 | 136 | 21 | 11 | 467 | 130 | 61 |
| Binary | 11101001 | 1111 | 11000010 | 0 | 1011110 | 10001 | 1001 | 100110111 | 1011000 | 110001 |
Color Harmonies of #E90FC2
Complementary color
Monochromatic Colors of #E90FC2
Black with #E90FC2
Text Example
Text Example
White with #E90FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FC2; }
p { color: rgb(233,15,194); }
H1.HeaderClassName
{
color: #E90FC2;
}
.AnyTagClassName
{
color: #E90FC2;
}
</style>
background-color css
<style>
a { background-color: #E90FC2; }
a { background-color: rgb(233,15,194); }
div.DivClassName
{
background-color: #E90FC2;
}
.BgClassName
{
background-color: #E90FC2;
}
</style>
border-color css
<style>
span { border-color: #E90FC2; }
span { border-color: rgb(233,15,194); }
td.TdClassName
{
border-color: #E90FC2;
}
.TagClassName
{
border-color: #E90FC2;
}
</style>