Shades of Beauty Bush #EEB9B7
Tints of Beauty Bush #EEB9B7
RGB
CMYK
RGB Variations
Color information
#EEB9B7 (or 0xEEB9B7) is known color: Beauty Bush. HEX triplet: EE, B9 and B7. RGB value is (238,185,183). Sum of RGB (Red+Green+Blue) = 238+185+183=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9B7 is #114648. Grayscale: #C8C8C8. Windows color (decimal): -1132105 or 12040686. OLE color: 12040686.
HSL color Cylindrical-coordinate representation of color #EEB9B7: hue angle of 2.18º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEB9B7 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 183 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.07 |
| HSL | 2.18º | 0.62% | 0.83% | - |
| HSV(B) | 2.18º | 0.23% | 0.93% | - |
| XYZ | 61.16 | 56.29 | 52.44 | - |
| YUV | 200.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 183 | 0 | 0.22 | 0.23 | 0.07 | 2.18 | 0.62 | 0.83 |
| Hex | EE | B9 | B7 | 0 | 16 | 17 | 7 | 2 | 3E | 53 |
| Octal | 356 | 271 | 267 | 0 | 26 | 27 | 7 | 2 | 76 | 123 |
| Binary | 11101110 | 10111001 | 10110111 | 0 | 10110 | 10111 | 111 | 10 | 111110 | 1010011 |
Color Harmonies of #EEB9B7
Complementary color
Monochromatic Colors of #EEB9B7
Black with #EEB9B7
Text Example
Text Example
White with #EEB9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9B7; }
p { color: rgb(238,185,183); }
H1.HeaderClassName
{
color: #EEB9B7;
}
.AnyTagClassName
{
color: #EEB9B7;
}
</style>
background-color css
<style>
a { background-color: #EEB9B7; }
a { background-color: rgb(238,185,183); }
div.DivClassName
{
background-color: #EEB9B7;
}
.BgClassName
{
background-color: #EEB9B7;
}
</style>
border-color css
<style>
span { border-color: #EEB9B7; }
span { border-color: rgb(238,185,183); }
td.TdClassName
{
border-color: #EEB9B7;
}
.TagClassName
{
border-color: #EEB9B7;
}
</style>