Shades of Shocking #E6AACB
Tints of Shocking #E6AACB
RGB
CMYK
RGB Variations
Color information
#E6AACB (or 0xE6AACB) is known color: Shocking. HEX triplet: E6, AA and CB. RGB value is (230,170,203). Sum of RGB (Red+Green+Blue) = 230+170+203=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AACB is #195534. Grayscale: #BFBFBF. Windows color (decimal): -1660213 or 13347558. OLE color: 13347558.
HSL color Cylindrical-coordinate representation of color #E6AACB: hue angle of 327º 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 #E6AACB is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 203 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.10 |
| HSL | 327º | 0.55% | 0.78% | - |
| HSV(B) | 327º | 0.26% | 0.9% | - |
| XYZ | 57.79 | 49.88 | 63.08 | - |
| YUV | 191.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 203 | 0 | 0.26 | 0.12 | 0.10 | 327 | 0.55 | 0.78 |
| Hex | E6 | AA | CB | 0 | 1A | C | A | 147 | 37 | 4E |
| Octal | 346 | 252 | 313 | 0 | 32 | 14 | 12 | 507 | 67 | 116 |
| Binary | 11100110 | 10101010 | 11001011 | 0 | 11010 | 1100 | 1010 | 101000111 | 110111 | 1001110 |
Color Harmonies of #E6AACB
Complementary color
Monochromatic Colors of #E6AACB
Black with #E6AACB
Text Example
Text Example
White with #E6AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AACB; }
p { color: rgb(230,170,203); }
H1.HeaderClassName
{
color: #E6AACB;
}
.AnyTagClassName
{
color: #E6AACB;
}
</style>
background-color css
<style>
a { background-color: #E6AACB; }
a { background-color: rgb(230,170,203); }
div.DivClassName
{
background-color: #E6AACB;
}
.BgClassName
{
background-color: #E6AACB;
}
</style>
border-color css
<style>
span { border-color: #E6AACB; }
span { border-color: rgb(230,170,203); }
td.TdClassName
{
border-color: #E6AACB;
}
.TagClassName
{
border-color: #E6AACB;
}
</style>