Shades of Blossom #EABABC
Tints of Blossom #EABABC
RGB
CMYK
RGB Variations
Color information
#EABABC (or 0xEABABC) is known color: Blossom. HEX triplet: EA, BA and BC. RGB value is (234,186,188). Sum of RGB (Red+Green+Blue) = 234+186+188=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EABABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABABC is #154543. Grayscale: #C8C8C8. Windows color (decimal): -1393988 or 12368618. OLE color: 12368618.
HSL color Cylindrical-coordinate representation of color #EABABC: hue angle of 357.5º degrees, saturation: 0.53, 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 #EABABC is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 188 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.08 |
| HSL | 357.5º | 0.53% | 0.82% | - |
| HSV(B) | 357.5º | 0.21% | 0.92% | - |
| XYZ | 60.57 | 56.24 | 55.24 | - |
| YUV | 200.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 188 | 0 | 0.21 | 0.20 | 0.08 | 357.5 | 0.53 | 0.82 |
| Hex | EA | BA | BC | 0 | 15 | 14 | 8 | 166 | 35 | 52 |
| Octal | 352 | 272 | 274 | 0 | 25 | 24 | 10 | 546 | 65 | 122 |
| Binary | 11101010 | 10111010 | 10111100 | 0 | 10101 | 10100 | 1000 | 101100110 | 110101 | 1010010 |
Color Harmonies of #EABABC
Complementary color
Monochromatic Colors of #EABABC
Black with #EABABC
Text Example
Text Example
White with #EABABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABABC; }
p { color: rgb(234,186,188); }
H1.HeaderClassName
{
color: #EABABC;
}
.AnyTagClassName
{
color: #EABABC;
}
</style>
background-color css
<style>
a { background-color: #EABABC; }
a { background-color: rgb(234,186,188); }
div.DivClassName
{
background-color: #EABABC;
}
.BgClassName
{
background-color: #EABABC;
}
</style>
border-color css
<style>
span { border-color: #EABABC; }
span { border-color: rgb(234,186,188); }
td.TdClassName
{
border-color: #EABABC;
}
.TagClassName
{
border-color: #EABABC;
}
</style>