Shades of Shocking #E3A8C7
Tints of Shocking #E3A8C7
RGB
CMYK
RGB Variations
Color information
#E3A8C7 (or 0xE3A8C7) is known color: Shocking. HEX triplet: E3, A8 and C7. RGB value is (227,168,199). Sum of RGB (Red+Green+Blue) = 227+168+199=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A8C7 is #1C5738. Grayscale: #BDBDBD. Windows color (decimal): -1857337 or 13084899. OLE color: 13084899.
HSL color Cylindrical-coordinate representation of color #E3A8C7: hue angle of 328.47º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3A8C7 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 168 | 199 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.11 |
| HSL | 328.47º | 0.51% | 0.77% | - |
| HSV(B) | 328.47º | 0.26% | 0.89% | - |
| XYZ | 55.99 | 48.46 | 60.44 | - |
| YUV | 189.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 199 | 0 | 0.26 | 0.12 | 0.11 | 328.47 | 0.51 | 0.77 |
| Hex | E3 | A8 | C7 | 0 | 1A | C | B | 148 | 33 | 4D |
| Octal | 343 | 250 | 307 | 0 | 32 | 14 | 13 | 510 | 63 | 115 |
| Binary | 11100011 | 10101000 | 11000111 | 0 | 11010 | 1100 | 1011 | 101001000 | 110011 | 1001101 |
Color Harmonies of #E3A8C7
Complementary color
Monochromatic Colors of #E3A8C7
Black with #E3A8C7
Text Example
Text Example
White with #E3A8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A8C7; }
p { color: rgb(227,168,199); }
H1.HeaderClassName
{
color: #E3A8C7;
}
.AnyTagClassName
{
color: #E3A8C7;
}
</style>
background-color css
<style>
a { background-color: #E3A8C7; }
a { background-color: rgb(227,168,199); }
div.DivClassName
{
background-color: #E3A8C7;
}
.BgClassName
{
background-color: #E3A8C7;
}
</style>
border-color css
<style>
span { border-color: #E3A8C7; }
span { border-color: rgb(227,168,199); }
td.TdClassName
{
border-color: #E3A8C7;
}
.TagClassName
{
border-color: #E3A8C7;
}
</style>