Shades of Shocking #E790BD
Tints of Shocking #E790BD
RGB
CMYK
RGB Variations
Color information
#E790BD (or 0xE790BD) is known color: Shocking. HEX triplet: E7, 90 and BD. RGB value is (231,144,189). Sum of RGB (Red+Green+Blue) = 231+144+189=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E790BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790BD is #186F42. Grayscale: #AFAFAF. Windows color (decimal): -1601347 or 12423399. OLE color: 12423399.
HSL color Cylindrical-coordinate representation of color #E790BD: hue angle of 328.97º degrees, saturation: 0.64, 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 #E790BD is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 189 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.09 |
| HSL | 328.97º | 0.64% | 0.74% | - |
| HSV(B) | 328.97º | 0.38% | 0.91% | - |
| XYZ | 52.11 | 40.61 | 53.24 | - |
| YUV | 175.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 189 | 0 | 0.38 | 0.18 | 0.09 | 328.97 | 0.64 | 0.74 |
| Hex | E7 | 90 | BD | 0 | 26 | 12 | 9 | 149 | 40 | 4A |
| Octal | 347 | 220 | 275 | 0 | 46 | 22 | 11 | 511 | 100 | 112 |
| Binary | 11100111 | 10010000 | 10111101 | 0 | 100110 | 10010 | 1001 | 101001001 | 1000000 | 1001010 |
Color Harmonies of #E790BD
Complementary color
Monochromatic Colors of #E790BD
Black with #E790BD
Text Example
Text Example
White with #E790BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790BD; }
p { color: rgb(231,144,189); }
H1.HeaderClassName
{
color: #E790BD;
}
.AnyTagClassName
{
color: #E790BD;
}
</style>
background-color css
<style>
a { background-color: #E790BD; }
a { background-color: rgb(231,144,189); }
div.DivClassName
{
background-color: #E790BD;
}
.BgClassName
{
background-color: #E790BD;
}
</style>
border-color css
<style>
span { border-color: #E790BD; }
span { border-color: rgb(231,144,189); }
td.TdClassName
{
border-color: #E790BD;
}
.TagClassName
{
border-color: #E790BD;
}
</style>