Shades of Blossom #EAAEBA
Tints of Blossom #EAAEBA
RGB
CMYK
RGB Variations
Color information
#EAAEBA (or 0xEAAEBA) is known color: Blossom. HEX triplet: EA, AE and BA. RGB value is (234,174,186). Sum of RGB (Red+Green+Blue) = 234+174+186=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEBA is #155145. Grayscale: #C1C1C1. Windows color (decimal): -1397062 or 12234474. OLE color: 12234474.
HSL color Cylindrical-coordinate representation of color #EAAEBA: hue angle of 348º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEBA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 186 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.08 |
| HSL | 348º | 0.59% | 0.8% | - |
| HSV(B) | 348º | 0.26% | 0.92% | - |
| XYZ | 57.93 | 51.31 | 53.3 | - |
| YUV | 193.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 186 | 0 | 0.26 | 0.21 | 0.08 | 348 | 0.59 | 0.8 |
| Hex | EA | AE | BA | 0 | 1A | 15 | 8 | 15C | 3B | 50 |
| Octal | 352 | 256 | 272 | 0 | 32 | 25 | 10 | 534 | 73 | 120 |
| Binary | 11101010 | 10101110 | 10111010 | 0 | 11010 | 10101 | 1000 | 101011100 | 111011 | 1010000 |
Color Harmonies of #EAAEBA
Complementary color
Monochromatic Colors of #EAAEBA
Black with #EAAEBA
Text Example
Text Example
White with #EAAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEBA; }
p { color: rgb(234,174,186); }
H1.HeaderClassName
{
color: #EAAEBA;
}
.AnyTagClassName
{
color: #EAAEBA;
}
</style>
background-color css
<style>
a { background-color: #EAAEBA; }
a { background-color: rgb(234,174,186); }
div.DivClassName
{
background-color: #EAAEBA;
}
.BgClassName
{
background-color: #EAAEBA;
}
</style>
border-color css
<style>
span { border-color: #EAAEBA; }
span { border-color: rgb(234,174,186); }
td.TdClassName
{
border-color: #EAAEBA;
}
.TagClassName
{
border-color: #EAAEBA;
}
</style>