Shades of Beauty Bush #EEBAB3
Tints of Beauty Bush #EEBAB3
RGB
CMYK
RGB Variations
Color information
#EEBAB3 (or 0xEEBAB3) is known color: Beauty Bush. HEX triplet: EE, BA and B3. RGB value is (238,186,179). Sum of RGB (Red+Green+Blue) = 238+186+179=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAB3 is #11454C. Grayscale: #C8C8C8. Windows color (decimal): -1131853 or 11778798. OLE color: 11778798.
HSL color Cylindrical-coordinate representation of color #EEBAB3: hue angle of 7.12º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEBAB3 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 179 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.07 |
| HSL | 7.12º | 0.63% | 0.82% | - |
| HSV(B) | 7.12º | 0.25% | 0.93% | - |
| XYZ | 60.96 | 56.55 | 50.35 | - |
| YUV | 200.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 179 | 0 | 0.22 | 0.25 | 0.07 | 7.12 | 0.63 | 0.82 |
| Hex | EE | BA | B3 | 0 | 16 | 19 | 7 | 7 | 3F | 52 |
| Octal | 356 | 272 | 263 | 0 | 26 | 31 | 7 | 7 | 77 | 122 |
| Binary | 11101110 | 10111010 | 10110011 | 0 | 10110 | 11001 | 111 | 111 | 111111 | 1010010 |
Color Harmonies of #EEBAB3
Complementary color
Monochromatic Colors of #EEBAB3
Black with #EEBAB3
Text Example
Text Example
White with #EEBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAB3; }
p { color: rgb(238,186,179); }
H1.HeaderClassName
{
color: #EEBAB3;
}
.AnyTagClassName
{
color: #EEBAB3;
}
</style>
background-color css
<style>
a { background-color: #EEBAB3; }
a { background-color: rgb(238,186,179); }
div.DivClassName
{
background-color: #EEBAB3;
}
.BgClassName
{
background-color: #EEBAB3;
}
</style>
border-color css
<style>
span { border-color: #EEBAB3; }
span { border-color: rgb(238,186,179); }
td.TdClassName
{
border-color: #EEBAB3;
}
.TagClassName
{
border-color: #EEBAB3;
}
</style>