Shades of Beauty Bush #EEB8B4
Tints of Beauty Bush #EEB8B4
RGB
CMYK
RGB Variations
Color information
#EEB8B4 (or 0xEEB8B4) is known color: Beauty Bush. HEX triplet: EE, B8 and B4. RGB value is (238,184,180). Sum of RGB (Red+Green+Blue) = 238+184+180=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8B4 is #11474B. Grayscale: #C7C7C7. Windows color (decimal): -1132364 or 11843822. OLE color: 11843822.
HSL color Cylindrical-coordinate representation of color #EEB8B4: hue angle of 4.14º 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 #EEB8B4 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 180 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.07 |
| HSL | 4.14º | 0.63% | 0.82% | - |
| HSV(B) | 4.14º | 0.24% | 0.93% | - |
| XYZ | 60.64 | 55.75 | 50.75 | - |
| YUV | 199.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 180 | 0 | 0.23 | 0.24 | 0.07 | 4.14 | 0.63 | 0.82 |
| Hex | EE | B8 | B4 | 0 | 17 | 18 | 7 | 4 | 3F | 52 |
| Octal | 356 | 270 | 264 | 0 | 27 | 30 | 7 | 4 | 77 | 122 |
| Binary | 11101110 | 10111000 | 10110100 | 0 | 10111 | 11000 | 111 | 100 | 111111 | 1010010 |
Color Harmonies of #EEB8B4
Complementary color
Monochromatic Colors of #EEB8B4
Black with #EEB8B4
Text Example
Text Example
White with #EEB8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8B4; }
p { color: rgb(238,184,180); }
H1.HeaderClassName
{
color: #EEB8B4;
}
.AnyTagClassName
{
color: #EEB8B4;
}
</style>
background-color css
<style>
a { background-color: #EEB8B4; }
a { background-color: rgb(238,184,180); }
div.DivClassName
{
background-color: #EEB8B4;
}
.BgClassName
{
background-color: #EEB8B4;
}
</style>
border-color css
<style>
span { border-color: #EEB8B4; }
span { border-color: rgb(238,184,180); }
td.TdClassName
{
border-color: #EEB8B4;
}
.TagClassName
{
border-color: #EEB8B4;
}
</style>