Shades of Shocking #E79CCA
Tints of Shocking #E79CCA
RGB
CMYK
RGB Variations
Color information
#E79CCA (or 0xE79CCA) is known color: Shocking. HEX triplet: E7, 9C and CA. RGB value is (231,156,202). Sum of RGB (Red+Green+Blue) = 231+156+202=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E79CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79CCA is #186335. Grayscale: #B7B7B7. Windows color (decimal): -1598262 or 13278439. OLE color: 13278439.
HSL color Cylindrical-coordinate representation of color #E79CCA: hue angle of 323.2º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79CCA is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 202 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.09 |
| HSL | 323.2º | 0.61% | 0.76% | - |
| HSV(B) | 323.2º | 0.32% | 0.91% | - |
| XYZ | 55.5 | 45.03 | 61.64 | - |
| YUV | 183.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 202 | 0 | 0.32 | 0.13 | 0.09 | 323.2 | 0.61 | 0.76 |
| Hex | E7 | 9C | CA | 0 | 20 | D | 9 | 143 | 3D | 4C |
| Octal | 347 | 234 | 312 | 0 | 40 | 15 | 11 | 503 | 75 | 114 |
| Binary | 11100111 | 10011100 | 11001010 | 0 | 100000 | 1101 | 1001 | 101000011 | 111101 | 1001100 |
Color Harmonies of #E79CCA
Complementary color
Monochromatic Colors of #E79CCA
Black with #E79CCA
Text Example
Text Example
White with #E79CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79CCA; }
p { color: rgb(231,156,202); }
H1.HeaderClassName
{
color: #E79CCA;
}
.AnyTagClassName
{
color: #E79CCA;
}
</style>
background-color css
<style>
a { background-color: #E79CCA; }
a { background-color: rgb(231,156,202); }
div.DivClassName
{
background-color: #E79CCA;
}
.BgClassName
{
background-color: #E79CCA;
}
</style>
border-color css
<style>
span { border-color: #E79CCA; }
span { border-color: rgb(231,156,202); }
td.TdClassName
{
border-color: #E79CCA;
}
.TagClassName
{
border-color: #E79CCA;
}
</style>