Shades of Pearl Bush #E0CBBB
Tints of Pearl Bush #E0CBBB
RGB
CMYK
RGB Variations
Color information
#E0CBBB (or 0xE0CBBB) is known color: Pearl Bush. HEX triplet: E0, CB and BB. RGB value is (224,203,187). Sum of RGB (Red+Green+Blue) = 224+203+187=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBBB is #1F3444. Grayscale: #CFCFCF. Windows color (decimal): -2044997 or 12307424. OLE color: 12307424.
HSL color Cylindrical-coordinate representation of color #E0CBBB: hue angle of 25.95º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0CBBB is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 187 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.12 |
| HSL | 25.95º | 0.37% | 0.81% | - |
| HSV(B) | 25.95º | 0.17% | 0.88% | - |
| XYZ | 61.07 | 62.15 | 55.79 | - |
| YUV | 207.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 187 | 0 | 0.09 | 0.17 | 0.12 | 25.95 | 0.37 | 0.81 |
| Hex | E0 | CB | BB | 0 | 9 | 11 | C | 1A | 25 | 51 |
| Octal | 340 | 313 | 273 | 0 | 11 | 21 | 14 | 32 | 45 | 121 |
| Binary | 11100000 | 11001011 | 10111011 | 0 | 1001 | 10001 | 1100 | 11010 | 100101 | 1010001 |
Color Harmonies of #E0CBBB
Complementary color
Monochromatic Colors of #E0CBBB
Black with #E0CBBB
Text Example
Text Example
White with #E0CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBBB; }
p { color: rgb(224,203,187); }
H1.HeaderClassName
{
color: #E0CBBB;
}
.AnyTagClassName
{
color: #E0CBBB;
}
</style>
background-color css
<style>
a { background-color: #E0CBBB; }
a { background-color: rgb(224,203,187); }
div.DivClassName
{
background-color: #E0CBBB;
}
.BgClassName
{
background-color: #E0CBBB;
}
</style>
border-color css
<style>
span { border-color: #E0CBBB; }
span { border-color: rgb(224,203,187); }
td.TdClassName
{
border-color: #E0CBBB;
}
.TagClassName
{
border-color: #E0CBBB;
}
</style>