Shades of Shocking #E790CA
Tints of Shocking #E790CA
RGB
CMYK
RGB Variations
Color information
#E790CA (or 0xE790CA) is known color: Shocking. HEX triplet: E7, 90 and CA. RGB value is (231,144,202). Sum of RGB (Red+Green+Blue) = 231+144+202=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E790CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790CA is #186F35. Grayscale: #B0B0B0. Windows color (decimal): -1601334 or 13275367. OLE color: 13275367.
HSL color Cylindrical-coordinate representation of color #E790CA: hue angle of 320º 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 #E790CA is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 202 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.09 |
| HSL | 320º | 0.64% | 0.74% | - |
| HSV(B) | 320º | 0.38% | 0.91% | - |
| XYZ | 53.59 | 41.2 | 61.01 | - |
| YUV | 176.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 202 | 0 | 0.38 | 0.13 | 0.09 | 320 | 0.64 | 0.74 |
| Hex | E7 | 90 | CA | 0 | 26 | D | 9 | 140 | 40 | 4A |
| Octal | 347 | 220 | 312 | 0 | 46 | 15 | 11 | 500 | 100 | 112 |
| Binary | 11100111 | 10010000 | 11001010 | 0 | 100110 | 1101 | 1001 | 101000000 | 1000000 | 1001010 |
Color Harmonies of #E790CA
Complementary color
Monochromatic Colors of #E790CA
Black with #E790CA
Text Example
Text Example
White with #E790CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790CA; }
p { color: rgb(231,144,202); }
H1.HeaderClassName
{
color: #E790CA;
}
.AnyTagClassName
{
color: #E790CA;
}
</style>
background-color css
<style>
a { background-color: #E790CA; }
a { background-color: rgb(231,144,202); }
div.DivClassName
{
background-color: #E790CA;
}
.BgClassName
{
background-color: #E790CA;
}
</style>
border-color css
<style>
span { border-color: #E790CA; }
span { border-color: rgb(231,144,202); }
td.TdClassName
{
border-color: #E790CA;
}
.TagClassName
{
border-color: #E790CA;
}
</style>