Shades of Beauty Bush #EEC0B6
Tints of Beauty Bush #EEC0B6
RGB
CMYK
RGB Variations
Color information
#EEC0B6 (or 0xEEC0B6) is known color: Beauty Bush. HEX triplet: EE, C0 and B6. RGB value is (238,192,182). Sum of RGB (Red+Green+Blue) = 238+192+182=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0B6 is #113F49. Grayscale: #CCCCCC. Windows color (decimal): -1130314 or 11976942. OLE color: 11976942.
HSL color Cylindrical-coordinate representation of color #EEC0B6: hue angle of 10.71º 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 #EEC0B6 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 182 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.07 |
| HSL | 10.71º | 0.62% | 0.82% | - |
| HSV(B) | 10.71º | 0.24% | 0.93% | - |
| XYZ | 62.55 | 59.25 | 52.4 | - |
| YUV | 204.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 182 | 0 | 0.19 | 0.24 | 0.07 | 10.71 | 0.62 | 0.82 |
| Hex | EE | C0 | B6 | 0 | 13 | 18 | 7 | B | 3E | 52 |
| Octal | 356 | 300 | 266 | 0 | 23 | 30 | 7 | 13 | 76 | 122 |
| Binary | 11101110 | 11000000 | 10110110 | 0 | 10011 | 11000 | 111 | 1011 | 111110 | 1010010 |
Color Harmonies of #EEC0B6
Complementary color
Monochromatic Colors of #EEC0B6
Black with #EEC0B6
Text Example
Text Example
White with #EEC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0B6; }
p { color: rgb(238,192,182); }
H1.HeaderClassName
{
color: #EEC0B6;
}
.AnyTagClassName
{
color: #EEC0B6;
}
</style>
background-color css
<style>
a { background-color: #EEC0B6; }
a { background-color: rgb(238,192,182); }
div.DivClassName
{
background-color: #EEC0B6;
}
.BgClassName
{
background-color: #EEC0B6;
}
</style>
border-color css
<style>
span { border-color: #EEC0B6; }
span { border-color: rgb(238,192,182); }
td.TdClassName
{
border-color: #EEC0B6;
}
.TagClassName
{
border-color: #EEC0B6;
}
</style>