Shades of Shocking #E5A3CB
Tints of Shocking #E5A3CB
RGB
CMYK
RGB Variations
Color information
#E5A3CB (or 0xE5A3CB) is known color: Shocking. HEX triplet: E5, A3 and CB. RGB value is (229,163,203). Sum of RGB (Red+Green+Blue) = 229+163+203=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3CB is #1A5C34. Grayscale: #BBBBBB. Windows color (decimal): -1727541 or 13345765. OLE color: 13345765.
HSL color Cylindrical-coordinate representation of color #E5A3CB: hue angle of 323.64º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A3CB is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 203 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.10 |
| HSL | 323.64º | 0.56% | 0.77% | - |
| HSV(B) | 323.64º | 0.29% | 0.9% | - |
| XYZ | 56.19 | 47.16 | 62.64 | - |
| YUV | 187.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 203 | 0 | 0.29 | 0.11 | 0.10 | 323.64 | 0.56 | 0.77 |
| Hex | E5 | A3 | CB | 0 | 1D | B | A | 144 | 38 | 4D |
| Octal | 345 | 243 | 313 | 0 | 35 | 13 | 12 | 504 | 70 | 115 |
| Binary | 11100101 | 10100011 | 11001011 | 0 | 11101 | 1011 | 1010 | 101000100 | 111000 | 1001101 |
Color Harmonies of #E5A3CB
Complementary color
Monochromatic Colors of #E5A3CB
Black with #E5A3CB
Text Example
Text Example
White with #E5A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A3CB; }
p { color: rgb(229,163,203); }
H1.HeaderClassName
{
color: #E5A3CB;
}
.AnyTagClassName
{
color: #E5A3CB;
}
</style>
background-color css
<style>
a { background-color: #E5A3CB; }
a { background-color: rgb(229,163,203); }
div.DivClassName
{
background-color: #E5A3CB;
}
.BgClassName
{
background-color: #E5A3CB;
}
</style>
border-color css
<style>
span { border-color: #E5A3CB; }
span { border-color: rgb(229,163,203); }
td.TdClassName
{
border-color: #E5A3CB;
}
.TagClassName
{
border-color: #E5A3CB;
}
</style>