Shades of Shocking #E3A5CD
Tints of Shocking #E3A5CD
RGB
CMYK
RGB Variations
Color information
#E3A5CD (or 0xE3A5CD) is known color: Shocking. HEX triplet: E3, A5 and CD. RGB value is (227,165,205). Sum of RGB (Red+Green+Blue) = 227+165+205=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A5CD is #1C5A32. Grayscale: #BCBCBC. Windows color (decimal): -1858099 or 13477347. OLE color: 13477347.
HSL color Cylindrical-coordinate representation of color #E3A5CD: hue angle of 321.29º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3A5CD is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 205 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.11 |
| HSL | 321.29º | 0.53% | 0.77% | - |
| HSV(B) | 321.29º | 0.27% | 0.89% | - |
| XYZ | 56.15 | 47.65 | 64 | - |
| YUV | 188.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 205 | 0 | 0.27 | 0.10 | 0.11 | 321.29 | 0.53 | 0.77 |
| Hex | E3 | A5 | CD | 0 | 1B | A | B | 141 | 35 | 4D |
| Octal | 343 | 245 | 315 | 0 | 33 | 12 | 13 | 501 | 65 | 115 |
| Binary | 11100011 | 10100101 | 11001101 | 0 | 11011 | 1010 | 1011 | 101000001 | 110101 | 1001101 |
Color Harmonies of #E3A5CD
Complementary color
Monochromatic Colors of #E3A5CD
Black with #E3A5CD
Text Example
Text Example
White with #E3A5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A5CD; }
p { color: rgb(227,165,205); }
H1.HeaderClassName
{
color: #E3A5CD;
}
.AnyTagClassName
{
color: #E3A5CD;
}
</style>
background-color css
<style>
a { background-color: #E3A5CD; }
a { background-color: rgb(227,165,205); }
div.DivClassName
{
background-color: #E3A5CD;
}
.BgClassName
{
background-color: #E3A5CD;
}
</style>
border-color css
<style>
span { border-color: #E3A5CD; }
span { border-color: rgb(227,165,205); }
td.TdClassName
{
border-color: #E3A5CD;
}
.TagClassName
{
border-color: #E3A5CD;
}
</style>