Shades of Blossom #E4ADBA
Tints of Blossom #E4ADBA
RGB
CMYK
RGB Variations
Color information
#E4ADBA (or 0xE4ADBA) is known color: Blossom. HEX triplet: E4, AD and BA. RGB value is (228,173,186). Sum of RGB (Red+Green+Blue) = 228+173+186=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ADBA is #1B5245. Grayscale: #BEBEBE. Windows color (decimal): -1790534 or 12234212. OLE color: 12234212.
HSL color Cylindrical-coordinate representation of color #E4ADBA: hue angle of 345.82º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4ADBA is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 186 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.11 |
| HSL | 345.82º | 0.5% | 0.79% | - |
| HSV(B) | 345.82º | 0.24% | 0.89% | - |
| XYZ | 55.8 | 49.93 | 53.15 | - |
| YUV | 190.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 186 | 0 | 0.24 | 0.18 | 0.11 | 345.82 | 0.5 | 0.79 |
| Hex | E4 | AD | BA | 0 | 18 | 12 | B | 15A | 32 | 4F |
| Octal | 344 | 255 | 272 | 0 | 30 | 22 | 13 | 532 | 62 | 117 |
| Binary | 11100100 | 10101101 | 10111010 | 0 | 11000 | 10010 | 1011 | 101011010 | 110010 | 1001111 |
Color Harmonies of #E4ADBA
Complementary color
Monochromatic Colors of #E4ADBA
Black with #E4ADBA
Text Example
Text Example
White with #E4ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADBA; }
p { color: rgb(228,173,186); }
H1.HeaderClassName
{
color: #E4ADBA;
}
.AnyTagClassName
{
color: #E4ADBA;
}
</style>
background-color css
<style>
a { background-color: #E4ADBA; }
a { background-color: rgb(228,173,186); }
div.DivClassName
{
background-color: #E4ADBA;
}
.BgClassName
{
background-color: #E4ADBA;
}
</style>
border-color css
<style>
span { border-color: #E4ADBA; }
span { border-color: rgb(228,173,186); }
td.TdClassName
{
border-color: #E4ADBA;
}
.TagClassName
{
border-color: #E4ADBA;
}
</style>