Shades of Blossom #EAA7B1
Tints of Blossom #EAA7B1
RGB
CMYK
RGB Variations
Color information
#EAA7B1 (or 0xEAA7B1) is known color: Blossom. HEX triplet: EA, A7 and B1. RGB value is (234,167,177). Sum of RGB (Red+Green+Blue) = 234+167+177=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA7B1 is #15584E. Grayscale: #BCBCBC. Windows color (decimal): -1398863 or 11642858. OLE color: 11642858.
HSL color Cylindrical-coordinate representation of color #EAA7B1: hue angle of 351.04º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA7B1 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 177 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.08 |
| HSL | 351.04º | 0.61% | 0.79% | - |
| HSV(B) | 351.04º | 0.29% | 0.92% | - |
| XYZ | 55.69 | 48.3 | 47.98 | - |
| YUV | 188.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 177 | 0 | 0.29 | 0.24 | 0.08 | 351.04 | 0.61 | 0.79 |
| Hex | EA | A7 | B1 | 0 | 1D | 18 | 8 | 15F | 3D | 4F |
| Octal | 352 | 247 | 261 | 0 | 35 | 30 | 10 | 537 | 75 | 117 |
| Binary | 11101010 | 10100111 | 10110001 | 0 | 11101 | 11000 | 1000 | 101011111 | 111101 | 1001111 |
Color Harmonies of #EAA7B1
Complementary color
Monochromatic Colors of #EAA7B1
Black with #EAA7B1
Text Example
Text Example
White with #EAA7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7B1; }
p { color: rgb(234,167,177); }
H1.HeaderClassName
{
color: #EAA7B1;
}
.AnyTagClassName
{
color: #EAA7B1;
}
</style>
background-color css
<style>
a { background-color: #EAA7B1; }
a { background-color: rgb(234,167,177); }
div.DivClassName
{
background-color: #EAA7B1;
}
.BgClassName
{
background-color: #EAA7B1;
}
</style>
border-color css
<style>
span { border-color: #EAA7B1; }
span { border-color: rgb(234,167,177); }
td.TdClassName
{
border-color: #EAA7B1;
}
.TagClassName
{
border-color: #EAA7B1;
}
</style>