Shades of Beauty Bush #EEC2BB
Tints of Beauty Bush #EEC2BB
RGB
CMYK
RGB Variations
Color information
#EEC2BB (or 0xEEC2BB) is known color: Beauty Bush. HEX triplet: EE, C2 and BB. RGB value is (238,194,187). Sum of RGB (Red+Green+Blue) = 238+194+187=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2BB is #113D44. Grayscale: #CECECE. Windows color (decimal): -1129797 or 12305134. OLE color: 12305134.
HSL color Cylindrical-coordinate representation of color #EEC2BB: hue angle of 8.24º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC2BB is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 187 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.07 |
| HSL | 8.24º | 0.6% | 0.83% | - |
| HSV(B) | 8.24º | 0.21% | 0.93% | - |
| XYZ | 63.52 | 60.35 | 55.31 | - |
| YUV | 206.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 187 | 0 | 0.18 | 0.21 | 0.07 | 8.24 | 0.6 | 0.83 |
| Hex | EE | C2 | BB | 0 | 12 | 15 | 7 | 8 | 3C | 53 |
| Octal | 356 | 302 | 273 | 0 | 22 | 25 | 7 | 10 | 74 | 123 |
| Binary | 11101110 | 11000010 | 10111011 | 0 | 10010 | 10101 | 111 | 1000 | 111100 | 1010011 |
Color Harmonies of #EEC2BB
Complementary color
Monochromatic Colors of #EEC2BB
Black with #EEC2BB
Text Example
Text Example
White with #EEC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2BB; }
p { color: rgb(238,194,187); }
H1.HeaderClassName
{
color: #EEC2BB;
}
.AnyTagClassName
{
color: #EEC2BB;
}
</style>
background-color css
<style>
a { background-color: #EEC2BB; }
a { background-color: rgb(238,194,187); }
div.DivClassName
{
background-color: #EEC2BB;
}
.BgClassName
{
background-color: #EEC2BB;
}
</style>
border-color css
<style>
span { border-color: #EEC2BB; }
span { border-color: rgb(238,194,187); }
td.TdClassName
{
border-color: #EEC2BB;
}
.TagClassName
{
border-color: #EEC2BB;
}
</style>