Shades of Shocking Pink #E90ABD
Tints of Shocking Pink #E90ABD
RGB
CMYK
RGB Variations
Color information
#E90ABD (or 0xE90ABD) is known color: Shocking Pink. HEX triplet: E9, 0A and BD. RGB value is (233,10,189). Sum of RGB (Red+Green+Blue) = 233+10+189=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E90ABD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90ABD is #16F542. Grayscale: #606060. Windows color (decimal): -1504579 or 12389097. OLE color: 12389097.
HSL color Cylindrical-coordinate representation of color #E90ABD: hue angle of 311.84º 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 #E90ABD is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 189 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.09 |
| HSL | 311.84º | 0.92% | 0.48% | - |
| HSV(B) | 311.84º | 0.96% | 0.91% | - |
| XYZ | 42.9 | 21.21 | 49.98 | - |
| YUV | 97.08 | 179.88 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 189 | 0 | 0.96 | 0.19 | 0.09 | 311.84 | 0.92 | 0.48 |
| Hex | E9 | A | BD | 0 | 60 | 13 | 9 | 138 | 5C | 30 |
| Octal | 351 | 12 | 275 | 0 | 140 | 23 | 11 | 470 | 134 | 60 |
| Binary | 11101001 | 1010 | 10111101 | 0 | 1100000 | 10011 | 1001 | 100111000 | 1011100 | 110000 |
Color Harmonies of #E90ABD
Complementary color
Monochromatic Colors of #E90ABD
Black with #E90ABD
Text Example
Text Example
White with #E90ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90ABD; }
p { color: rgb(233,10,189); }
H1.HeaderClassName
{
color: #E90ABD;
}
.AnyTagClassName
{
color: #E90ABD;
}
</style>
background-color css
<style>
a { background-color: #E90ABD; }
a { background-color: rgb(233,10,189); }
div.DivClassName
{
background-color: #E90ABD;
}
.BgClassName
{
background-color: #E90ABD;
}
</style>
border-color css
<style>
span { border-color: #E90ABD; }
span { border-color: rgb(233,10,189); }
td.TdClassName
{
border-color: #E90ABD;
}
.TagClassName
{
border-color: #E90ABD;
}
</style>