Shades of Blossom #E2A6B4
Tints of Blossom #E2A6B4
RGB
CMYK
RGB Variations
Color information
#E2A6B4 (or 0xE2A6B4) is known color: Blossom. HEX triplet: E2, A6 and B4. RGB value is (226,166,180). Sum of RGB (Red+Green+Blue) = 226+166+180=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A6B4 is #1D594B. Grayscale: #B9B9B9. Windows color (decimal): -1923404 or 11839202. OLE color: 11839202.
HSL color Cylindrical-coordinate representation of color #E2A6B4: hue angle of 346º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A6B4 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 166 | 180 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.11 |
| HSL | 346º | 0.51% | 0.77% | - |
| HSV(B) | 346º | 0.27% | 0.89% | - |
| XYZ | 53.24 | 46.74 | 49.4 | - |
| YUV | 185.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 166 | 180 | 0 | 0.27 | 0.20 | 0.11 | 346 | 0.51 | 0.77 |
| Hex | E2 | A6 | B4 | 0 | 1B | 14 | B | 15A | 33 | 4D |
| Octal | 342 | 246 | 264 | 0 | 33 | 24 | 13 | 532 | 63 | 115 |
| Binary | 11100010 | 10100110 | 10110100 | 0 | 11011 | 10100 | 1011 | 101011010 | 110011 | 1001101 |
Color Harmonies of #E2A6B4
Complementary color
Monochromatic Colors of #E2A6B4
Black with #E2A6B4
Text Example
Text Example
White with #E2A6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A6B4; }
p { color: rgb(226,166,180); }
H1.HeaderClassName
{
color: #E2A6B4;
}
.AnyTagClassName
{
color: #E2A6B4;
}
</style>
background-color css
<style>
a { background-color: #E2A6B4; }
a { background-color: rgb(226,166,180); }
div.DivClassName
{
background-color: #E2A6B4;
}
.BgClassName
{
background-color: #E2A6B4;
}
</style>
border-color css
<style>
span { border-color: #E2A6B4; }
span { border-color: rgb(226,166,180); }
td.TdClassName
{
border-color: #E2A6B4;
}
.TagClassName
{
border-color: #E2A6B4;
}
</style>