Shades of Beauty Bush #EEB9B4
Tints of Beauty Bush #EEB9B4
RGB
CMYK
RGB Variations
Color information
#EEB9B4 (or 0xEEB9B4) is known color: Beauty Bush. HEX triplet: EE, B9 and B4. RGB value is (238,185,180). Sum of RGB (Red+Green+Blue) = 238+185+180=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9B4 is #11464B. Grayscale: #C8C8C8. Windows color (decimal): -1132108 or 11844078. OLE color: 11844078.
HSL color Cylindrical-coordinate representation of color #EEB9B4: hue angle of 5.17º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB9B4 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 180 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.07 |
| HSL | 5.17º | 0.63% | 0.82% | - |
| HSV(B) | 5.17º | 0.24% | 0.93% | - |
| XYZ | 60.85 | 56.17 | 50.81 | - |
| YUV | 200.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 180 | 0 | 0.22 | 0.24 | 0.07 | 5.17 | 0.63 | 0.82 |
| Hex | EE | B9 | B4 | 0 | 16 | 18 | 7 | 5 | 3F | 52 |
| Octal | 356 | 271 | 264 | 0 | 26 | 30 | 7 | 5 | 77 | 122 |
| Binary | 11101110 | 10111001 | 10110100 | 0 | 10110 | 11000 | 111 | 101 | 111111 | 1010010 |
Color Harmonies of #EEB9B4
Complementary color
Monochromatic Colors of #EEB9B4
Black with #EEB9B4
Text Example
Text Example
White with #EEB9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9B4; }
p { color: rgb(238,185,180); }
H1.HeaderClassName
{
color: #EEB9B4;
}
.AnyTagClassName
{
color: #EEB9B4;
}
</style>
background-color css
<style>
a { background-color: #EEB9B4; }
a { background-color: rgb(238,185,180); }
div.DivClassName
{
background-color: #EEB9B4;
}
.BgClassName
{
background-color: #EEB9B4;
}
</style>
border-color css
<style>
span { border-color: #EEB9B4; }
span { border-color: rgb(238,185,180); }
td.TdClassName
{
border-color: #EEB9B4;
}
.TagClassName
{
border-color: #EEB9B4;
}
</style>