Shades of Blossom #E9AFB5
Tints of Blossom #E9AFB5
RGB
CMYK
RGB Variations
Color information
#E9AFB5 (or 0xE9AFB5) is known color: Blossom. HEX triplet: E9, AF and B5. RGB value is (233,175,181). Sum of RGB (Red+Green+Blue) = 233+175+181=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFB5 is #16504A. Grayscale: #C1C1C1. Windows color (decimal): -1462347 or 11907049. OLE color: 11907049.
HSL color Cylindrical-coordinate representation of color #E9AFB5: hue angle of 353.79º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AFB5 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 181 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.09 |
| HSL | 353.79º | 0.57% | 0.8% | - |
| HSV(B) | 353.79º | 0.25% | 0.91% | - |
| XYZ | 57.27 | 51.32 | 50.6 | - |
| YUV | 193.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 181 | 0 | 0.25 | 0.22 | 0.09 | 353.79 | 0.57 | 0.8 |
| Hex | E9 | AF | B5 | 0 | 19 | 16 | 9 | 162 | 39 | 50 |
| Octal | 351 | 257 | 265 | 0 | 31 | 26 | 11 | 542 | 71 | 120 |
| Binary | 11101001 | 10101111 | 10110101 | 0 | 11001 | 10110 | 1001 | 101100010 | 111001 | 1010000 |
Color Harmonies of #E9AFB5
Complementary color
Monochromatic Colors of #E9AFB5
Black with #E9AFB5
Text Example
Text Example
White with #E9AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFB5; }
p { color: rgb(233,175,181); }
H1.HeaderClassName
{
color: #E9AFB5;
}
.AnyTagClassName
{
color: #E9AFB5;
}
</style>
background-color css
<style>
a { background-color: #E9AFB5; }
a { background-color: rgb(233,175,181); }
div.DivClassName
{
background-color: #E9AFB5;
}
.BgClassName
{
background-color: #E9AFB5;
}
</style>
border-color css
<style>
span { border-color: #E9AFB5; }
span { border-color: rgb(233,175,181); }
td.TdClassName
{
border-color: #E9AFB5;
}
.TagClassName
{
border-color: #E9AFB5;
}
</style>