Shades of Blossom #E9ACB6
Tints of Blossom #E9ACB6
RGB
CMYK
RGB Variations
Color information
#E9ACB6 (or 0xE9ACB6) is known color: Blossom. HEX triplet: E9, AC and B6. RGB value is (233,172,182). Sum of RGB (Red+Green+Blue) = 233+172+182=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACB6 is #165349. Grayscale: #BFBFBF. Windows color (decimal): -1463114 or 11971817. OLE color: 11971817.
HSL color Cylindrical-coordinate representation of color #E9ACB6: hue angle of 350.16º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ACB6 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 182 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.09 |
| HSL | 350.16º | 0.58% | 0.79% | - |
| HSV(B) | 350.16º | 0.26% | 0.91% | - |
| XYZ | 56.8 | 50.21 | 50.95 | - |
| YUV | 191.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 182 | 0 | 0.26 | 0.22 | 0.09 | 350.16 | 0.58 | 0.79 |
| Hex | E9 | AC | B6 | 0 | 1A | 16 | 9 | 15E | 3A | 4F |
| Octal | 351 | 254 | 266 | 0 | 32 | 26 | 11 | 536 | 72 | 117 |
| Binary | 11101001 | 10101100 | 10110110 | 0 | 11010 | 10110 | 1001 | 101011110 | 111010 | 1001111 |
Color Harmonies of #E9ACB6
Complementary color
Monochromatic Colors of #E9ACB6
Black with #E9ACB6
Text Example
Text Example
White with #E9ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACB6; }
p { color: rgb(233,172,182); }
H1.HeaderClassName
{
color: #E9ACB6;
}
.AnyTagClassName
{
color: #E9ACB6;
}
</style>
background-color css
<style>
a { background-color: #E9ACB6; }
a { background-color: rgb(233,172,182); }
div.DivClassName
{
background-color: #E9ACB6;
}
.BgClassName
{
background-color: #E9ACB6;
}
</style>
border-color css
<style>
span { border-color: #E9ACB6; }
span { border-color: rgb(233,172,182); }
td.TdClassName
{
border-color: #E9ACB6;
}
.TagClassName
{
border-color: #E9ACB6;
}
</style>