Shades of Beauty Bush #EDBAB5
Tints of Beauty Bush #EDBAB5
RGB
CMYK
RGB Variations
Color information
#EDBAB5 (or 0xEDBAB5) is known color: Beauty Bush. HEX triplet: ED, BA and B5. RGB value is (237,186,181). Sum of RGB (Red+Green+Blue) = 237+186+181=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAB5 is #12454A. Grayscale: #C8C8C8. Windows color (decimal): -1197387 or 11909869. OLE color: 11909869.
HSL color Cylindrical-coordinate representation of color #EDBAB5: hue angle of 5.36º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBAB5 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 186 | 181 | - |
CMYK | 0 | 0.22 | 0.24 | 0.07 |
HSL | 5.36º | 0.61% | 0.82% | - |
HSV(B) | 5.36º | 0.24% | 0.93% | - |
XYZ | 60.82 | 56.46 | 51.41 | - |
YUV | 200.68 | 116.9 | 153.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 186 | 181 | 0 | 0.22 | 0.24 | 0.07 | 5.36 | 0.61 | 0.82 |
Hex | ED | BA | B5 | 0 | 16 | 18 | 7 | 5 | 3D | 52 |
Octal | 355 | 272 | 265 | 0 | 26 | 30 | 7 | 5 | 75 | 122 |
Binary | 11101101 | 10111010 | 10110101 | 0 | 10110 | 11000 | 111 | 101 | 111101 | 1010010 |
Color Harmonies of #EDBAB5
Complementary color
Monochromatic Colors of #EDBAB5
Black with #EDBAB5
Text Example
Text Example
White with #EDBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAB5; }
p { color: rgb(237,186,181); }
H1.HeaderClassName
{
color: #EDBAB5;
}
.AnyTagClassName
{
color: #EDBAB5;
}
</style>
background-color css
<style>
a { background-color: #EDBAB5; }
a { background-color: rgb(237,186,181); }
div.DivClassName
{
background-color: #EDBAB5;
}
.BgClassName
{
background-color: #EDBAB5;
}
</style>
border-color css
<style>
span { border-color: #EDBAB5; }
span { border-color: rgb(237,186,181); }
td.TdClassName
{
border-color: #EDBAB5;
}
.TagClassName
{
border-color: #EDBAB5;
}
</style>