Shades of Blossom #EAB8BA
Tints of Blossom #EAB8BA
RGB
CMYK
RGB Variations
Color information
#EAB8BA (or 0xEAB8BA) is known color: Blossom. HEX triplet: EA, B8 and BA. RGB value is (234,184,186). Sum of RGB (Red+Green+Blue) = 234+184+186=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8BA is #154745. Grayscale: #C7C7C7. Windows color (decimal): -1394502 or 12237034. OLE color: 12237034.
HSL color Cylindrical-coordinate representation of color #EAB8BA: hue angle of 357.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB8BA is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 186 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.08 |
| HSL | 357.6º | 0.54% | 0.82% | - |
| HSV(B) | 357.6º | 0.21% | 0.92% | - |
| XYZ | 59.94 | 55.32 | 53.97 | - |
| YUV | 199.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 186 | 0 | 0.21 | 0.21 | 0.08 | 357.6 | 0.54 | 0.82 |
| Hex | EA | B8 | BA | 0 | 15 | 15 | 8 | 166 | 36 | 52 |
| Octal | 352 | 270 | 272 | 0 | 25 | 25 | 10 | 546 | 66 | 122 |
| Binary | 11101010 | 10111000 | 10111010 | 0 | 10101 | 10101 | 1000 | 101100110 | 110110 | 1010010 |
Color Harmonies of #EAB8BA
Complementary color
Monochromatic Colors of #EAB8BA
Black with #EAB8BA
Text Example
Text Example
White with #EAB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8BA; }
p { color: rgb(234,184,186); }
H1.HeaderClassName
{
color: #EAB8BA;
}
.AnyTagClassName
{
color: #EAB8BA;
}
</style>
background-color css
<style>
a { background-color: #EAB8BA; }
a { background-color: rgb(234,184,186); }
div.DivClassName
{
background-color: #EAB8BA;
}
.BgClassName
{
background-color: #EAB8BA;
}
</style>
border-color css
<style>
span { border-color: #EAB8BA; }
span { border-color: rgb(234,184,186); }
td.TdClassName
{
border-color: #EAB8BA;
}
.TagClassName
{
border-color: #EAB8BA;
}
</style>