Shades of Blossom #EAADB5
Tints of Blossom #EAADB5
RGB
CMYK
RGB Variations
Color information
#EAADB5 (or 0xEAADB5) is known color: Blossom. HEX triplet: EA, AD and B5. RGB value is (234,173,181). Sum of RGB (Red+Green+Blue) = 234+173+181=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADB5 is #15524A. Grayscale: #C0C0C0. Windows color (decimal): -1397323 or 11906538. OLE color: 11906538.
HSL color Cylindrical-coordinate representation of color #EAADB5: hue angle of 352.13º 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 #EAADB5 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 181 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.08 |
| HSL | 352.13º | 0.59% | 0.8% | - |
| HSV(B) | 352.13º | 0.26% | 0.92% | - |
| XYZ | 57.22 | 50.72 | 50.49 | - |
| YUV | 192.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 181 | 0 | 0.26 | 0.23 | 0.08 | 352.13 | 0.59 | 0.8 |
| Hex | EA | AD | B5 | 0 | 1A | 17 | 8 | 160 | 3B | 50 |
| Octal | 352 | 255 | 265 | 0 | 32 | 27 | 10 | 540 | 73 | 120 |
| Binary | 11101010 | 10101101 | 10110101 | 0 | 11010 | 10111 | 1000 | 101100000 | 111011 | 1010000 |
Color Harmonies of #EAADB5
Complementary color
Monochromatic Colors of #EAADB5
Black with #EAADB5
Text Example
Text Example
White with #EAADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADB5; }
p { color: rgb(234,173,181); }
H1.HeaderClassName
{
color: #EAADB5;
}
.AnyTagClassName
{
color: #EAADB5;
}
</style>
background-color css
<style>
a { background-color: #EAADB5; }
a { background-color: rgb(234,173,181); }
div.DivClassName
{
background-color: #EAADB5;
}
.BgClassName
{
background-color: #EAADB5;
}
</style>
border-color css
<style>
span { border-color: #EAADB5; }
span { border-color: rgb(234,173,181); }
td.TdClassName
{
border-color: #EAADB5;
}
.TagClassName
{
border-color: #EAADB5;
}
</style>