Shades of Shocking #E79ACD
Tints of Shocking #E79ACD
RGB
CMYK
RGB Variations
Color information
#E79ACD (or 0xE79ACD) is known color: Shocking. HEX triplet: E7, 9A and CD. RGB value is (231,154,205). Sum of RGB (Red+Green+Blue) = 231+154+205=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E79ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79ACD is #186532. Grayscale: #B6B6B6. Windows color (decimal): -1598771 or 13474535. OLE color: 13474535.
HSL color Cylindrical-coordinate representation of color #E79ACD: hue angle of 320.26º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79ACD is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 205 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.09 |
| HSL | 320.26º | 0.62% | 0.75% | - |
| HSV(B) | 320.26º | 0.33% | 0.91% | - |
| XYZ | 55.53 | 44.51 | 63.42 | - |
| YUV | 182.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 205 | 0 | 0.33 | 0.11 | 0.09 | 320.26 | 0.62 | 0.75 |
| Hex | E7 | 9A | CD | 0 | 21 | B | 9 | 140 | 3E | 4B |
| Octal | 347 | 232 | 315 | 0 | 41 | 13 | 11 | 500 | 76 | 113 |
| Binary | 11100111 | 10011010 | 11001101 | 0 | 100001 | 1011 | 1001 | 101000000 | 111110 | 1001011 |
Color Harmonies of #E79ACD
Complementary color
Monochromatic Colors of #E79ACD
Black with #E79ACD
Text Example
Text Example
White with #E79ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79ACD; }
p { color: rgb(231,154,205); }
H1.HeaderClassName
{
color: #E79ACD;
}
.AnyTagClassName
{
color: #E79ACD;
}
</style>
background-color css
<style>
a { background-color: #E79ACD; }
a { background-color: rgb(231,154,205); }
div.DivClassName
{
background-color: #E79ACD;
}
.BgClassName
{
background-color: #E79ACD;
}
</style>
border-color css
<style>
span { border-color: #E79ACD; }
span { border-color: rgb(231,154,205); }
td.TdClassName
{
border-color: #E79ACD;
}
.TagClassName
{
border-color: #E79ACD;
}
</style>