Shades of Blossom #EAADBA
Tints of Blossom #EAADBA
RGB
CMYK
RGB Variations
Color information
#EAADBA (or 0xEAADBA) is known color: Blossom. HEX triplet: EA, AD and BA. RGB value is (234,173,186). Sum of RGB (Red+Green+Blue) = 234+173+186=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADBA is #155245. Grayscale: #C0C0C0. Windows color (decimal): -1397318 or 12234218. OLE color: 12234218.
HSL color Cylindrical-coordinate representation of color #EAADBA: hue angle of 347.21º 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 #EAADBA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 186 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.08 |
| HSL | 347.21º | 0.59% | 0.8% | - |
| HSV(B) | 347.21º | 0.26% | 0.92% | - |
| XYZ | 57.74 | 50.92 | 53.24 | - |
| YUV | 192.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 186 | 0 | 0.26 | 0.21 | 0.08 | 347.21 | 0.59 | 0.8 |
| Hex | EA | AD | BA | 0 | 1A | 15 | 8 | 15B | 3B | 50 |
| Octal | 352 | 255 | 272 | 0 | 32 | 25 | 10 | 533 | 73 | 120 |
| Binary | 11101010 | 10101101 | 10111010 | 0 | 11010 | 10101 | 1000 | 101011011 | 111011 | 1010000 |
Color Harmonies of #EAADBA
Complementary color
Monochromatic Colors of #EAADBA
Black with #EAADBA
Text Example
Text Example
White with #EAADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADBA; }
p { color: rgb(234,173,186); }
H1.HeaderClassName
{
color: #EAADBA;
}
.AnyTagClassName
{
color: #EAADBA;
}
</style>
background-color css
<style>
a { background-color: #EAADBA; }
a { background-color: rgb(234,173,186); }
div.DivClassName
{
background-color: #EAADBA;
}
.BgClassName
{
background-color: #EAADBA;
}
</style>
border-color css
<style>
span { border-color: #EAADBA; }
span { border-color: rgb(234,173,186); }
td.TdClassName
{
border-color: #EAADBA;
}
.TagClassName
{
border-color: #EAADBA;
}
</style>