Shades of Shocking #E1A8CD
Tints of Shocking #E1A8CD
RGB
CMYK
RGB Variations
Color information
#E1A8CD (or 0xE1A8CD) is known color: Shocking. HEX triplet: E1, A8 and CD. RGB value is (225,168,205). Sum of RGB (Red+Green+Blue) = 225+168+205=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8CD is #1E5732. Grayscale: #BDBDBD. Windows color (decimal): -1988403 or 13478113. OLE color: 13478113.
HSL color Cylindrical-coordinate representation of color #E1A8CD: hue angle of 321.05º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A8CD is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 205 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.12 |
| HSL | 321.05º | 0.49% | 0.77% | - |
| HSV(B) | 321.05º | 0.25% | 0.88% | - |
| XYZ | 56.07 | 48.42 | 64.15 | - |
| YUV | 189.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 205 | 0 | 0.25 | 0.09 | 0.12 | 321.05 | 0.49 | 0.77 |
| Hex | E1 | A8 | CD | 0 | 19 | 9 | C | 141 | 31 | 4D |
| Octal | 341 | 250 | 315 | 0 | 31 | 11 | 14 | 501 | 61 | 115 |
| Binary | 11100001 | 10101000 | 11001101 | 0 | 11001 | 1001 | 1100 | 101000001 | 110001 | 1001101 |
Color Harmonies of #E1A8CD
Complementary color
Monochromatic Colors of #E1A8CD
Black with #E1A8CD
Text Example
Text Example
White with #E1A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8CD; }
p { color: rgb(225,168,205); }
H1.HeaderClassName
{
color: #E1A8CD;
}
.AnyTagClassName
{
color: #E1A8CD;
}
</style>
background-color css
<style>
a { background-color: #E1A8CD; }
a { background-color: rgb(225,168,205); }
div.DivClassName
{
background-color: #E1A8CD;
}
.BgClassName
{
background-color: #E1A8CD;
}
</style>
border-color css
<style>
span { border-color: #E1A8CD; }
span { border-color: rgb(225,168,205); }
td.TdClassName
{
border-color: #E1A8CD;
}
.TagClassName
{
border-color: #E1A8CD;
}
</style>