Shades of Beauty Bush #EEC2BD
Tints of Beauty Bush #EEC2BD
RGB
CMYK
RGB Variations
Color information
#EEC2BD (or 0xEEC2BD) is known color: Beauty Bush. HEX triplet: EE, C2 and BD. RGB value is (238,194,189). Sum of RGB (Red+Green+Blue) = 238+194+189=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2BD is #113D42. Grayscale: #CECECE. Windows color (decimal): -1129795 or 12436206. OLE color: 12436206.
HSL color Cylindrical-coordinate representation of color #EEC2BD: hue angle of 6.12º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC2BD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 189 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.07 |
| HSL | 6.12º | 0.59% | 0.84% | - |
| HSV(B) | 6.12º | 0.21% | 0.93% | - |
| XYZ | 63.74 | 60.43 | 56.45 | - |
| YUV | 206.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 189 | 0 | 0.18 | 0.21 | 0.07 | 6.12 | 0.59 | 0.84 |
| Hex | EE | C2 | BD | 0 | 12 | 15 | 7 | 6 | 3B | 54 |
| Octal | 356 | 302 | 275 | 0 | 22 | 25 | 7 | 6 | 73 | 124 |
| Binary | 11101110 | 11000010 | 10111101 | 0 | 10010 | 10101 | 111 | 110 | 111011 | 1010100 |
Color Harmonies of #EEC2BD
Complementary color
Monochromatic Colors of #EEC2BD
Black with #EEC2BD
Text Example
Text Example
White with #EEC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2BD; }
p { color: rgb(238,194,189); }
H1.HeaderClassName
{
color: #EEC2BD;
}
.AnyTagClassName
{
color: #EEC2BD;
}
</style>
background-color css
<style>
a { background-color: #EEC2BD; }
a { background-color: rgb(238,194,189); }
div.DivClassName
{
background-color: #EEC2BD;
}
.BgClassName
{
background-color: #EEC2BD;
}
</style>
border-color css
<style>
span { border-color: #EEC2BD; }
span { border-color: rgb(238,194,189); }
td.TdClassName
{
border-color: #EEC2BD;
}
.TagClassName
{
border-color: #EEC2BD;
}
</style>