Shades of Shocking #E791C6
Tints of Shocking #E791C6
RGB
CMYK
RGB Variations
Color information
#E791C6 (or 0xE791C6) is known color: Shocking. HEX triplet: E7, 91 and C6. RGB value is (231,145,198). Sum of RGB (Red+Green+Blue) = 231+145+198=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E791C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791C6 is #186E39. Grayscale: #B0B0B0. Windows color (decimal): -1601082 or 13013479. OLE color: 13013479.
HSL color Cylindrical-coordinate representation of color #E791C6: hue angle of 323.02º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E791C6 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 198 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.09 |
| HSL | 323.02º | 0.64% | 0.74% | - |
| HSV(B) | 323.02º | 0.37% | 0.91% | - |
| XYZ | 53.27 | 41.32 | 58.59 | - |
| YUV | 176.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 198 | 0 | 0.37 | 0.14 | 0.09 | 323.02 | 0.64 | 0.74 |
| Hex | E7 | 91 | C6 | 0 | 25 | E | 9 | 143 | 40 | 4A |
| Octal | 347 | 221 | 306 | 0 | 45 | 16 | 11 | 503 | 100 | 112 |
| Binary | 11100111 | 10010001 | 11000110 | 0 | 100101 | 1110 | 1001 | 101000011 | 1000000 | 1001010 |
Color Harmonies of #E791C6
Complementary color
Monochromatic Colors of #E791C6
Black with #E791C6
Text Example
Text Example
White with #E791C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E791C6; }
p { color: rgb(231,145,198); }
H1.HeaderClassName
{
color: #E791C6;
}
.AnyTagClassName
{
color: #E791C6;
}
</style>
background-color css
<style>
a { background-color: #E791C6; }
a { background-color: rgb(231,145,198); }
div.DivClassName
{
background-color: #E791C6;
}
.BgClassName
{
background-color: #E791C6;
}
</style>
border-color css
<style>
span { border-color: #E791C6; }
span { border-color: rgb(231,145,198); }
td.TdClassName
{
border-color: #E791C6;
}
.TagClassName
{
border-color: #E791C6;
}
</style>