Shades of Shocking #E6ABCB
Tints of Shocking #E6ABCB
RGB
CMYK
RGB Variations
Color information
#E6ABCB (or 0xE6ABCB) is known color: Shocking. HEX triplet: E6, AB and CB. RGB value is (230,171,203). Sum of RGB (Red+Green+Blue) = 230+171+203=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABCB is #195434. Grayscale: #C0C0C0. Windows color (decimal): -1659957 or 13347814. OLE color: 13347814.
HSL color Cylindrical-coordinate representation of color #E6ABCB: hue angle of 327.46º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABCB is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 203 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.10 |
| HSL | 327.46º | 0.54% | 0.79% | - |
| HSV(B) | 327.46º | 0.26% | 0.9% | - |
| XYZ | 57.98 | 50.26 | 63.15 | - |
| YUV | 192.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 203 | 0 | 0.26 | 0.12 | 0.10 | 327.46 | 0.54 | 0.79 |
| Hex | E6 | AB | CB | 0 | 1A | C | A | 147 | 36 | 4F |
| Octal | 346 | 253 | 313 | 0 | 32 | 14 | 12 | 507 | 66 | 117 |
| Binary | 11100110 | 10101011 | 11001011 | 0 | 11010 | 1100 | 1010 | 101000111 | 110110 | 1001111 |
Color Harmonies of #E6ABCB
Complementary color
Monochromatic Colors of #E6ABCB
Black with #E6ABCB
Text Example
Text Example
White with #E6ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABCB; }
p { color: rgb(230,171,203); }
H1.HeaderClassName
{
color: #E6ABCB;
}
.AnyTagClassName
{
color: #E6ABCB;
}
</style>
background-color css
<style>
a { background-color: #E6ABCB; }
a { background-color: rgb(230,171,203); }
div.DivClassName
{
background-color: #E6ABCB;
}
.BgClassName
{
background-color: #E6ABCB;
}
</style>
border-color css
<style>
span { border-color: #E6ABCB; }
span { border-color: rgb(230,171,203); }
td.TdClassName
{
border-color: #E6ABCB;
}
.TagClassName
{
border-color: #E6ABCB;
}
</style>