Shades of Blossom #E2ACB7
Tints of Blossom #E2ACB7
RGB
CMYK
RGB Variations
Color information
#E2ACB7 (or 0xE2ACB7) is known color: Blossom. HEX triplet: E2, AC and B7. RGB value is (226,172,183). Sum of RGB (Red+Green+Blue) = 226+172+183=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACB7 is #1D5348. Grayscale: #BDBDBD. Windows color (decimal): -1921865 or 12037346. OLE color: 12037346.
HSL color Cylindrical-coordinate representation of color #E2ACB7: hue angle of 347.78º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACB7 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 183 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.11 |
| HSL | 347.78º | 0.48% | 0.78% | - |
| HSV(B) | 347.78º | 0.24% | 0.89% | - |
| XYZ | 54.66 | 49.09 | 51.39 | - |
| YUV | 189.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 183 | 0 | 0.24 | 0.19 | 0.11 | 347.78 | 0.48 | 0.78 |
| Hex | E2 | AC | B7 | 0 | 18 | 13 | B | 15C | 30 | 4E |
| Octal | 342 | 254 | 267 | 0 | 30 | 23 | 13 | 534 | 60 | 116 |
| Binary | 11100010 | 10101100 | 10110111 | 0 | 11000 | 10011 | 1011 | 101011100 | 110000 | 1001110 |
Color Harmonies of #E2ACB7
Complementary color
Monochromatic Colors of #E2ACB7
Black with #E2ACB7
Text Example
Text Example
White with #E2ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACB7; }
p { color: rgb(226,172,183); }
H1.HeaderClassName
{
color: #E2ACB7;
}
.AnyTagClassName
{
color: #E2ACB7;
}
</style>
background-color css
<style>
a { background-color: #E2ACB7; }
a { background-color: rgb(226,172,183); }
div.DivClassName
{
background-color: #E2ACB7;
}
.BgClassName
{
background-color: #E2ACB7;
}
</style>
border-color css
<style>
span { border-color: #E2ACB7; }
span { border-color: rgb(226,172,183); }
td.TdClassName
{
border-color: #E2ACB7;
}
.TagClassName
{
border-color: #E2ACB7;
}
</style>