Shades of Blossom #E9ACB8
Tints of Blossom #E9ACB8
RGB
CMYK
RGB Variations
Color information
#E9ACB8 (or 0xE9ACB8) is known color: Blossom. HEX triplet: E9, AC and B8. RGB value is (233,172,184). Sum of RGB (Red+Green+Blue) = 233+172+184=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACB8 is #165347. Grayscale: #BFBFBF. Windows color (decimal): -1463112 or 12102889. OLE color: 12102889.
HSL color Cylindrical-coordinate representation of color #E9ACB8: hue angle of 348.2º 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 #E9ACB8 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 184 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.09 |
| HSL | 348.2º | 0.58% | 0.79% | - |
| HSV(B) | 348.2º | 0.26% | 0.91% | - |
| XYZ | 57.01 | 50.29 | 52.05 | - |
| YUV | 191.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 184 | 0 | 0.26 | 0.21 | 0.09 | 348.2 | 0.58 | 0.79 |
| Hex | E9 | AC | B8 | 0 | 1A | 15 | 9 | 15C | 3A | 4F |
| Octal | 351 | 254 | 270 | 0 | 32 | 25 | 11 | 534 | 72 | 117 |
| Binary | 11101001 | 10101100 | 10111000 | 0 | 11010 | 10101 | 1001 | 101011100 | 111010 | 1001111 |
Color Harmonies of #E9ACB8
Complementary color
Monochromatic Colors of #E9ACB8
Black with #E9ACB8
Text Example
Text Example
White with #E9ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACB8; }
p { color: rgb(233,172,184); }
H1.HeaderClassName
{
color: #E9ACB8;
}
.AnyTagClassName
{
color: #E9ACB8;
}
</style>
background-color css
<style>
a { background-color: #E9ACB8; }
a { background-color: rgb(233,172,184); }
div.DivClassName
{
background-color: #E9ACB8;
}
.BgClassName
{
background-color: #E9ACB8;
}
</style>
border-color css
<style>
span { border-color: #E9ACB8; }
span { border-color: rgb(233,172,184); }
td.TdClassName
{
border-color: #E9ACB8;
}
.TagClassName
{
border-color: #E9ACB8;
}
</style>