Shades of Shocking Pink #E90ECF
Tints of Shocking Pink #E90ECF
RGB
CMYK
RGB Variations
Color information
#E90ECF (or 0xE90ECF) is known color: Shocking Pink. HEX triplet: E9, 0E and CF. RGB value is (233,14,207). Sum of RGB (Red+Green+Blue) = 233+14+207=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ECF is #16F130. Grayscale: #646464. Windows color (decimal): -1503537 or 13569769. OLE color: 13569769.
HSL color Cylindrical-coordinate representation of color #E90ECF: hue angle of 307.12º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90ECF is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.09 |
| HSL | 307.12º | 0.89% | 0.48% | - |
| HSV(B) | 307.12º | 0.94% | 0.91% | - |
| XYZ | 45.02 | 22.14 | 60.93 | - |
| YUV | 101.48 | 187.55 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 207 | 0 | 0.94 | 0.11 | 0.09 | 307.12 | 0.89 | 0.48 |
| Hex | E9 | E | CF | 0 | 5E | B | 9 | 133 | 59 | 30 |
| Octal | 351 | 16 | 317 | 0 | 136 | 13 | 11 | 463 | 131 | 60 |
| Binary | 11101001 | 1110 | 11001111 | 0 | 1011110 | 1011 | 1001 | 100110011 | 1011001 | 110000 |
Color Harmonies of #E90ECF
Complementary color
Monochromatic Colors of #E90ECF
Black with #E90ECF
Text Example
Text Example
White with #E90ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90ECF; }
p { color: rgb(233,14,207); }
H1.HeaderClassName
{
color: #E90ECF;
}
.AnyTagClassName
{
color: #E90ECF;
}
</style>
background-color css
<style>
a { background-color: #E90ECF; }
a { background-color: rgb(233,14,207); }
div.DivClassName
{
background-color: #E90ECF;
}
.BgClassName
{
background-color: #E90ECF;
}
</style>
border-color css
<style>
span { border-color: #E90ECF; }
span { border-color: rgb(233,14,207); }
td.TdClassName
{
border-color: #E90ECF;
}
.TagClassName
{
border-color: #E90ECF;
}
</style>