Shades of Beauty Bush #EAB7B4
Tints of Beauty Bush #EAB7B4
RGB
CMYK
RGB Variations
Color information
#EAB7B4 (or 0xEAB7B4) is known color: Beauty Bush. HEX triplet: EA, B7 and B4. RGB value is (234,183,180). Sum of RGB (Red+Green+Blue) = 234+183+180=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7B4 is #15484B. Grayscale: #C5C5C5. Windows color (decimal): -1394764 or 11843562. OLE color: 11843562.
HSL color Cylindrical-coordinate representation of color #EAB7B4: hue angle of 3.33º 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 #EAB7B4 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 180 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.08 |
| HSL | 3.33º | 0.56% | 0.81% | - |
| HSV(B) | 3.33º | 0.23% | 0.92% | - |
| XYZ | 59.1 | 54.65 | 50.61 | - |
| YUV | 197.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 180 | 0 | 0.22 | 0.23 | 0.08 | 3.33 | 0.56 | 0.81 |
| Hex | EA | B7 | B4 | 0 | 16 | 17 | 8 | 3 | 38 | 51 |
| Octal | 352 | 267 | 264 | 0 | 26 | 27 | 10 | 3 | 70 | 121 |
| Binary | 11101010 | 10110111 | 10110100 | 0 | 10110 | 10111 | 1000 | 11 | 111000 | 1010001 |
Color Harmonies of #EAB7B4
Complementary color
Monochromatic Colors of #EAB7B4
Black with #EAB7B4
Text Example
Text Example
White with #EAB7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7B4; }
p { color: rgb(234,183,180); }
H1.HeaderClassName
{
color: #EAB7B4;
}
.AnyTagClassName
{
color: #EAB7B4;
}
</style>
background-color css
<style>
a { background-color: #EAB7B4; }
a { background-color: rgb(234,183,180); }
div.DivClassName
{
background-color: #EAB7B4;
}
.BgClassName
{
background-color: #EAB7B4;
}
</style>
border-color css
<style>
span { border-color: #EAB7B4; }
span { border-color: rgb(234,183,180); }
td.TdClassName
{
border-color: #EAB7B4;
}
.TagClassName
{
border-color: #EAB7B4;
}
</style>