Shades of Blossom #E2ACB2
Tints of Blossom #E2ACB2
RGB
CMYK
RGB Variations
Color information
#E2ACB2 (or 0xE2ACB2) is known color: Blossom. HEX triplet: E2, AC and B2. RGB value is (226,172,178). Sum of RGB (Red+Green+Blue) = 226+172+178=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ACB2 is #1D534D. Grayscale: #BCBCBC. Windows color (decimal): -1921870 or 11709666. OLE color: 11709666.
HSL color Cylindrical-coordinate representation of color #E2ACB2: hue angle of 353.33º 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 #E2ACB2 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 178 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.11 |
| HSL | 353.33º | 0.48% | 0.78% | - |
| HSV(B) | 353.33º | 0.24% | 0.89% | - |
| XYZ | 54.15 | 48.89 | 48.7 | - |
| YUV | 188.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 178 | 0 | 0.24 | 0.21 | 0.11 | 353.33 | 0.48 | 0.78 |
| Hex | E2 | AC | B2 | 0 | 18 | 15 | B | 161 | 30 | 4E |
| Octal | 342 | 254 | 262 | 0 | 30 | 25 | 13 | 541 | 60 | 116 |
| Binary | 11100010 | 10101100 | 10110010 | 0 | 11000 | 10101 | 1011 | 101100001 | 110000 | 1001110 |
Color Harmonies of #E2ACB2
Complementary color
Monochromatic Colors of #E2ACB2
Black with #E2ACB2
Text Example
Text Example
White with #E2ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACB2; }
p { color: rgb(226,172,178); }
H1.HeaderClassName
{
color: #E2ACB2;
}
.AnyTagClassName
{
color: #E2ACB2;
}
</style>
background-color css
<style>
a { background-color: #E2ACB2; }
a { background-color: rgb(226,172,178); }
div.DivClassName
{
background-color: #E2ACB2;
}
.BgClassName
{
background-color: #E2ACB2;
}
</style>
border-color css
<style>
span { border-color: #E2ACB2; }
span { border-color: rgb(226,172,178); }
td.TdClassName
{
border-color: #E2ACB2;
}
.TagClassName
{
border-color: #E2ACB2;
}
</style>