Shades of Blossom #E9ADB4
Tints of Blossom #E9ADB4
RGB
CMYK
RGB Variations
Color information
#E9ADB4 (or 0xE9ADB4) is known color: Blossom. HEX triplet: E9, AD and B4. RGB value is (233,173,180). Sum of RGB (Red+Green+Blue) = 233+173+180=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADB4 is #16524B. Grayscale: #BFBFBF. Windows color (decimal): -1462860 or 11841001. OLE color: 11841001.
HSL color Cylindrical-coordinate representation of color #E9ADB4: hue angle of 353º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADB4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 180 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.09 |
| HSL | 353º | 0.58% | 0.8% | - |
| HSV(B) | 353º | 0.26% | 0.91% | - |
| XYZ | 56.79 | 50.51 | 49.94 | - |
| YUV | 191.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 180 | 0 | 0.26 | 0.23 | 0.09 | 353 | 0.58 | 0.8 |
| Hex | E9 | AD | B4 | 0 | 1A | 17 | 9 | 161 | 3A | 50 |
| Octal | 351 | 255 | 264 | 0 | 32 | 27 | 11 | 541 | 72 | 120 |
| Binary | 11101001 | 10101101 | 10110100 | 0 | 11010 | 10111 | 1001 | 101100001 | 111010 | 1010000 |
Color Harmonies of #E9ADB4
Complementary color
Monochromatic Colors of #E9ADB4
Black with #E9ADB4
Text Example
Text Example
White with #E9ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADB4; }
p { color: rgb(233,173,180); }
H1.HeaderClassName
{
color: #E9ADB4;
}
.AnyTagClassName
{
color: #E9ADB4;
}
</style>
background-color css
<style>
a { background-color: #E9ADB4; }
a { background-color: rgb(233,173,180); }
div.DivClassName
{
background-color: #E9ADB4;
}
.BgClassName
{
background-color: #E9ADB4;
}
</style>
border-color css
<style>
span { border-color: #E9ADB4; }
span { border-color: rgb(233,173,180); }
td.TdClassName
{
border-color: #E9ADB4;
}
.TagClassName
{
border-color: #E9ADB4;
}
</style>