Shades of Shocking #E5A8CB
Tints of Shocking #E5A8CB
RGB
CMYK
RGB Variations
Color information
#E5A8CB (or 0xE5A8CB) is known color: Shocking. HEX triplet: E5, A8 and CB. RGB value is (229,168,203). Sum of RGB (Red+Green+Blue) = 229+168+203=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A8CB is #1A5734. Grayscale: #BEBEBE. Windows color (decimal): -1726261 or 13347045. OLE color: 13347045.
HSL color Cylindrical-coordinate representation of color #E5A8CB: hue angle of 325.57º 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 #E5A8CB is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 203 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.10 |
| HSL | 325.57º | 0.54% | 0.78% | - |
| HSV(B) | 325.57º | 0.27% | 0.9% | - |
| XYZ | 57.1 | 48.98 | 62.94 | - |
| YUV | 190.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 203 | 0 | 0.27 | 0.11 | 0.10 | 325.57 | 0.54 | 0.78 |
| Hex | E5 | A8 | CB | 0 | 1B | B | A | 146 | 36 | 4E |
| Octal | 345 | 250 | 313 | 0 | 33 | 13 | 12 | 506 | 66 | 116 |
| Binary | 11100101 | 10101000 | 11001011 | 0 | 11011 | 1011 | 1010 | 101000110 | 110110 | 1001110 |
Color Harmonies of #E5A8CB
Complementary color
Monochromatic Colors of #E5A8CB
Black with #E5A8CB
Text Example
Text Example
White with #E5A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A8CB; }
p { color: rgb(229,168,203); }
H1.HeaderClassName
{
color: #E5A8CB;
}
.AnyTagClassName
{
color: #E5A8CB;
}
</style>
background-color css
<style>
a { background-color: #E5A8CB; }
a { background-color: rgb(229,168,203); }
div.DivClassName
{
background-color: #E5A8CB;
}
.BgClassName
{
background-color: #E5A8CB;
}
</style>
border-color css
<style>
span { border-color: #E5A8CB; }
span { border-color: rgb(229,168,203); }
td.TdClassName
{
border-color: #E5A8CB;
}
.TagClassName
{
border-color: #E5A8CB;
}
</style>