Shades of Shocking #E1A9CB
Tints of Shocking #E1A9CB
RGB
CMYK
RGB Variations
Color information
#E1A9CB (or 0xE1A9CB) is known color: Shocking. HEX triplet: E1, A9 and CB. RGB value is (225,169,203). Sum of RGB (Red+Green+Blue) = 225+169+203=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9CB is #1E5634. Grayscale: #BDBDBD. Windows color (decimal): -1988149 or 13347297. OLE color: 13347297.
HSL color Cylindrical-coordinate representation of color #E1A9CB: hue angle of 323.57º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A9CB is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 203 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.12 |
| HSL | 323.57º | 0.48% | 0.77% | - |
| HSV(B) | 323.57º | 0.25% | 0.88% | - |
| XYZ | 56.02 | 48.7 | 62.95 | - |
| YUV | 189.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 203 | 0 | 0.25 | 0.10 | 0.12 | 323.57 | 0.48 | 0.77 |
| Hex | E1 | A9 | CB | 0 | 19 | A | C | 144 | 30 | 4D |
| Octal | 341 | 251 | 313 | 0 | 31 | 12 | 14 | 504 | 60 | 115 |
| Binary | 11100001 | 10101001 | 11001011 | 0 | 11001 | 1010 | 1100 | 101000100 | 110000 | 1001101 |
Color Harmonies of #E1A9CB
Complementary color
Monochromatic Colors of #E1A9CB
Black with #E1A9CB
Text Example
Text Example
White with #E1A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9CB; }
p { color: rgb(225,169,203); }
H1.HeaderClassName
{
color: #E1A9CB;
}
.AnyTagClassName
{
color: #E1A9CB;
}
</style>
background-color css
<style>
a { background-color: #E1A9CB; }
a { background-color: rgb(225,169,203); }
div.DivClassName
{
background-color: #E1A9CB;
}
.BgClassName
{
background-color: #E1A9CB;
}
</style>
border-color css
<style>
span { border-color: #E1A9CB; }
span { border-color: rgb(225,169,203); }
td.TdClassName
{
border-color: #E1A9CB;
}
.TagClassName
{
border-color: #E1A9CB;
}
</style>