Shades of Shocking #E6A0CD
Tints of Shocking #E6A0CD
RGB
CMYK
RGB Variations
Color information
#E6A0CD (or 0xE6A0CD) is known color: Shocking. HEX triplet: E6, A0 and CD. RGB value is (230,160,205). Sum of RGB (Red+Green+Blue) = 230+160+205=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A0CD is #195F32. Grayscale: #B9B9B9. Windows color (decimal): -1662771 or 13476070. OLE color: 13476070.
HSL color Cylindrical-coordinate representation of color #E6A0CD: hue angle of 321.43º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A0CD is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 205 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.10 |
| HSL | 321.43º | 0.58% | 0.76% | - |
| HSV(B) | 321.43º | 0.3% | 0.9% | - |
| XYZ | 56.22 | 46.37 | 63.75 | - |
| YUV | 186.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 205 | 0 | 0.30 | 0.11 | 0.10 | 321.43 | 0.58 | 0.76 |
| Hex | E6 | A0 | CD | 0 | 1E | B | A | 141 | 3A | 4C |
| Octal | 346 | 240 | 315 | 0 | 36 | 13 | 12 | 501 | 72 | 114 |
| Binary | 11100110 | 10100000 | 11001101 | 0 | 11110 | 1011 | 1010 | 101000001 | 111010 | 1001100 |
Color Harmonies of #E6A0CD
Complementary color
Monochromatic Colors of #E6A0CD
Black with #E6A0CD
Text Example
Text Example
White with #E6A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A0CD; }
p { color: rgb(230,160,205); }
H1.HeaderClassName
{
color: #E6A0CD;
}
.AnyTagClassName
{
color: #E6A0CD;
}
</style>
background-color css
<style>
a { background-color: #E6A0CD; }
a { background-color: rgb(230,160,205); }
div.DivClassName
{
background-color: #E6A0CD;
}
.BgClassName
{
background-color: #E6A0CD;
}
</style>
border-color css
<style>
span { border-color: #E6A0CD; }
span { border-color: rgb(230,160,205); }
td.TdClassName
{
border-color: #E6A0CD;
}
.TagClassName
{
border-color: #E6A0CD;
}
</style>