Shades of Shocking #E49ACD
Tints of Shocking #E49ACD
RGB
CMYK
RGB Variations
Color information
#E49ACD (or 0xE49ACD) is known color: Shocking. HEX triplet: E4, 9A and CD. RGB value is (228,154,205). Sum of RGB (Red+Green+Blue) = 228+154+205=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E49ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49ACD is #1B6532. Grayscale: #B5B5B5. Windows color (decimal): -1795379 or 13474532. OLE color: 13474532.
HSL color Cylindrical-coordinate representation of color #E49ACD: hue angle of 318.65º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49ACD is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 205 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.11 |
| HSL | 318.65º | 0.58% | 0.75% | - |
| HSV(B) | 318.65º | 0.32% | 0.89% | - |
| XYZ | 54.57 | 44.01 | 63.38 | - |
| YUV | 181.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 205 | 0 | 0.32 | 0.10 | 0.11 | 318.65 | 0.58 | 0.75 |
| Hex | E4 | 9A | CD | 0 | 20 | A | B | 13F | 3A | 4B |
| Octal | 344 | 232 | 315 | 0 | 40 | 12 | 13 | 477 | 72 | 113 |
| Binary | 11100100 | 10011010 | 11001101 | 0 | 100000 | 1010 | 1011 | 100111111 | 111010 | 1001011 |
Color Harmonies of #E49ACD
Complementary color
Monochromatic Colors of #E49ACD
Black with #E49ACD
Text Example
Text Example
White with #E49ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49ACD; }
p { color: rgb(228,154,205); }
H1.HeaderClassName
{
color: #E49ACD;
}
.AnyTagClassName
{
color: #E49ACD;
}
</style>
background-color css
<style>
a { background-color: #E49ACD; }
a { background-color: rgb(228,154,205); }
div.DivClassName
{
background-color: #E49ACD;
}
.BgClassName
{
background-color: #E49ACD;
}
</style>
border-color css
<style>
span { border-color: #E49ACD; }
span { border-color: rgb(228,154,205); }
td.TdClassName
{
border-color: #E49ACD;
}
.TagClassName
{
border-color: #E49ACD;
}
</style>