Shades of Shocking #E1A1CD
Tints of Shocking #E1A1CD
RGB
CMYK
RGB Variations
Color information
#E1A1CD (or 0xE1A1CD) is known color: Shocking. HEX triplet: E1, A1 and CD. RGB value is (225,161,205). Sum of RGB (Red+Green+Blue) = 225+161+205=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A1CD is #1E5E32. Grayscale: #B9B9B9. Windows color (decimal): -1990195 or 13476321. OLE color: 13476321.
HSL color Cylindrical-coordinate representation of color #E1A1CD: hue angle of 318.75º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A1CD is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 205 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.12 |
| HSL | 318.75º | 0.52% | 0.76% | - |
| HSV(B) | 318.75º | 0.28% | 0.88% | - |
| XYZ | 54.82 | 45.91 | 63.73 | - |
| YUV | 185.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 205 | 0 | 0.28 | 0.09 | 0.12 | 318.75 | 0.52 | 0.76 |
| Hex | E1 | A1 | CD | 0 | 1C | 9 | C | 13F | 34 | 4C |
| Octal | 341 | 241 | 315 | 0 | 34 | 11 | 14 | 477 | 64 | 114 |
| Binary | 11100001 | 10100001 | 11001101 | 0 | 11100 | 1001 | 1100 | 100111111 | 110100 | 1001100 |
Color Harmonies of #E1A1CD
Complementary color
Monochromatic Colors of #E1A1CD
Black with #E1A1CD
Text Example
Text Example
White with #E1A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A1CD; }
p { color: rgb(225,161,205); }
H1.HeaderClassName
{
color: #E1A1CD;
}
.AnyTagClassName
{
color: #E1A1CD;
}
</style>
background-color css
<style>
a { background-color: #E1A1CD; }
a { background-color: rgb(225,161,205); }
div.DivClassName
{
background-color: #E1A1CD;
}
.BgClassName
{
background-color: #E1A1CD;
}
</style>
border-color css
<style>
span { border-color: #E1A1CD; }
span { border-color: rgb(225,161,205); }
td.TdClassName
{
border-color: #E1A1CD;
}
.TagClassName
{
border-color: #E1A1CD;
}
</style>