Shades of Blossom #E8ACB3
Tints of Blossom #E8ACB3
RGB
CMYK
RGB Variations
Color information
#E8ACB3 (or 0xE8ACB3) is known color: Blossom. HEX triplet: E8, AC and B3. RGB value is (232,172,179). Sum of RGB (Red+Green+Blue) = 232+172+179=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACB3 is #17534C. Grayscale: #BEBEBE. Windows color (decimal): -1528653 or 11775208. OLE color: 11775208.
HSL color Cylindrical-coordinate representation of color #E8ACB3: hue angle of 353º degrees, saturation: 0.57, 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 #E8ACB3 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 179 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.09 |
| HSL | 353º | 0.57% | 0.79% | - |
| HSV(B) | 353º | 0.26% | 0.91% | - |
| XYZ | 56.17 | 49.92 | 49.32 | - |
| YUV | 190.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 179 | 0 | 0.26 | 0.23 | 0.09 | 353 | 0.57 | 0.79 |
| Hex | E8 | AC | B3 | 0 | 1A | 17 | 9 | 161 | 39 | 4F |
| Octal | 350 | 254 | 263 | 0 | 32 | 27 | 11 | 541 | 71 | 117 |
| Binary | 11101000 | 10101100 | 10110011 | 0 | 11010 | 10111 | 1001 | 101100001 | 111001 | 1001111 |
Color Harmonies of #E8ACB3
Complementary color
Monochromatic Colors of #E8ACB3
Black with #E8ACB3
Text Example
Text Example
White with #E8ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACB3; }
p { color: rgb(232,172,179); }
H1.HeaderClassName
{
color: #E8ACB3;
}
.AnyTagClassName
{
color: #E8ACB3;
}
</style>
background-color css
<style>
a { background-color: #E8ACB3; }
a { background-color: rgb(232,172,179); }
div.DivClassName
{
background-color: #E8ACB3;
}
.BgClassName
{
background-color: #E8ACB3;
}
</style>
border-color css
<style>
span { border-color: #E8ACB3; }
span { border-color: rgb(232,172,179); }
td.TdClassName
{
border-color: #E8ACB3;
}
.TagClassName
{
border-color: #E8ACB3;
}
</style>