Shades of Shocking #E790CF
Tints of Shocking #E790CF
RGB
CMYK
RGB Variations
Color information
#E790CF (or 0xE790CF) is known color: Shocking. HEX triplet: E7, 90 and CF. RGB value is (231,144,207). Sum of RGB (Red+Green+Blue) = 231+144+207=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E790CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790CF is #186F30. Grayscale: #B1B1B1. Windows color (decimal): -1601329 or 13603047. OLE color: 13603047.
HSL color Cylindrical-coordinate representation of color #E790CF: hue angle of 316.55º 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 #E790CF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 207 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.09 |
| HSL | 316.55º | 0.64% | 0.74% | - |
| HSV(B) | 316.55º | 0.38% | 0.91% | - |
| XYZ | 54.19 | 41.44 | 64.17 | - |
| YUV | 177.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 207 | 0 | 0.38 | 0.10 | 0.09 | 316.55 | 0.64 | 0.74 |
| Hex | E7 | 90 | CF | 0 | 26 | A | 9 | 13D | 40 | 4A |
| Octal | 347 | 220 | 317 | 0 | 46 | 12 | 11 | 475 | 100 | 112 |
| Binary | 11100111 | 10010000 | 11001111 | 0 | 100110 | 1010 | 1001 | 100111101 | 1000000 | 1001010 |
Color Harmonies of #E790CF
Complementary color
Monochromatic Colors of #E790CF
Black with #E790CF
Text Example
Text Example
White with #E790CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790CF; }
p { color: rgb(231,144,207); }
H1.HeaderClassName
{
color: #E790CF;
}
.AnyTagClassName
{
color: #E790CF;
}
</style>
background-color css
<style>
a { background-color: #E790CF; }
a { background-color: rgb(231,144,207); }
div.DivClassName
{
background-color: #E790CF;
}
.BgClassName
{
background-color: #E790CF;
}
</style>
border-color css
<style>
span { border-color: #E790CF; }
span { border-color: rgb(231,144,207); }
td.TdClassName
{
border-color: #E790CF;
}
.TagClassName
{
border-color: #E790CF;
}
</style>