Shades of Beauty Bush #EABFB8
Tints of Beauty Bush #EABFB8
RGB
CMYK
RGB Variations
Color information
#EABFB8 (or 0xEABFB8) is known color: Beauty Bush. HEX triplet: EA, BF and B8. RGB value is (234,191,184). Sum of RGB (Red+Green+Blue) = 234+191+184=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFB8 is #154047. Grayscale: #CBCBCB. Windows color (decimal): -1392712 or 12107754. OLE color: 12107754.
HSL color Cylindrical-coordinate representation of color #EABFB8: hue angle of 8.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABFB8 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 184 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.08 |
| HSL | 8.4º | 0.54% | 0.82% | - |
| HSV(B) | 8.4º | 0.21% | 0.92% | - |
| XYZ | 61.21 | 58.21 | 53.36 | - |
| YUV | 203.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 184 | 0 | 0.18 | 0.21 | 0.08 | 8.4 | 0.54 | 0.82 |
| Hex | EA | BF | B8 | 0 | 12 | 15 | 8 | 8 | 36 | 52 |
| Octal | 352 | 277 | 270 | 0 | 22 | 25 | 10 | 10 | 66 | 122 |
| Binary | 11101010 | 10111111 | 10111000 | 0 | 10010 | 10101 | 1000 | 1000 | 110110 | 1010010 |
Color Harmonies of #EABFB8
Complementary color
Monochromatic Colors of #EABFB8
Black with #EABFB8
Text Example
Text Example
White with #EABFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFB8; }
p { color: rgb(234,191,184); }
H1.HeaderClassName
{
color: #EABFB8;
}
.AnyTagClassName
{
color: #EABFB8;
}
</style>
background-color css
<style>
a { background-color: #EABFB8; }
a { background-color: rgb(234,191,184); }
div.DivClassName
{
background-color: #EABFB8;
}
.BgClassName
{
background-color: #EABFB8;
}
</style>
border-color css
<style>
span { border-color: #EABFB8; }
span { border-color: rgb(234,191,184); }
td.TdClassName
{
border-color: #EABFB8;
}
.TagClassName
{
border-color: #EABFB8;
}
</style>