Shades of Shocking #E690BE
Tints of Shocking #E690BE
RGB
CMYK
RGB Variations
Color information
#E690BE (or 0xE690BE) is known color: Shocking. HEX triplet: E6, 90 and BE. RGB value is (230,144,190). Sum of RGB (Red+Green+Blue) = 230+144+190=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E690BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690BE is #196F41. Grayscale: #AEAEAE. Windows color (decimal): -1666882 or 12488934. OLE color: 12488934.
HSL color Cylindrical-coordinate representation of color #E690BE: hue angle of 327.91º 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 #E690BE is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 190 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.10 |
| HSL | 327.91º | 0.63% | 0.73% | - |
| HSV(B) | 327.91º | 0.37% | 0.9% | - |
| XYZ | 51.9 | 40.49 | 53.79 | - |
| YUV | 174.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 190 | 0 | 0.37 | 0.17 | 0.10 | 327.91 | 0.63 | 0.73 |
| Hex | E6 | 90 | BE | 0 | 25 | 11 | A | 148 | 3F | 49 |
| Octal | 346 | 220 | 276 | 0 | 45 | 21 | 12 | 510 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10111110 | 0 | 100101 | 10001 | 1010 | 101001000 | 111111 | 1001001 |
Color Harmonies of #E690BE
Complementary color
Monochromatic Colors of #E690BE
Black with #E690BE
Text Example
Text Example
White with #E690BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690BE; }
p { color: rgb(230,144,190); }
H1.HeaderClassName
{
color: #E690BE;
}
.AnyTagClassName
{
color: #E690BE;
}
</style>
background-color css
<style>
a { background-color: #E690BE; }
a { background-color: rgb(230,144,190); }
div.DivClassName
{
background-color: #E690BE;
}
.BgClassName
{
background-color: #E690BE;
}
</style>
border-color css
<style>
span { border-color: #E690BE; }
span { border-color: rgb(230,144,190); }
td.TdClassName
{
border-color: #E690BE;
}
.TagClassName
{
border-color: #E690BE;
}
</style>