Shades of Beauty Bush #EEB4AF
Tints of Beauty Bush #EEB4AF
RGB
CMYK
RGB Variations
Color information
#EEB4AF (or 0xEEB4AF) is known color: Beauty Bush. HEX triplet: EE, B4 and AF. RGB value is (238,180,175). Sum of RGB (Red+Green+Blue) = 238+180+175=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB4AF is #114B50. Grayscale: #C4C4C4. Windows color (decimal): -1133393 or 11515118. OLE color: 11515118.
HSL color Cylindrical-coordinate representation of color #EEB4AF: hue angle of 4.76º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB4AF is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 175 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.07 |
| HSL | 4.76º | 0.65% | 0.81% | - |
| HSV(B) | 4.76º | 0.26% | 0.93% | - |
| XYZ | 59.32 | 53.91 | 47.84 | - |
| YUV | 196.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 175 | 0 | 0.24 | 0.26 | 0.07 | 4.76 | 0.65 | 0.81 |
| Hex | EE | B4 | AF | 0 | 18 | 1A | 7 | 5 | 41 | 51 |
| Octal | 356 | 264 | 257 | 0 | 30 | 32 | 7 | 5 | 101 | 121 |
| Binary | 11101110 | 10110100 | 10101111 | 0 | 11000 | 11010 | 111 | 101 | 1000001 | 1010001 |
Color Harmonies of #EEB4AF
Complementary color
Monochromatic Colors of #EEB4AF
Black with #EEB4AF
Text Example
Text Example
White with #EEB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4AF; }
p { color: rgb(238,180,175); }
H1.HeaderClassName
{
color: #EEB4AF;
}
.AnyTagClassName
{
color: #EEB4AF;
}
</style>
background-color css
<style>
a { background-color: #EEB4AF; }
a { background-color: rgb(238,180,175); }
div.DivClassName
{
background-color: #EEB4AF;
}
.BgClassName
{
background-color: #EEB4AF;
}
</style>
border-color css
<style>
span { border-color: #EEB4AF; }
span { border-color: rgb(238,180,175); }
td.TdClassName
{
border-color: #EEB4AF;
}
.TagClassName
{
border-color: #EEB4AF;
}
</style>