Shades of Shocking #E990BA
Tints of Shocking #E990BA
RGB
CMYK
RGB Variations
Color information
#E990BA (or 0xE990BA) is known color: Shocking. HEX triplet: E9, 90 and BA. RGB value is (233,144,186). Sum of RGB (Red+Green+Blue) = 233+144+186=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E990BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990BA is #166F45. Grayscale: #AFAFAF. Windows color (decimal): -1470278 or 12226793. OLE color: 12226793.
HSL color Cylindrical-coordinate representation of color #E990BA: hue angle of 331.69º 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 #E990BA is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 186 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.09 |
| HSL | 331.69º | 0.67% | 0.74% | - |
| HSV(B) | 331.69º | 0.38% | 0.91% | - |
| XYZ | 52.44 | 40.82 | 51.57 | - |
| YUV | 175.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 186 | 0 | 0.38 | 0.20 | 0.09 | 331.69 | 0.67 | 0.74 |
| Hex | E9 | 90 | BA | 0 | 26 | 14 | 9 | 14C | 43 | 4A |
| Octal | 351 | 220 | 272 | 0 | 46 | 24 | 11 | 514 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10111010 | 0 | 100110 | 10100 | 1001 | 101001100 | 1000011 | 1001010 |
Color Harmonies of #E990BA
Complementary color
Monochromatic Colors of #E990BA
Black with #E990BA
Text Example
Text Example
White with #E990BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990BA; }
p { color: rgb(233,144,186); }
H1.HeaderClassName
{
color: #E990BA;
}
.AnyTagClassName
{
color: #E990BA;
}
</style>
background-color css
<style>
a { background-color: #E990BA; }
a { background-color: rgb(233,144,186); }
div.DivClassName
{
background-color: #E990BA;
}
.BgClassName
{
background-color: #E990BA;
}
</style>
border-color css
<style>
span { border-color: #E990BA; }
span { border-color: rgb(233,144,186); }
td.TdClassName
{
border-color: #E990BA;
}
.TagClassName
{
border-color: #E990BA;
}
</style>