Shades of Beauty Bush #EAB8B5
Tints of Beauty Bush #EAB8B5
RGB
CMYK
RGB Variations
Color information
#EAB8B5 (or 0xEAB8B5) is known color: Beauty Bush. HEX triplet: EA, B8 and B5. RGB value is (234,184,181). Sum of RGB (Red+Green+Blue) = 234+184+181=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8B5 is #15474A. Grayscale: #C6C6C6. Windows color (decimal): -1394507 or 11909354. OLE color: 11909354.
HSL color Cylindrical-coordinate representation of color #EAB8B5: hue angle of 3.4º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB8B5 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 181 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.08 |
| HSL | 3.4º | 0.56% | 0.81% | - |
| HSV(B) | 3.4º | 0.23% | 0.92% | - |
| XYZ | 59.41 | 55.11 | 51.22 | - |
| YUV | 198.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 181 | 0 | 0.21 | 0.23 | 0.08 | 3.4 | 0.56 | 0.81 |
| Hex | EA | B8 | B5 | 0 | 15 | 17 | 8 | 3 | 38 | 51 |
| Octal | 352 | 270 | 265 | 0 | 25 | 27 | 10 | 3 | 70 | 121 |
| Binary | 11101010 | 10111000 | 10110101 | 0 | 10101 | 10111 | 1000 | 11 | 111000 | 1010001 |
Color Harmonies of #EAB8B5
Complementary color
Monochromatic Colors of #EAB8B5
Black with #EAB8B5
Text Example
Text Example
White with #EAB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8B5; }
p { color: rgb(234,184,181); }
H1.HeaderClassName
{
color: #EAB8B5;
}
.AnyTagClassName
{
color: #EAB8B5;
}
</style>
background-color css
<style>
a { background-color: #EAB8B5; }
a { background-color: rgb(234,184,181); }
div.DivClassName
{
background-color: #EAB8B5;
}
.BgClassName
{
background-color: #EAB8B5;
}
</style>
border-color css
<style>
span { border-color: #EAB8B5; }
span { border-color: rgb(234,184,181); }
td.TdClassName
{
border-color: #EAB8B5;
}
.TagClassName
{
border-color: #EAB8B5;
}
</style>