Shades of Blossom #E1AEB4
Tints of Blossom #E1AEB4
RGB
CMYK
RGB Variations
Color information
#E1AEB4 (or 0xE1AEB4) is known color: Blossom. HEX triplet: E1, AE and B4. RGB value is (225,174,180). Sum of RGB (Red+Green+Blue) = 225+174+180=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEB4 is #1E514B. Grayscale: #BDBDBD. Windows color (decimal): -1986892 or 11841249. OLE color: 11841249.
HSL color Cylindrical-coordinate representation of color #E1AEB4: hue angle of 352.94º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AEB4 is Cyan = 0, Magento = 0.23, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 174 | 180 | - |
| CMYK | 0 | 0.23 | 0.2 | 0.12 |
| HSL | 352.94º | 0.46% | 0.78% | - |
| HSV(B) | 352.94º | 0.23% | 0.88% | - |
| XYZ | 54.43 | 49.57 | 49.88 | - |
| YUV | 189.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 180 | 0 | 0.23 | 0.2 | 0.12 | 352.94 | 0.46 | 0.78 |
| Hex | E1 | AE | B4 | 0 | 17 | 14 | C | 161 | 2E | 4E |
| Octal | 341 | 256 | 264 | 0 | 27 | 24 | 14 | 541 | 56 | 116 |
| Binary | 11100001 | 10101110 | 10110100 | 0 | 10111 | 10100 | 1100 | 101100001 | 101110 | 1001110 |
Color Harmonies of #E1AEB4
Complementary color
Monochromatic Colors of #E1AEB4
Black with #E1AEB4
Text Example
Text Example
White with #E1AEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AEB4; }
p { color: rgb(225,174,180); }
H1.HeaderClassName
{
color: #E1AEB4;
}
.AnyTagClassName
{
color: #E1AEB4;
}
</style>
background-color css
<style>
a { background-color: #E1AEB4; }
a { background-color: rgb(225,174,180); }
div.DivClassName
{
background-color: #E1AEB4;
}
.BgClassName
{
background-color: #E1AEB4;
}
</style>
border-color css
<style>
span { border-color: #E1AEB4; }
span { border-color: rgb(225,174,180); }
td.TdClassName
{
border-color: #E1AEB4;
}
.TagClassName
{
border-color: #E1AEB4;
}
</style>