Shades of Beauty Bush #EEBAB7
Tints of Beauty Bush #EEBAB7
RGB
CMYK
RGB Variations
Color information
#EEBAB7 (or 0xEEBAB7) is known color: Beauty Bush. HEX triplet: EE, BA and B7. RGB value is (238,186,183). Sum of RGB (Red+Green+Blue) = 238+186+183=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAB7 is #114548. Grayscale: #C9C9C9. Windows color (decimal): -1131849 or 12040942. OLE color: 12040942.
HSL color Cylindrical-coordinate representation of color #EEBAB7: hue angle of 3.27º 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 #EEBAB7 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 183 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.07 |
| HSL | 3.27º | 0.62% | 0.83% | - |
| HSV(B) | 3.27º | 0.23% | 0.93% | - |
| XYZ | 61.37 | 56.71 | 52.51 | - |
| YUV | 201.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 183 | 0 | 0.22 | 0.23 | 0.07 | 3.27 | 0.62 | 0.83 |
| Hex | EE | BA | B7 | 0 | 16 | 17 | 7 | 3 | 3E | 53 |
| Octal | 356 | 272 | 267 | 0 | 26 | 27 | 7 | 3 | 76 | 123 |
| Binary | 11101110 | 10111010 | 10110111 | 0 | 10110 | 10111 | 111 | 11 | 111110 | 1010011 |
Color Harmonies of #EEBAB7
Complementary color
Monochromatic Colors of #EEBAB7
Black with #EEBAB7
Text Example
Text Example
White with #EEBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAB7; }
p { color: rgb(238,186,183); }
H1.HeaderClassName
{
color: #EEBAB7;
}
.AnyTagClassName
{
color: #EEBAB7;
}
</style>
background-color css
<style>
a { background-color: #EEBAB7; }
a { background-color: rgb(238,186,183); }
div.DivClassName
{
background-color: #EEBAB7;
}
.BgClassName
{
background-color: #EEBAB7;
}
</style>
border-color css
<style>
span { border-color: #EEBAB7; }
span { border-color: rgb(238,186,183); }
td.TdClassName
{
border-color: #EEBAB7;
}
.TagClassName
{
border-color: #EEBAB7;
}
</style>