Shades of Beauty Bush #EDB6B2
Tints of Beauty Bush #EDB6B2
RGB
CMYK
RGB Variations
Color information
#EDB6B2 (or 0xEDB6B2) is known color: Beauty Bush. HEX triplet: ED, B6 and B2. RGB value is (237,182,178). Sum of RGB (Red+Green+Blue) = 237+182+178=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB6B2 is #12494D. Grayscale: #C6C6C6. Windows color (decimal): -1198414 or 11712237. OLE color: 11712237.
HSL color Cylindrical-coordinate representation of color #EDB6B2: hue angle of 4.07º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB6B2 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 182 | 178 | - |
CMYK | 0 | 0.23 | 0.25 | 0.07 |
HSL | 4.07º | 0.62% | 0.81% | - |
HSV(B) | 4.07º | 0.25% | 0.93% | - |
XYZ | 59.69 | 54.67 | 49.53 | - |
YUV | 197.99 | 116.72 | 155.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 182 | 178 | 0 | 0.23 | 0.25 | 0.07 | 4.07 | 0.62 | 0.81 |
Hex | ED | B6 | B2 | 0 | 17 | 19 | 7 | 4 | 3E | 51 |
Octal | 355 | 266 | 262 | 0 | 27 | 31 | 7 | 4 | 76 | 121 |
Binary | 11101101 | 10110110 | 10110010 | 0 | 10111 | 11001 | 111 | 100 | 111110 | 1010001 |
Color Harmonies of #EDB6B2
Complementary color
Monochromatic Colors of #EDB6B2
Black with #EDB6B2
Text Example
Text Example
White with #EDB6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6B2; }
p { color: rgb(237,182,178); }
H1.HeaderClassName
{
color: #EDB6B2;
}
.AnyTagClassName
{
color: #EDB6B2;
}
</style>
background-color css
<style>
a { background-color: #EDB6B2; }
a { background-color: rgb(237,182,178); }
div.DivClassName
{
background-color: #EDB6B2;
}
.BgClassName
{
background-color: #EDB6B2;
}
</style>
border-color css
<style>
span { border-color: #EDB6B2; }
span { border-color: rgb(237,182,178); }
td.TdClassName
{
border-color: #EDB6B2;
}
.TagClassName
{
border-color: #EDB6B2;
}
</style>