Shades of Beauty Bush #EEBBB4
Tints of Beauty Bush #EEBBB4
RGB
CMYK
RGB Variations
Color information
#EEBBB4 (or 0xEEBBB4) is known color: Beauty Bush. HEX triplet: EE, BB and B4. RGB value is (238,187,180). Sum of RGB (Red+Green+Blue) = 238+187+180=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBB4 is #11444B. Grayscale: #C9C9C9. Windows color (decimal): -1131596 or 11844590. OLE color: 11844590.
HSL color Cylindrical-coordinate representation of color #EEBBB4: hue angle of 7.24º 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 #EEBBB4 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 180 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.07 |
| HSL | 7.24º | 0.63% | 0.82% | - |
| HSV(B) | 7.24º | 0.24% | 0.93% | - |
| XYZ | 61.27 | 57.01 | 50.96 | - |
| YUV | 201.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 180 | 0 | 0.21 | 0.24 | 0.07 | 7.24 | 0.63 | 0.82 |
| Hex | EE | BB | B4 | 0 | 15 | 18 | 7 | 7 | 3F | 52 |
| Octal | 356 | 273 | 264 | 0 | 25 | 30 | 7 | 7 | 77 | 122 |
| Binary | 11101110 | 10111011 | 10110100 | 0 | 10101 | 11000 | 111 | 111 | 111111 | 1010010 |
Color Harmonies of #EEBBB4
Complementary color
Monochromatic Colors of #EEBBB4
Black with #EEBBB4
Text Example
Text Example
White with #EEBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBB4; }
p { color: rgb(238,187,180); }
H1.HeaderClassName
{
color: #EEBBB4;
}
.AnyTagClassName
{
color: #EEBBB4;
}
</style>
background-color css
<style>
a { background-color: #EEBBB4; }
a { background-color: rgb(238,187,180); }
div.DivClassName
{
background-color: #EEBBB4;
}
.BgClassName
{
background-color: #EEBBB4;
}
</style>
border-color css
<style>
span { border-color: #EEBBB4; }
span { border-color: rgb(238,187,180); }
td.TdClassName
{
border-color: #EEBBB4;
}
.TagClassName
{
border-color: #EEBBB4;
}
</style>