Shades of Beauty Bush #EEBEB3
Tints of Beauty Bush #EEBEB3
RGB
CMYK
RGB Variations
Color information
#EEBEB3 (or 0xEEBEB3) is known color: Beauty Bush. HEX triplet: EE, BE and B3. RGB value is (238,190,179). Sum of RGB (Red+Green+Blue) = 238+190+179=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEB3 is #11414C. Grayscale: #CBCBCB. Windows color (decimal): -1130829 or 11779822. OLE color: 11779822.
HSL color Cylindrical-coordinate representation of color #EEBEB3: hue angle of 11.19º 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 #EEBEB3 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 179 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.07 |
| HSL | 11.19º | 0.63% | 0.82% | - |
| HSV(B) | 11.19º | 0.25% | 0.93% | - |
| XYZ | 61.81 | 58.26 | 50.64 | - |
| YUV | 203.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 179 | 0 | 0.20 | 0.25 | 0.07 | 11.19 | 0.63 | 0.82 |
| Hex | EE | BE | B3 | 0 | 14 | 19 | 7 | B | 3F | 52 |
| Octal | 356 | 276 | 263 | 0 | 24 | 31 | 7 | 13 | 77 | 122 |
| Binary | 11101110 | 10111110 | 10110011 | 0 | 10100 | 11001 | 111 | 1011 | 111111 | 1010010 |
Color Harmonies of #EEBEB3
Complementary color
Monochromatic Colors of #EEBEB3
Black with #EEBEB3
Text Example
Text Example
White with #EEBEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEB3; }
p { color: rgb(238,190,179); }
H1.HeaderClassName
{
color: #EEBEB3;
}
.AnyTagClassName
{
color: #EEBEB3;
}
</style>
background-color css
<style>
a { background-color: #EEBEB3; }
a { background-color: rgb(238,190,179); }
div.DivClassName
{
background-color: #EEBEB3;
}
.BgClassName
{
background-color: #EEBEB3;
}
</style>
border-color css
<style>
span { border-color: #EEBEB3; }
span { border-color: rgb(238,190,179); }
td.TdClassName
{
border-color: #EEBEB3;
}
.TagClassName
{
border-color: #EEBEB3;
}
</style>