Shades of Shocking #E6A4CE
Tints of Shocking #E6A4CE
RGB
CMYK
RGB Variations
Color information
#E6A4CE (or 0xE6A4CE) is known color: Shocking. HEX triplet: E6, A4 and CE. RGB value is (230,164,206). Sum of RGB (Red+Green+Blue) = 230+164+206=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A4CE is #195B31. Grayscale: #BCBCBC. Windows color (decimal): -1661746 or 13542630. OLE color: 13542630.
HSL color Cylindrical-coordinate representation of color #E6A4CE: hue angle of 321.82º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A4CE is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 206 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.10 |
| HSL | 321.82º | 0.57% | 0.77% | - |
| HSV(B) | 321.82º | 0.29% | 0.9% | - |
| XYZ | 57.05 | 47.83 | 64.62 | - |
| YUV | 188.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 206 | 0 | 0.29 | 0.10 | 0.10 | 321.82 | 0.57 | 0.77 |
| Hex | E6 | A4 | CE | 0 | 1D | A | A | 142 | 39 | 4D |
| Octal | 346 | 244 | 316 | 0 | 35 | 12 | 12 | 502 | 71 | 115 |
| Binary | 11100110 | 10100100 | 11001110 | 0 | 11101 | 1010 | 1010 | 101000010 | 111001 | 1001101 |
Color Harmonies of #E6A4CE
Complementary color
Monochromatic Colors of #E6A4CE
Black with #E6A4CE
Text Example
Text Example
White with #E6A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A4CE; }
p { color: rgb(230,164,206); }
H1.HeaderClassName
{
color: #E6A4CE;
}
.AnyTagClassName
{
color: #E6A4CE;
}
</style>
background-color css
<style>
a { background-color: #E6A4CE; }
a { background-color: rgb(230,164,206); }
div.DivClassName
{
background-color: #E6A4CE;
}
.BgClassName
{
background-color: #E6A4CE;
}
</style>
border-color css
<style>
span { border-color: #E6A4CE; }
span { border-color: rgb(230,164,206); }
td.TdClassName
{
border-color: #E6A4CE;
}
.TagClassName
{
border-color: #E6A4CE;
}
</style>