Shades of Blossom #E4AEBA
Tints of Blossom #E4AEBA
RGB
CMYK
RGB Variations
Color information
#E4AEBA (or 0xE4AEBA) is known color: Blossom. HEX triplet: E4, AE and BA. RGB value is (228,174,186). Sum of RGB (Red+Green+Blue) = 228+174+186=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AEBA is #1B5145. Grayscale: #BFBFBF. Windows color (decimal): -1790278 or 12234468. OLE color: 12234468.
HSL color Cylindrical-coordinate representation of color #E4AEBA: hue angle of 346.67º 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 #E4AEBA is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 174 | 186 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.11 |
| HSL | 346.67º | 0.5% | 0.79% | - |
| HSV(B) | 346.67º | 0.24% | 0.89% | - |
| XYZ | 55.99 | 50.31 | 53.21 | - |
| YUV | 191.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 174 | 186 | 0 | 0.24 | 0.18 | 0.11 | 346.67 | 0.5 | 0.79 |
| Hex | E4 | AE | BA | 0 | 18 | 12 | B | 15B | 32 | 4F |
| Octal | 344 | 256 | 272 | 0 | 30 | 22 | 13 | 533 | 62 | 117 |
| Binary | 11100100 | 10101110 | 10111010 | 0 | 11000 | 10010 | 1011 | 101011011 | 110010 | 1001111 |
Color Harmonies of #E4AEBA
Complementary color
Monochromatic Colors of #E4AEBA
Black with #E4AEBA
Text Example
Text Example
White with #E4AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AEBA; }
p { color: rgb(228,174,186); }
H1.HeaderClassName
{
color: #E4AEBA;
}
.AnyTagClassName
{
color: #E4AEBA;
}
</style>
background-color css
<style>
a { background-color: #E4AEBA; }
a { background-color: rgb(228,174,186); }
div.DivClassName
{
background-color: #E4AEBA;
}
.BgClassName
{
background-color: #E4AEBA;
}
</style>
border-color css
<style>
span { border-color: #E4AEBA; }
span { border-color: rgb(228,174,186); }
td.TdClassName
{
border-color: #E4AEBA;
}
.TagClassName
{
border-color: #E4AEBA;
}
</style>