Shades of Shocking #E49FCD
Tints of Shocking #E49FCD
RGB
CMYK
RGB Variations
Color information
#E49FCD (or 0xE49FCD) is known color: Shocking. HEX triplet: E4, 9F and CD. RGB value is (228,159,205). Sum of RGB (Red+Green+Blue) = 228+159+205=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49FCD is #1B6032. Grayscale: #B8B8B8. Windows color (decimal): -1794099 or 13475812. OLE color: 13475812.
HSL color Cylindrical-coordinate representation of color #E49FCD: hue angle of 320º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FCD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 205 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.11 |
| HSL | 320º | 0.56% | 0.76% | - |
| HSV(B) | 320º | 0.3% | 0.89% | - |
| XYZ | 55.41 | 45.7 | 63.66 | - |
| YUV | 184.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 205 | 0 | 0.30 | 0.10 | 0.11 | 320 | 0.56 | 0.76 |
| Hex | E4 | 9F | CD | 0 | 1E | A | B | 140 | 38 | 4C |
| Octal | 344 | 237 | 315 | 0 | 36 | 12 | 13 | 500 | 70 | 114 |
| Binary | 11100100 | 10011111 | 11001101 | 0 | 11110 | 1010 | 1011 | 101000000 | 111000 | 1001100 |
Color Harmonies of #E49FCD
Complementary color
Monochromatic Colors of #E49FCD
Black with #E49FCD
Text Example
Text Example
White with #E49FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49FCD; }
p { color: rgb(228,159,205); }
H1.HeaderClassName
{
color: #E49FCD;
}
.AnyTagClassName
{
color: #E49FCD;
}
</style>
background-color css
<style>
a { background-color: #E49FCD; }
a { background-color: rgb(228,159,205); }
div.DivClassName
{
background-color: #E49FCD;
}
.BgClassName
{
background-color: #E49FCD;
}
</style>
border-color css
<style>
span { border-color: #E49FCD; }
span { border-color: rgb(228,159,205); }
td.TdClassName
{
border-color: #E49FCD;
}
.TagClassName
{
border-color: #E49FCD;
}
</style>