Shades of Blossom #EAB4BB
Tints of Blossom #EAB4BB
RGB
CMYK
RGB Variations
Color information
#EAB4BB (or 0xEAB4BB) is known color: Blossom. HEX triplet: EA, B4 and BB. RGB value is (234,180,187). Sum of RGB (Red+Green+Blue) = 234+180+187=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4BB is #154B44. Grayscale: #C4C4C4. Windows color (decimal): -1395525 or 12301546. OLE color: 12301546.
HSL color Cylindrical-coordinate representation of color #EAB4BB: hue angle of 352.22º 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 #EAB4BB is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 187 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.08 |
| HSL | 352.22º | 0.56% | 0.81% | - |
| HSV(B) | 352.22º | 0.23% | 0.92% | - |
| XYZ | 59.22 | 53.72 | 54.26 | - |
| YUV | 196.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 187 | 0 | 0.23 | 0.20 | 0.08 | 352.22 | 0.56 | 0.81 |
| Hex | EA | B4 | BB | 0 | 17 | 14 | 8 | 160 | 38 | 51 |
| Octal | 352 | 264 | 273 | 0 | 27 | 24 | 10 | 540 | 70 | 121 |
| Binary | 11101010 | 10110100 | 10111011 | 0 | 10111 | 10100 | 1000 | 101100000 | 111000 | 1010001 |
Color Harmonies of #EAB4BB
Complementary color
Monochromatic Colors of #EAB4BB
Black with #EAB4BB
Text Example
Text Example
White with #EAB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4BB; }
p { color: rgb(234,180,187); }
H1.HeaderClassName
{
color: #EAB4BB;
}
.AnyTagClassName
{
color: #EAB4BB;
}
</style>
background-color css
<style>
a { background-color: #EAB4BB; }
a { background-color: rgb(234,180,187); }
div.DivClassName
{
background-color: #EAB4BB;
}
.BgClassName
{
background-color: #EAB4BB;
}
</style>
border-color css
<style>
span { border-color: #EAB4BB; }
span { border-color: rgb(234,180,187); }
td.TdClassName
{
border-color: #EAB4BB;
}
.TagClassName
{
border-color: #EAB4BB;
}
</style>