Shades of Blossom #E2ACB4
Tints of Blossom #E2ACB4
RGB
CMYK
RGB Variations
Color information
#E2ACB4 (or 0xE2ACB4) is known color: Blossom. HEX triplet: E2, AC and B4. RGB value is (226,172,180). Sum of RGB (Red+Green+Blue) = 226+172+180=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACB4 is #1D534B. Grayscale: #BDBDBD. Windows color (decimal): -1921868 or 11840738. OLE color: 11840738.
HSL color Cylindrical-coordinate representation of color #E2ACB4: hue angle of 351.11º 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 #E2ACB4 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 180 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.11 |
| HSL | 351.11º | 0.48% | 0.78% | - |
| HSV(B) | 351.11º | 0.24% | 0.89% | - |
| XYZ | 54.35 | 48.97 | 49.77 | - |
| YUV | 189.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 180 | 0 | 0.24 | 0.20 | 0.11 | 351.11 | 0.48 | 0.78 |
| Hex | E2 | AC | B4 | 0 | 18 | 14 | B | 15F | 30 | 4E |
| Octal | 342 | 254 | 264 | 0 | 30 | 24 | 13 | 537 | 60 | 116 |
| Binary | 11100010 | 10101100 | 10110100 | 0 | 11000 | 10100 | 1011 | 101011111 | 110000 | 1001110 |
Color Harmonies of #E2ACB4
Complementary color
Monochromatic Colors of #E2ACB4
Black with #E2ACB4
Text Example
Text Example
White with #E2ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACB4; }
p { color: rgb(226,172,180); }
H1.HeaderClassName
{
color: #E2ACB4;
}
.AnyTagClassName
{
color: #E2ACB4;
}
</style>
background-color css
<style>
a { background-color: #E2ACB4; }
a { background-color: rgb(226,172,180); }
div.DivClassName
{
background-color: #E2ACB4;
}
.BgClassName
{
background-color: #E2ACB4;
}
</style>
border-color css
<style>
span { border-color: #E2ACB4; }
span { border-color: rgb(226,172,180); }
td.TdClassName
{
border-color: #E2ACB4;
}
.TagClassName
{
border-color: #E2ACB4;
}
</style>