Shades of Beauty Bush #EEB6B6
Tints of Beauty Bush #EEB6B6
RGB
CMYK
RGB Variations
Color information
#EEB6B6 (or 0xEEB6B6) is known color: Beauty Bush. HEX triplet: EE, B6 and B6. RGB value is (238,182,182). Sum of RGB (Red+Green+Blue) = 238+182+182=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB6B6 is #114949. Grayscale: #C6C6C6. Windows color (decimal): -1132874 or 11974382. OLE color: 11974382.
HSL color Cylindrical-coordinate representation of color #EEB6B6: hue angle of 0º 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 #EEB6B6 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 182 | 182 | - |
CMYK | 0 | 0.24 | 0.24 | 0.07 |
HSL | 0º | 0.62% | 0.82% | - |
HSV(B) | 0º | 0.24% | 0.93% | - |
XYZ | 60.43 | 55.01 | 51.69 | - |
YUV | 198.74 | 118.55 | 156 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 182 | 182 | 0 | 0.24 | 0.24 | 0.07 | 0 | 0.62 | 0.82 |
Hex | EE | B6 | B6 | 0 | 18 | 18 | 7 | 0 | 3E | 52 |
Octal | 356 | 266 | 266 | 0 | 30 | 30 | 7 | 0 | 76 | 122 |
Binary | 11101110 | 10110110 | 10110110 | 0 | 11000 | 11000 | 111 | 0 | 111110 | 1010010 |
Color Harmonies of #EEB6B6
Complementary color
Monochromatic Colors of #EEB6B6
Black with #EEB6B6
Text Example
Text Example
White with #EEB6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB6B6; }
p { color: rgb(238,182,182); }
H1.HeaderClassName
{
color: #EEB6B6;
}
.AnyTagClassName
{
color: #EEB6B6;
}
</style>
background-color css
<style>
a { background-color: #EEB6B6; }
a { background-color: rgb(238,182,182); }
div.DivClassName
{
background-color: #EEB6B6;
}
.BgClassName
{
background-color: #EEB6B6;
}
</style>
border-color css
<style>
span { border-color: #EEB6B6; }
span { border-color: rgb(238,182,182); }
td.TdClassName
{
border-color: #EEB6B6;
}
.TagClassName
{
border-color: #EEB6B6;
}
</style>