Shades of Beauty Bush #EEB6B3
Tints of Beauty Bush #EEB6B3
RGB
CMYK
RGB Variations
Color information
#EEB6B3 (or 0xEEB6B3) is known color: Beauty Bush. HEX triplet: EE, B6 and B3. RGB value is (238,182,179). Sum of RGB (Red+Green+Blue) = 238+182+179=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB6B3 is #11494C. Grayscale: #C6C6C6. Windows color (decimal): -1132877 or 11777774. OLE color: 11777774.
HSL color Cylindrical-coordinate representation of color #EEB6B3: hue angle of 3.05º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB6B3 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 179 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.07 |
| HSL | 3.05º | 0.63% | 0.82% | - |
| HSV(B) | 3.05º | 0.25% | 0.93% | - |
| XYZ | 60.12 | 54.89 | 50.07 | - |
| YUV | 198.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 179 | 0 | 0.24 | 0.25 | 0.07 | 3.05 | 0.63 | 0.82 |
| Hex | EE | B6 | B3 | 0 | 18 | 19 | 7 | 3 | 3F | 52 |
| Octal | 356 | 266 | 263 | 0 | 30 | 31 | 7 | 3 | 77 | 122 |
| Binary | 11101110 | 10110110 | 10110011 | 0 | 11000 | 11001 | 111 | 11 | 111111 | 1010010 |
Color Harmonies of #EEB6B3
Complementary color
Monochromatic Colors of #EEB6B3
Black with #EEB6B3
Text Example
Text Example
White with #EEB6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB6B3; }
p { color: rgb(238,182,179); }
H1.HeaderClassName
{
color: #EEB6B3;
}
.AnyTagClassName
{
color: #EEB6B3;
}
</style>
background-color css
<style>
a { background-color: #EEB6B3; }
a { background-color: rgb(238,182,179); }
div.DivClassName
{
background-color: #EEB6B3;
}
.BgClassName
{
background-color: #EEB6B3;
}
</style>
border-color css
<style>
span { border-color: #EEB6B3; }
span { border-color: rgb(238,182,179); }
td.TdClassName
{
border-color: #EEB6B3;
}
.TagClassName
{
border-color: #EEB6B3;
}
</style>