Shades of Beauty Bush #EDB4B3
Tints of Beauty Bush #EDB4B3
RGB
CMYK
RGB Variations
Color information
#EDB4B3 (or 0xEDB4B3) is known color: Beauty Bush. HEX triplet: ED, B4 and B3. RGB value is (237,180,179). Sum of RGB (Red+Green+Blue) = 237+180+179=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4B3 is #124B4C. Grayscale: #C4C4C4. Windows color (decimal): -1198925 or 11777261. OLE color: 11777261.
HSL color Cylindrical-coordinate representation of color #EDB4B3: hue angle of 1.03º degrees, saturation: 0.62, 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 #EDB4B3 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 179 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.07 |
| HSL | 1.03º | 0.62% | 0.82% | - |
| HSV(B) | 1.03º | 0.24% | 0.93% | - |
| XYZ | 59.38 | 53.9 | 49.92 | - |
| YUV | 196.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 179 | 0 | 0.24 | 0.24 | 0.07 | 1.03 | 0.62 | 0.82 |
| Hex | ED | B4 | B3 | 0 | 18 | 18 | 7 | 1 | 3E | 52 |
| Octal | 355 | 264 | 263 | 0 | 30 | 30 | 7 | 1 | 76 | 122 |
| Binary | 11101101 | 10110100 | 10110011 | 0 | 11000 | 11000 | 111 | 1 | 111110 | 1010010 |
Color Harmonies of #EDB4B3
Complementary color
Monochromatic Colors of #EDB4B3
Black with #EDB4B3
Text Example
Text Example
White with #EDB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4B3; }
p { color: rgb(237,180,179); }
H1.HeaderClassName
{
color: #EDB4B3;
}
.AnyTagClassName
{
color: #EDB4B3;
}
</style>
background-color css
<style>
a { background-color: #EDB4B3; }
a { background-color: rgb(237,180,179); }
div.DivClassName
{
background-color: #EDB4B3;
}
.BgClassName
{
background-color: #EDB4B3;
}
</style>
border-color css
<style>
span { border-color: #EDB4B3; }
span { border-color: rgb(237,180,179); }
td.TdClassName
{
border-color: #EDB4B3;
}
.TagClassName
{
border-color: #EDB4B3;
}
</style>