Shades of Beauty Bush #EAB6B3
Tints of Beauty Bush #EAB6B3
RGB
CMYK
RGB Variations
Color information
#EAB6B3 (or 0xEAB6B3) is known color: Beauty Bush. HEX triplet: EA, B6 and B3. RGB value is (234,182,179). Sum of RGB (Red+Green+Blue) = 234+182+179=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6B3 is #15494C. Grayscale: #C5C5C5. Windows color (decimal): -1395021 or 11777770. OLE color: 11777770.
HSL color Cylindrical-coordinate representation of color #EAB6B3: hue angle of 3.27º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB6B3 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 179 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.08 |
| HSL | 3.27º | 0.57% | 0.81% | - |
| HSV(B) | 3.27º | 0.24% | 0.92% | - |
| XYZ | 58.8 | 54.2 | 50.01 | - |
| YUV | 197.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 179 | 0 | 0.22 | 0.24 | 0.08 | 3.27 | 0.57 | 0.81 |
| Hex | EA | B6 | B3 | 0 | 16 | 18 | 8 | 3 | 39 | 51 |
| Octal | 352 | 266 | 263 | 0 | 26 | 30 | 10 | 3 | 71 | 121 |
| Binary | 11101010 | 10110110 | 10110011 | 0 | 10110 | 11000 | 1000 | 11 | 111001 | 1010001 |
Color Harmonies of #EAB6B3
Complementary color
Monochromatic Colors of #EAB6B3
Black with #EAB6B3
Text Example
Text Example
White with #EAB6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6B3; }
p { color: rgb(234,182,179); }
H1.HeaderClassName
{
color: #EAB6B3;
}
.AnyTagClassName
{
color: #EAB6B3;
}
</style>
background-color css
<style>
a { background-color: #EAB6B3; }
a { background-color: rgb(234,182,179); }
div.DivClassName
{
background-color: #EAB6B3;
}
.BgClassName
{
background-color: #EAB6B3;
}
</style>
border-color css
<style>
span { border-color: #EAB6B3; }
span { border-color: rgb(234,182,179); }
td.TdClassName
{
border-color: #EAB6B3;
}
.TagClassName
{
border-color: #EAB6B3;
}
</style>