Shades of Shocking #E690BD
Tints of Shocking #E690BD
RGB
CMYK
RGB Variations
Color information
#E690BD (or 0xE690BD) is known color: Shocking. HEX triplet: E6, 90 and BD. RGB value is (230,144,189). Sum of RGB (Red+Green+Blue) = 230+144+189=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E690BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690BD is #196F42. Grayscale: #AEAEAE. Windows color (decimal): -1666883 or 12423398. OLE color: 12423398.
HSL color Cylindrical-coordinate representation of color #E690BD: hue angle of 328.6º 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 #E690BD is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 189 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.10 |
| HSL | 328.6º | 0.63% | 0.73% | - |
| HSV(B) | 328.6º | 0.37% | 0.9% | - |
| XYZ | 51.79 | 40.44 | 53.22 | - |
| YUV | 174.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 189 | 0 | 0.37 | 0.18 | 0.10 | 328.6 | 0.63 | 0.73 |
| Hex | E6 | 90 | BD | 0 | 25 | 12 | A | 149 | 3F | 49 |
| Octal | 346 | 220 | 275 | 0 | 45 | 22 | 12 | 511 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10111101 | 0 | 100101 | 10010 | 1010 | 101001001 | 111111 | 1001001 |
Color Harmonies of #E690BD
Complementary color
Monochromatic Colors of #E690BD
Black with #E690BD
Text Example
Text Example
White with #E690BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690BD; }
p { color: rgb(230,144,189); }
H1.HeaderClassName
{
color: #E690BD;
}
.AnyTagClassName
{
color: #E690BD;
}
</style>
background-color css
<style>
a { background-color: #E690BD; }
a { background-color: rgb(230,144,189); }
div.DivClassName
{
background-color: #E690BD;
}
.BgClassName
{
background-color: #E690BD;
}
</style>
border-color css
<style>
span { border-color: #E690BD; }
span { border-color: rgb(230,144,189); }
td.TdClassName
{
border-color: #E690BD;
}
.TagClassName
{
border-color: #E690BD;
}
</style>