Shades of Shocking #E6AACA
Tints of Shocking #E6AACA
RGB
CMYK
RGB Variations
Color information
#E6AACA (or 0xE6AACA) is known color: Shocking. HEX triplet: E6, AA and CA. RGB value is (230,170,202). Sum of RGB (Red+Green+Blue) = 230+170+202=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AACA is #195535. Grayscale: #BFBFBF. Windows color (decimal): -1660214 or 13282022. OLE color: 13282022.
HSL color Cylindrical-coordinate representation of color #E6AACA: hue angle of 328º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AACA is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 202 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.10 |
| HSL | 328º | 0.55% | 0.78% | - |
| HSV(B) | 328º | 0.26% | 0.9% | - |
| XYZ | 57.67 | 49.84 | 62.46 | - |
| YUV | 191.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 202 | 0 | 0.26 | 0.12 | 0.10 | 328 | 0.55 | 0.78 |
| Hex | E6 | AA | CA | 0 | 1A | C | A | 148 | 37 | 4E |
| Octal | 346 | 252 | 312 | 0 | 32 | 14 | 12 | 510 | 67 | 116 |
| Binary | 11100110 | 10101010 | 11001010 | 0 | 11010 | 1100 | 1010 | 101001000 | 110111 | 1001110 |
Color Harmonies of #E6AACA
Complementary color
Monochromatic Colors of #E6AACA
Black with #E6AACA
Text Example
Text Example
White with #E6AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AACA; }
p { color: rgb(230,170,202); }
H1.HeaderClassName
{
color: #E6AACA;
}
.AnyTagClassName
{
color: #E6AACA;
}
</style>
background-color css
<style>
a { background-color: #E6AACA; }
a { background-color: rgb(230,170,202); }
div.DivClassName
{
background-color: #E6AACA;
}
.BgClassName
{
background-color: #E6AACA;
}
</style>
border-color css
<style>
span { border-color: #E6AACA; }
span { border-color: rgb(230,170,202); }
td.TdClassName
{
border-color: #E6AACA;
}
.TagClassName
{
border-color: #E6AACA;
}
</style>