Shades of Blossom #E7ACB3
Tints of Blossom #E7ACB3
RGB
CMYK
RGB Variations
Color information
#E7ACB3 (or 0xE7ACB3) is known color: Blossom. HEX triplet: E7, AC and B3. RGB value is (231,172,179). Sum of RGB (Red+Green+Blue) = 231+172+179=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACB3 is #18534C. Grayscale: #BEBEBE. Windows color (decimal): -1594189 or 11775207. OLE color: 11775207.
HSL color Cylindrical-coordinate representation of color #E7ACB3: hue angle of 352.88º degrees, saturation: 0.55, 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 #E7ACB3 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 179 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.09 |
| HSL | 352.88º | 0.55% | 0.79% | - |
| HSV(B) | 352.88º | 0.26% | 0.91% | - |
| XYZ | 55.84 | 49.75 | 49.31 | - |
| YUV | 190.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 179 | 0 | 0.26 | 0.23 | 0.09 | 352.88 | 0.55 | 0.79 |
| Hex | E7 | AC | B3 | 0 | 1A | 17 | 9 | 161 | 37 | 4F |
| Octal | 347 | 254 | 263 | 0 | 32 | 27 | 11 | 541 | 67 | 117 |
| Binary | 11100111 | 10101100 | 10110011 | 0 | 11010 | 10111 | 1001 | 101100001 | 110111 | 1001111 |
Color Harmonies of #E7ACB3
Complementary color
Monochromatic Colors of #E7ACB3
Black with #E7ACB3
Text Example
Text Example
White with #E7ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ACB3; }
p { color: rgb(231,172,179); }
H1.HeaderClassName
{
color: #E7ACB3;
}
.AnyTagClassName
{
color: #E7ACB3;
}
</style>
background-color css
<style>
a { background-color: #E7ACB3; }
a { background-color: rgb(231,172,179); }
div.DivClassName
{
background-color: #E7ACB3;
}
.BgClassName
{
background-color: #E7ACB3;
}
</style>
border-color css
<style>
span { border-color: #E7ACB3; }
span { border-color: rgb(231,172,179); }
td.TdClassName
{
border-color: #E7ACB3;
}
.TagClassName
{
border-color: #E7ACB3;
}
</style>