Shades of Shocking #E1A8CB
Tints of Shocking #E1A8CB
RGB
CMYK
RGB Variations
Color information
#E1A8CB (or 0xE1A8CB) is known color: Shocking. HEX triplet: E1, A8 and CB. RGB value is (225,168,203). Sum of RGB (Red+Green+Blue) = 225+168+203=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8CB is #1E5734. Grayscale: #BCBCBC. Windows color (decimal): -1988405 or 13347041. OLE color: 13347041.
HSL color Cylindrical-coordinate representation of color #E1A8CB: hue angle of 323.16º degrees, saturation: 0.49, 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 #E1A8CB is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 203 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.12 |
| HSL | 323.16º | 0.49% | 0.77% | - |
| HSV(B) | 323.16º | 0.25% | 0.88% | - |
| XYZ | 55.83 | 48.32 | 62.88 | - |
| YUV | 189.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 203 | 0 | 0.25 | 0.10 | 0.12 | 323.16 | 0.49 | 0.77 |
| Hex | E1 | A8 | CB | 0 | 19 | A | C | 143 | 31 | 4D |
| Octal | 341 | 250 | 313 | 0 | 31 | 12 | 14 | 503 | 61 | 115 |
| Binary | 11100001 | 10101000 | 11001011 | 0 | 11001 | 1010 | 1100 | 101000011 | 110001 | 1001101 |
Color Harmonies of #E1A8CB
Complementary color
Monochromatic Colors of #E1A8CB
Black with #E1A8CB
Text Example
Text Example
White with #E1A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8CB; }
p { color: rgb(225,168,203); }
H1.HeaderClassName
{
color: #E1A8CB;
}
.AnyTagClassName
{
color: #E1A8CB;
}
</style>
background-color css
<style>
a { background-color: #E1A8CB; }
a { background-color: rgb(225,168,203); }
div.DivClassName
{
background-color: #E1A8CB;
}
.BgClassName
{
background-color: #E1A8CB;
}
</style>
border-color css
<style>
span { border-color: #E1A8CB; }
span { border-color: rgb(225,168,203); }
td.TdClassName
{
border-color: #E1A8CB;
}
.TagClassName
{
border-color: #E1A8CB;
}
</style>