Shades of Blossom #EAB4BA
Tints of Blossom #EAB4BA
RGB
CMYK
RGB Variations
Color information
#EAB4BA (or 0xEAB4BA) is known color: Blossom. HEX triplet: EA, B4 and BA. RGB value is (234,180,186). Sum of RGB (Red+Green+Blue) = 234+180+186=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4BA is #154B45. Grayscale: #C4C4C4. Windows color (decimal): -1395526 or 12236010. OLE color: 12236010.
HSL color Cylindrical-coordinate representation of color #EAB4BA: hue angle of 353.33º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB4BA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 186 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.08 |
| HSL | 353.33º | 0.56% | 0.81% | - |
| HSV(B) | 353.33º | 0.23% | 0.92% | - |
| XYZ | 59.12 | 53.68 | 53.7 | - |
| YUV | 196.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 186 | 0 | 0.23 | 0.21 | 0.08 | 353.33 | 0.56 | 0.81 |
| Hex | EA | B4 | BA | 0 | 17 | 15 | 8 | 161 | 38 | 51 |
| Octal | 352 | 264 | 272 | 0 | 27 | 25 | 10 | 541 | 70 | 121 |
| Binary | 11101010 | 10110100 | 10111010 | 0 | 10111 | 10101 | 1000 | 101100001 | 111000 | 1010001 |
Color Harmonies of #EAB4BA
Complementary color
Monochromatic Colors of #EAB4BA
Black with #EAB4BA
Text Example
Text Example
White with #EAB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4BA; }
p { color: rgb(234,180,186); }
H1.HeaderClassName
{
color: #EAB4BA;
}
.AnyTagClassName
{
color: #EAB4BA;
}
</style>
background-color css
<style>
a { background-color: #EAB4BA; }
a { background-color: rgb(234,180,186); }
div.DivClassName
{
background-color: #EAB4BA;
}
.BgClassName
{
background-color: #EAB4BA;
}
</style>
border-color css
<style>
span { border-color: #EAB4BA; }
span { border-color: rgb(234,180,186); }
td.TdClassName
{
border-color: #EAB4BA;
}
.TagClassName
{
border-color: #EAB4BA;
}
</style>