Shades of Beauty Bush #EEB4B3
Tints of Beauty Bush #EEB4B3
RGB
CMYK
RGB Variations
Color information
#EEB4B3 (or 0xEEB4B3) is known color: Beauty Bush. HEX triplet: EE, B4 and B3. RGB value is (238,180,179). Sum of RGB (Red+Green+Blue) = 238+180+179=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4B3 is #114B4C. Grayscale: #C5C5C5. Windows color (decimal): -1133389 or 11777262. OLE color: 11777262.
HSL color Cylindrical-coordinate representation of color #EEB4B3: hue angle of 1.02º 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 #EEB4B3 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 179 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.07 |
| HSL | 1.02º | 0.63% | 0.82% | - |
| HSV(B) | 1.02º | 0.25% | 0.93% | - |
| XYZ | 59.72 | 54.07 | 49.94 | - |
| YUV | 197.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 179 | 0 | 0.24 | 0.25 | 0.07 | 1.02 | 0.63 | 0.82 |
| Hex | EE | B4 | B3 | 0 | 18 | 19 | 7 | 1 | 3F | 52 |
| Octal | 356 | 264 | 263 | 0 | 30 | 31 | 7 | 1 | 77 | 122 |
| Binary | 11101110 | 10110100 | 10110011 | 0 | 11000 | 11001 | 111 | 1 | 111111 | 1010010 |
Color Harmonies of #EEB4B3
Complementary color
Monochromatic Colors of #EEB4B3
Black with #EEB4B3
Text Example
Text Example
White with #EEB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4B3; }
p { color: rgb(238,180,179); }
H1.HeaderClassName
{
color: #EEB4B3;
}
.AnyTagClassName
{
color: #EEB4B3;
}
</style>
background-color css
<style>
a { background-color: #EEB4B3; }
a { background-color: rgb(238,180,179); }
div.DivClassName
{
background-color: #EEB4B3;
}
.BgClassName
{
background-color: #EEB4B3;
}
</style>
border-color css
<style>
span { border-color: #EEB4B3; }
span { border-color: rgb(238,180,179); }
td.TdClassName
{
border-color: #EEB4B3;
}
.TagClassName
{
border-color: #EEB4B3;
}
</style>