Shades of Shocking Pink #E90DBF
Tints of Shocking Pink #E90DBF
RGB
CMYK
RGB Variations
Color information
#E90DBF (or 0xE90DBF) is known color: Shocking Pink. HEX triplet: E9, 0D and BF. RGB value is (233,13,191). Sum of RGB (Red+Green+Blue) = 233+13+191=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DBF is #16F240. Grayscale: #626262. Windows color (decimal): -1503809 or 12520937. OLE color: 12520937.
HSL color Cylindrical-coordinate representation of color #E90DBF: hue angle of 311.45º 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 #E90DBF is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.09 |
| HSL | 311.45º | 0.89% | 0.48% | - |
| HSV(B) | 311.45º | 0.94% | 0.91% | - |
| XYZ | 43.15 | 21.37 | 51.14 | - |
| YUV | 99.07 | 179.89 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 191 | 0 | 0.94 | 0.18 | 0.09 | 311.45 | 0.89 | 0.48 |
| Hex | E9 | D | BF | 0 | 5E | 12 | 9 | 137 | 59 | 30 |
| Octal | 351 | 15 | 277 | 0 | 136 | 22 | 11 | 467 | 131 | 60 |
| Binary | 11101001 | 1101 | 10111111 | 0 | 1011110 | 10010 | 1001 | 100110111 | 1011001 | 110000 |
Color Harmonies of #E90DBF
Complementary color
Monochromatic Colors of #E90DBF
Black with #E90DBF
Text Example
Text Example
White with #E90DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DBF; }
p { color: rgb(233,13,191); }
H1.HeaderClassName
{
color: #E90DBF;
}
.AnyTagClassName
{
color: #E90DBF;
}
</style>
background-color css
<style>
a { background-color: #E90DBF; }
a { background-color: rgb(233,13,191); }
div.DivClassName
{
background-color: #E90DBF;
}
.BgClassName
{
background-color: #E90DBF;
}
</style>
border-color css
<style>
span { border-color: #E90DBF; }
span { border-color: rgb(233,13,191); }
td.TdClassName
{
border-color: #E90DBF;
}
.TagClassName
{
border-color: #E90DBF;
}
</style>