Shades of Blossom #E5ADBA
Tints of Blossom #E5ADBA
RGB
CMYK
RGB Variations
Color information
#E5ADBA (or 0xE5ADBA) is known color: Blossom. HEX triplet: E5, AD and BA. RGB value is (229,173,186). Sum of RGB (Red+Green+Blue) = 229+173+186=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADBA is #1A5245. Grayscale: #BFBFBF. Windows color (decimal): -1724998 or 12234213. OLE color: 12234213.
HSL color Cylindrical-coordinate representation of color #E5ADBA: hue angle of 346.07º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5ADBA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 186 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.10 |
| HSL | 346.07º | 0.52% | 0.79% | - |
| HSV(B) | 346.07º | 0.24% | 0.9% | - |
| XYZ | 56.12 | 50.09 | 53.16 | - |
| YUV | 191.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 186 | 0 | 0.24 | 0.19 | 0.10 | 346.07 | 0.52 | 0.79 |
| Hex | E5 | AD | BA | 0 | 18 | 13 | A | 15A | 34 | 4F |
| Octal | 345 | 255 | 272 | 0 | 30 | 23 | 12 | 532 | 64 | 117 |
| Binary | 11100101 | 10101101 | 10111010 | 0 | 11000 | 10011 | 1010 | 101011010 | 110100 | 1001111 |
Color Harmonies of #E5ADBA
Complementary color
Monochromatic Colors of #E5ADBA
Black with #E5ADBA
Text Example
Text Example
White with #E5ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADBA; }
p { color: rgb(229,173,186); }
H1.HeaderClassName
{
color: #E5ADBA;
}
.AnyTagClassName
{
color: #E5ADBA;
}
</style>
background-color css
<style>
a { background-color: #E5ADBA; }
a { background-color: rgb(229,173,186); }
div.DivClassName
{
background-color: #E5ADBA;
}
.BgClassName
{
background-color: #E5ADBA;
}
</style>
border-color css
<style>
span { border-color: #E5ADBA; }
span { border-color: rgb(229,173,186); }
td.TdClassName
{
border-color: #E5ADBA;
}
.TagClassName
{
border-color: #E5ADBA;
}
</style>