Shades of Shocking #E4AACA
Tints of Shocking #E4AACA
RGB
CMYK
RGB Variations
Color information
#E4AACA (or 0xE4AACA) is known color: Shocking. HEX triplet: E4, AA and CA. RGB value is (228,170,202). Sum of RGB (Red+Green+Blue) = 228+170+202=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AACA is #1B5535. Grayscale: #BEBEBE. Windows color (decimal): -1791286 or 13282020. OLE color: 13282020.
HSL color Cylindrical-coordinate representation of color #E4AACA: hue angle of 326.9º degrees, saturation: 0.52, 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 #E4AACA is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 202 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.11 |
| HSL | 326.9º | 0.52% | 0.78% | - |
| HSV(B) | 326.9º | 0.25% | 0.89% | - |
| XYZ | 57.03 | 49.51 | 62.43 | - |
| YUV | 190.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 202 | 0 | 0.25 | 0.11 | 0.11 | 326.9 | 0.52 | 0.78 |
| Hex | E4 | AA | CA | 0 | 19 | B | B | 147 | 34 | 4E |
| Octal | 344 | 252 | 312 | 0 | 31 | 13 | 13 | 507 | 64 | 116 |
| Binary | 11100100 | 10101010 | 11001010 | 0 | 11001 | 1011 | 1011 | 101000111 | 110100 | 1001110 |
Color Harmonies of #E4AACA
Complementary color
Monochromatic Colors of #E4AACA
Black with #E4AACA
Text Example
Text Example
White with #E4AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AACA; }
p { color: rgb(228,170,202); }
H1.HeaderClassName
{
color: #E4AACA;
}
.AnyTagClassName
{
color: #E4AACA;
}
</style>
background-color css
<style>
a { background-color: #E4AACA; }
a { background-color: rgb(228,170,202); }
div.DivClassName
{
background-color: #E4AACA;
}
.BgClassName
{
background-color: #E4AACA;
}
</style>
border-color css
<style>
span { border-color: #E4AACA; }
span { border-color: rgb(228,170,202); }
td.TdClassName
{
border-color: #E4AACA;
}
.TagClassName
{
border-color: #E4AACA;
}
</style>