Shades of Shocking #E690B9
Tints of Shocking #E690B9
RGB
CMYK
RGB Variations
Color information
#E690B9 (or 0xE690B9) is known color: Shocking. HEX triplet: E6, 90 and B9. RGB value is (230,144,185). Sum of RGB (Red+Green+Blue) = 230+144+185=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E690B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690B9 is #196F46. Grayscale: #AEAEAE. Windows color (decimal): -1666887 or 12161254. OLE color: 12161254.
HSL color Cylindrical-coordinate representation of color #E690B9: hue angle of 331.4º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690B9 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 185 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.10 |
| HSL | 331.4º | 0.63% | 0.73% | - |
| HSV(B) | 331.4º | 0.37% | 0.9% | - |
| XYZ | 51.36 | 40.27 | 50.97 | - |
| YUV | 174.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 185 | 0 | 0.37 | 0.20 | 0.10 | 331.4 | 0.63 | 0.73 |
| Hex | E6 | 90 | B9 | 0 | 25 | 14 | A | 14B | 3F | 49 |
| Octal | 346 | 220 | 271 | 0 | 45 | 24 | 12 | 513 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10111001 | 0 | 100101 | 10100 | 1010 | 101001011 | 111111 | 1001001 |
Color Harmonies of #E690B9
Complementary color
Monochromatic Colors of #E690B9
Black with #E690B9
Text Example
Text Example
White with #E690B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690B9; }
p { color: rgb(230,144,185); }
H1.HeaderClassName
{
color: #E690B9;
}
.AnyTagClassName
{
color: #E690B9;
}
</style>
background-color css
<style>
a { background-color: #E690B9; }
a { background-color: rgb(230,144,185); }
div.DivClassName
{
background-color: #E690B9;
}
.BgClassName
{
background-color: #E690B9;
}
</style>
border-color css
<style>
span { border-color: #E690B9; }
span { border-color: rgb(230,144,185); }
td.TdClassName
{
border-color: #E690B9;
}
.TagClassName
{
border-color: #E690B9;
}
</style>