Shades of Blossom #EAA8B1
Tints of Blossom #EAA8B1
RGB
CMYK
RGB Variations
Color information
#EAA8B1 (or 0xEAA8B1) is known color: Blossom. HEX triplet: EA, A8 and B1. RGB value is (234,168,177). Sum of RGB (Red+Green+Blue) = 234+168+177=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA8B1 is #15574E. Grayscale: #BCBCBC. Windows color (decimal): -1398607 or 11643114. OLE color: 11643114.
HSL color Cylindrical-coordinate representation of color #EAA8B1: hue angle of 351.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8B1 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 177 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.08 |
| HSL | 351.82º | 0.61% | 0.79% | - |
| HSV(B) | 351.82º | 0.28% | 0.92% | - |
| XYZ | 55.87 | 48.67 | 48.04 | - |
| YUV | 188.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 177 | 0 | 0.28 | 0.24 | 0.08 | 351.82 | 0.61 | 0.79 |
| Hex | EA | A8 | B1 | 0 | 1C | 18 | 8 | 160 | 3D | 4F |
| Octal | 352 | 250 | 261 | 0 | 34 | 30 | 10 | 540 | 75 | 117 |
| Binary | 11101010 | 10101000 | 10110001 | 0 | 11100 | 11000 | 1000 | 101100000 | 111101 | 1001111 |
Color Harmonies of #EAA8B1
Complementary color
Monochromatic Colors of #EAA8B1
Black with #EAA8B1
Text Example
Text Example
White with #EAA8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8B1; }
p { color: rgb(234,168,177); }
H1.HeaderClassName
{
color: #EAA8B1;
}
.AnyTagClassName
{
color: #EAA8B1;
}
</style>
background-color css
<style>
a { background-color: #EAA8B1; }
a { background-color: rgb(234,168,177); }
div.DivClassName
{
background-color: #EAA8B1;
}
.BgClassName
{
background-color: #EAA8B1;
}
</style>
border-color css
<style>
span { border-color: #EAA8B1; }
span { border-color: rgb(234,168,177); }
td.TdClassName
{
border-color: #EAA8B1;
}
.TagClassName
{
border-color: #EAA8B1;
}
</style>