Shades of Blossom #EAADB9
Tints of Blossom #EAADB9
RGB
CMYK
RGB Variations
Color information
#EAADB9 (or 0xEAADB9) is known color: Blossom. HEX triplet: EA, AD and B9. RGB value is (234,173,185). Sum of RGB (Red+Green+Blue) = 234+173+185=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADB9 is #155246. Grayscale: #C0C0C0. Windows color (decimal): -1397319 or 12168682. OLE color: 12168682.
HSL color Cylindrical-coordinate representation of color #EAADB9: hue angle of 348.2º 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 #EAADB9 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 185 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.08 |
| HSL | 348.2º | 0.59% | 0.8% | - |
| HSV(B) | 348.2º | 0.26% | 0.92% | - |
| XYZ | 57.63 | 50.88 | 52.68 | - |
| YUV | 192.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 185 | 0 | 0.26 | 0.21 | 0.08 | 348.2 | 0.59 | 0.8 |
| Hex | EA | AD | B9 | 0 | 1A | 15 | 8 | 15C | 3B | 50 |
| Octal | 352 | 255 | 271 | 0 | 32 | 25 | 10 | 534 | 73 | 120 |
| Binary | 11101010 | 10101101 | 10111001 | 0 | 11010 | 10101 | 1000 | 101011100 | 111011 | 1010000 |
Color Harmonies of #EAADB9
Complementary color
Monochromatic Colors of #EAADB9
Black with #EAADB9
Text Example
Text Example
White with #EAADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADB9; }
p { color: rgb(234,173,185); }
H1.HeaderClassName
{
color: #EAADB9;
}
.AnyTagClassName
{
color: #EAADB9;
}
</style>
background-color css
<style>
a { background-color: #EAADB9; }
a { background-color: rgb(234,173,185); }
div.DivClassName
{
background-color: #EAADB9;
}
.BgClassName
{
background-color: #EAADB9;
}
</style>
border-color css
<style>
span { border-color: #EAADB9; }
span { border-color: rgb(234,173,185); }
td.TdClassName
{
border-color: #EAADB9;
}
.TagClassName
{
border-color: #EAADB9;
}
</style>