Shades of Blossom #EABBBC
Tints of Blossom #EABBBC
RGB
CMYK
RGB Variations
Color information
#EABBBC (or 0xEABBBC) is known color: Blossom. HEX triplet: EA, BB and BC. RGB value is (234,187,188). Sum of RGB (Red+Green+Blue) = 234+187+188=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBBC is #154443. Grayscale: #C9C9C9. Windows color (decimal): -1393732 or 12368874. OLE color: 12368874.
HSL color Cylindrical-coordinate representation of color #EABBBC: hue angle of 358.72º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABBBC is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 188 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.08 |
| HSL | 358.72º | 0.53% | 0.83% | - |
| HSV(B) | 358.72º | 0.2% | 0.92% | - |
| XYZ | 60.78 | 56.66 | 55.31 | - |
| YUV | 201.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 188 | 0 | 0.20 | 0.20 | 0.08 | 358.72 | 0.53 | 0.83 |
| Hex | EA | BB | BC | 0 | 14 | 14 | 8 | 167 | 35 | 53 |
| Octal | 352 | 273 | 274 | 0 | 24 | 24 | 10 | 547 | 65 | 123 |
| Binary | 11101010 | 10111011 | 10111100 | 0 | 10100 | 10100 | 1000 | 101100111 | 110101 | 1010011 |
Color Harmonies of #EABBBC
Complementary color
Monochromatic Colors of #EABBBC
Black with #EABBBC
Text Example
Text Example
White with #EABBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBBC; }
p { color: rgb(234,187,188); }
H1.HeaderClassName
{
color: #EABBBC;
}
.AnyTagClassName
{
color: #EABBBC;
}
</style>
background-color css
<style>
a { background-color: #EABBBC; }
a { background-color: rgb(234,187,188); }
div.DivClassName
{
background-color: #EABBBC;
}
.BgClassName
{
background-color: #EABBBC;
}
</style>
border-color css
<style>
span { border-color: #EABBBC; }
span { border-color: rgb(234,187,188); }
td.TdClassName
{
border-color: #EABBBC;
}
.TagClassName
{
border-color: #EABBBC;
}
</style>