Shades of Shocking #E990B7
Tints of Shocking #E990B7
RGB
CMYK
RGB Variations
Color information
#E990B7 (or 0xE990B7) is known color: Shocking. HEX triplet: E9, 90 and B7. RGB value is (233,144,183). Sum of RGB (Red+Green+Blue) = 233+144+183=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E990B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990B7 is #166F48. Grayscale: #AEAEAE. Windows color (decimal): -1470281 or 12030185. OLE color: 12030185.
HSL color Cylindrical-coordinate representation of color #E990B7: hue angle of 333.71º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990B7 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 183 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.09 |
| HSL | 333.71º | 0.67% | 0.74% | - |
| HSV(B) | 333.71º | 0.38% | 0.91% | - |
| XYZ | 52.12 | 40.69 | 49.91 | - |
| YUV | 175.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 183 | 0 | 0.38 | 0.21 | 0.09 | 333.71 | 0.67 | 0.74 |
| Hex | E9 | 90 | B7 | 0 | 26 | 15 | 9 | 14E | 43 | 4A |
| Octal | 351 | 220 | 267 | 0 | 46 | 25 | 11 | 516 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10110111 | 0 | 100110 | 10101 | 1001 | 101001110 | 1000011 | 1001010 |
Color Harmonies of #E990B7
Complementary color
Monochromatic Colors of #E990B7
Black with #E990B7
Text Example
Text Example
White with #E990B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990B7; }
p { color: rgb(233,144,183); }
H1.HeaderClassName
{
color: #E990B7;
}
.AnyTagClassName
{
color: #E990B7;
}
</style>
background-color css
<style>
a { background-color: #E990B7; }
a { background-color: rgb(233,144,183); }
div.DivClassName
{
background-color: #E990B7;
}
.BgClassName
{
background-color: #E990B7;
}
</style>
border-color css
<style>
span { border-color: #E990B7; }
span { border-color: rgb(233,144,183); }
td.TdClassName
{
border-color: #E990B7;
}
.TagClassName
{
border-color: #E990B7;
}
</style>