Shades of Shocking #E1A6CB
Tints of Shocking #E1A6CB
RGB
CMYK
RGB Variations
Color information
#E1A6CB (or 0xE1A6CB) is known color: Shocking. HEX triplet: E1, A6 and CB. RGB value is (225,166,203). Sum of RGB (Red+Green+Blue) = 225+166+203=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6CB is #1E5934. Grayscale: #BBBBBB. Windows color (decimal): -1988917 or 13346529. OLE color: 13346529.
HSL color Cylindrical-coordinate representation of color #E1A6CB: hue angle of 322.37º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A6CB is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 203 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.12 |
| HSL | 322.37º | 0.5% | 0.77% | - |
| HSV(B) | 322.37º | 0.26% | 0.88% | - |
| XYZ | 55.47 | 47.59 | 62.76 | - |
| YUV | 187.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 203 | 0 | 0.26 | 0.10 | 0.12 | 322.37 | 0.5 | 0.77 |
| Hex | E1 | A6 | CB | 0 | 1A | A | C | 142 | 32 | 4D |
| Octal | 341 | 246 | 313 | 0 | 32 | 12 | 14 | 502 | 62 | 115 |
| Binary | 11100001 | 10100110 | 11001011 | 0 | 11010 | 1010 | 1100 | 101000010 | 110010 | 1001101 |
Color Harmonies of #E1A6CB
Complementary color
Monochromatic Colors of #E1A6CB
Black with #E1A6CB
Text Example
Text Example
White with #E1A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6CB; }
p { color: rgb(225,166,203); }
H1.HeaderClassName
{
color: #E1A6CB;
}
.AnyTagClassName
{
color: #E1A6CB;
}
</style>
background-color css
<style>
a { background-color: #E1A6CB; }
a { background-color: rgb(225,166,203); }
div.DivClassName
{
background-color: #E1A6CB;
}
.BgClassName
{
background-color: #E1A6CB;
}
</style>
border-color css
<style>
span { border-color: #E1A6CB; }
span { border-color: rgb(225,166,203); }
td.TdClassName
{
border-color: #E1A6CB;
}
.TagClassName
{
border-color: #E1A6CB;
}
</style>