Shades of Shocking #E3AACC
Tints of Shocking #E3AACC
RGB
CMYK
RGB Variations
Color information
#E3AACC (or 0xE3AACC) is known color: Shocking. HEX triplet: E3, AA and CC. RGB value is (227,170,204). Sum of RGB (Red+Green+Blue) = 227+170+204=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AACC is #1C5533. Grayscale: #BEBEBE. Windows color (decimal): -1856820 or 13413091. OLE color: 13413091.
HSL color Cylindrical-coordinate representation of color #E3AACC: hue angle of 324.21º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3AACC is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 170 | 204 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.11 |
| HSL | 324.21º | 0.5% | 0.78% | - |
| HSV(B) | 324.21º | 0.25% | 0.89% | - |
| XYZ | 56.95 | 49.44 | 63.67 | - |
| YUV | 190.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 204 | 0 | 0.25 | 0.10 | 0.11 | 324.21 | 0.5 | 0.78 |
| Hex | E3 | AA | CC | 0 | 19 | A | B | 144 | 32 | 4E |
| Octal | 343 | 252 | 314 | 0 | 31 | 12 | 13 | 504 | 62 | 116 |
| Binary | 11100011 | 10101010 | 11001100 | 0 | 11001 | 1010 | 1011 | 101000100 | 110010 | 1001110 |
Color Harmonies of #E3AACC
Complementary color
Monochromatic Colors of #E3AACC
Black with #E3AACC
Text Example
Text Example
White with #E3AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AACC; }
p { color: rgb(227,170,204); }
H1.HeaderClassName
{
color: #E3AACC;
}
.AnyTagClassName
{
color: #E3AACC;
}
</style>
background-color css
<style>
a { background-color: #E3AACC; }
a { background-color: rgb(227,170,204); }
div.DivClassName
{
background-color: #E3AACC;
}
.BgClassName
{
background-color: #E3AACC;
}
</style>
border-color css
<style>
span { border-color: #E3AACC; }
span { border-color: rgb(227,170,204); }
td.TdClassName
{
border-color: #E3AACC;
}
.TagClassName
{
border-color: #E3AACC;
}
</style>