Shades of Blossom #E1AFBA
Tints of Blossom #E1AFBA
RGB
CMYK
RGB Variations
Color information
#E1AFBA (or 0xE1AFBA) is known color: Blossom. HEX triplet: E1, AF and BA. RGB value is (225,175,186). Sum of RGB (Red+Green+Blue) = 225+175+186=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFBA is #1E5045. Grayscale: #BFBFBF. Windows color (decimal): -1986630 or 12234721. OLE color: 12234721.
HSL color Cylindrical-coordinate representation of color #E1AFBA: hue angle of 346.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFBA is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 186 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.12 |
| HSL | 346.8º | 0.45% | 0.78% | - |
| HSV(B) | 346.8º | 0.22% | 0.88% | - |
| XYZ | 55.24 | 50.21 | 53.23 | - |
| YUV | 191.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 186 | 0 | 0.22 | 0.17 | 0.12 | 346.8 | 0.45 | 0.78 |
| Hex | E1 | AF | BA | 0 | 16 | 11 | C | 15B | 2D | 4E |
| Octal | 341 | 257 | 272 | 0 | 26 | 21 | 14 | 533 | 55 | 116 |
| Binary | 11100001 | 10101111 | 10111010 | 0 | 10110 | 10001 | 1100 | 101011011 | 101101 | 1001110 |
Color Harmonies of #E1AFBA
Complementary color
Monochromatic Colors of #E1AFBA
Black with #E1AFBA
Text Example
Text Example
White with #E1AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFBA; }
p { color: rgb(225,175,186); }
H1.HeaderClassName
{
color: #E1AFBA;
}
.AnyTagClassName
{
color: #E1AFBA;
}
</style>
background-color css
<style>
a { background-color: #E1AFBA; }
a { background-color: rgb(225,175,186); }
div.DivClassName
{
background-color: #E1AFBA;
}
.BgClassName
{
background-color: #E1AFBA;
}
</style>
border-color css
<style>
span { border-color: #E1AFBA; }
span { border-color: rgb(225,175,186); }
td.TdClassName
{
border-color: #E1AFBA;
}
.TagClassName
{
border-color: #E1AFBA;
}
</style>