Shades of Shocking #E5A7CB
Tints of Shocking #E5A7CB
RGB
CMYK
RGB Variations
Color information
#E5A7CB (or 0xE5A7CB) is known color: Shocking. HEX triplet: E5, A7 and CB. RGB value is (229,167,203). Sum of RGB (Red+Green+Blue) = 229+167+203=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7CB is #1A5834. Grayscale: #BDBDBD. Windows color (decimal): -1726517 or 13346789. OLE color: 13346789.
HSL color Cylindrical-coordinate representation of color #E5A7CB: hue angle of 325.16º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A7CB is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 203 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.10 |
| HSL | 325.16º | 0.54% | 0.78% | - |
| HSV(B) | 325.16º | 0.27% | 0.9% | - |
| XYZ | 56.91 | 48.61 | 62.88 | - |
| YUV | 189.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 203 | 0 | 0.27 | 0.11 | 0.10 | 325.16 | 0.54 | 0.78 |
| Hex | E5 | A7 | CB | 0 | 1B | B | A | 145 | 36 | 4E |
| Octal | 345 | 247 | 313 | 0 | 33 | 13 | 12 | 505 | 66 | 116 |
| Binary | 11100101 | 10100111 | 11001011 | 0 | 11011 | 1011 | 1010 | 101000101 | 110110 | 1001110 |
Color Harmonies of #E5A7CB
Complementary color
Monochromatic Colors of #E5A7CB
Black with #E5A7CB
Text Example
Text Example
White with #E5A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A7CB; }
p { color: rgb(229,167,203); }
H1.HeaderClassName
{
color: #E5A7CB;
}
.AnyTagClassName
{
color: #E5A7CB;
}
</style>
background-color css
<style>
a { background-color: #E5A7CB; }
a { background-color: rgb(229,167,203); }
div.DivClassName
{
background-color: #E5A7CB;
}
.BgClassName
{
background-color: #E5A7CB;
}
</style>
border-color css
<style>
span { border-color: #E5A7CB; }
span { border-color: rgb(229,167,203); }
td.TdClassName
{
border-color: #E5A7CB;
}
.TagClassName
{
border-color: #E5A7CB;
}
</style>