Shades of Shocking #E4A7C7
Tints of Shocking #E4A7C7
RGB
CMYK
RGB Variations
Color information
#E4A7C7 (or 0xE4A7C7) is known color: Shocking. HEX triplet: E4, A7 and C7. RGB value is (228,167,199). Sum of RGB (Red+Green+Blue) = 228+167+199=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A7C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4A7C7 is #1B5838. Grayscale: #BCBCBC. Windows color (decimal): -1792057 or 13084644. OLE color: 13084644.
HSL color Cylindrical-coordinate representation of color #E4A7C7: hue angle of 328.52º 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 #E4A7C7 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 167 | 199 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.11 |
| HSL | 328.52º | 0.53% | 0.77% | - |
| HSV(B) | 328.52º | 0.27% | 0.89% | - |
| XYZ | 56.12 | 48.25 | 60.39 | - |
| YUV | 188.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 167 | 199 | 0 | 0.27 | 0.13 | 0.11 | 328.52 | 0.53 | 0.77 |
| Hex | E4 | A7 | C7 | 0 | 1B | D | B | 149 | 35 | 4D |
| Octal | 344 | 247 | 307 | 0 | 33 | 15 | 13 | 511 | 65 | 115 |
| Binary | 11100100 | 10100111 | 11000111 | 0 | 11011 | 1101 | 1011 | 101001001 | 110101 | 1001101 |
Color Harmonies of #E4A7C7
Complementary color
Monochromatic Colors of #E4A7C7
Black with #E4A7C7
Text Example
Text Example
White with #E4A7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A7C7; }
p { color: rgb(228,167,199); }
H1.HeaderClassName
{
color: #E4A7C7;
}
.AnyTagClassName
{
color: #E4A7C7;
}
</style>
background-color css
<style>
a { background-color: #E4A7C7; }
a { background-color: rgb(228,167,199); }
div.DivClassName
{
background-color: #E4A7C7;
}
.BgClassName
{
background-color: #E4A7C7;
}
</style>
border-color css
<style>
span { border-color: #E4A7C7; }
span { border-color: rgb(228,167,199); }
td.TdClassName
{
border-color: #E4A7C7;
}
.TagClassName
{
border-color: #E4A7C7;
}
</style>