Shades of Beauty Bush #EEBEB2
Tints of Beauty Bush #EEBEB2
RGB
CMYK
RGB Variations
Color information
#EEBEB2 (or 0xEEBEB2) is known color: Beauty Bush. HEX triplet: EE, BE and B2. RGB value is (238,190,178). Sum of RGB (Red+Green+Blue) = 238+190+178=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEB2 is #11414D. Grayscale: #CBCBCB. Windows color (decimal): -1130830 or 11714286. OLE color: 11714286.
HSL color Cylindrical-coordinate representation of color #EEBEB2: hue angle of 12º degrees, saturation: 0.64, 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 #EEBEB2 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 178 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.07 |
| HSL | 12º | 0.64% | 0.82% | - |
| HSV(B) | 12º | 0.25% | 0.93% | - |
| XYZ | 61.71 | 58.22 | 50.1 | - |
| YUV | 202.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 178 | 0 | 0.20 | 0.25 | 0.07 | 12 | 0.64 | 0.82 |
| Hex | EE | BE | B2 | 0 | 14 | 19 | 7 | C | 40 | 52 |
| Octal | 356 | 276 | 262 | 0 | 24 | 31 | 7 | 14 | 100 | 122 |
| Binary | 11101110 | 10111110 | 10110010 | 0 | 10100 | 11001 | 111 | 1100 | 1000000 | 1010010 |
Color Harmonies of #EEBEB2
Complementary color
Monochromatic Colors of #EEBEB2
Black with #EEBEB2
Text Example
Text Example
White with #EEBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEB2; }
p { color: rgb(238,190,178); }
H1.HeaderClassName
{
color: #EEBEB2;
}
.AnyTagClassName
{
color: #EEBEB2;
}
</style>
background-color css
<style>
a { background-color: #EEBEB2; }
a { background-color: rgb(238,190,178); }
div.DivClassName
{
background-color: #EEBEB2;
}
.BgClassName
{
background-color: #EEBEB2;
}
</style>
border-color css
<style>
span { border-color: #EEBEB2; }
span { border-color: rgb(238,190,178); }
td.TdClassName
{
border-color: #EEBEB2;
}
.TagClassName
{
border-color: #EEBEB2;
}
</style>