Shades of Shocking #E990B9
Tints of Shocking #E990B9
RGB
CMYK
RGB Variations
Color information
#E990B9 (or 0xE990B9) is known color: Shocking. HEX triplet: E9, 90 and B9. RGB value is (233,144,185). Sum of RGB (Red+Green+Blue) = 233+144+185=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E990B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990B9 is #166F46. Grayscale: #AFAFAF. Windows color (decimal): -1470279 or 12161257. OLE color: 12161257.
HSL color Cylindrical-coordinate representation of color #E990B9: hue angle of 332.36º 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 #E990B9 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 185 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.09 |
| HSL | 332.36º | 0.67% | 0.74% | - |
| HSV(B) | 332.36º | 0.38% | 0.91% | - |
| XYZ | 52.33 | 40.77 | 51.01 | - |
| YUV | 175.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 185 | 0 | 0.38 | 0.21 | 0.09 | 332.36 | 0.67 | 0.74 |
| Hex | E9 | 90 | B9 | 0 | 26 | 15 | 9 | 14C | 43 | 4A |
| Octal | 351 | 220 | 271 | 0 | 46 | 25 | 11 | 514 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10111001 | 0 | 100110 | 10101 | 1001 | 101001100 | 1000011 | 1001010 |
Color Harmonies of #E990B9
Complementary color
Monochromatic Colors of #E990B9
Black with #E990B9
Text Example
Text Example
White with #E990B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990B9; }
p { color: rgb(233,144,185); }
H1.HeaderClassName
{
color: #E990B9;
}
.AnyTagClassName
{
color: #E990B9;
}
</style>
background-color css
<style>
a { background-color: #E990B9; }
a { background-color: rgb(233,144,185); }
div.DivClassName
{
background-color: #E990B9;
}
.BgClassName
{
background-color: #E990B9;
}
</style>
border-color css
<style>
span { border-color: #E990B9; }
span { border-color: rgb(233,144,185); }
td.TdClassName
{
border-color: #E990B9;
}
.TagClassName
{
border-color: #E990B9;
}
</style>