Shades of Blossom #EAADB7
Tints of Blossom #EAADB7
RGB
CMYK
RGB Variations
Color information
#EAADB7 (or 0xEAADB7) is known color: Blossom. HEX triplet: EA, AD and B7. RGB value is (234,173,183). Sum of RGB (Red+Green+Blue) = 234+173+183=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADB7 is #155248. Grayscale: #C0C0C0. Windows color (decimal): -1397321 or 12037610. OLE color: 12037610.
HSL color Cylindrical-coordinate representation of color #EAADB7: hue angle of 350.16º 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 #EAADB7 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 183 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.08 |
| HSL | 350.16º | 0.59% | 0.8% | - |
| HSV(B) | 350.16º | 0.26% | 0.92% | - |
| XYZ | 57.42 | 50.8 | 51.58 | - |
| YUV | 192.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 183 | 0 | 0.26 | 0.22 | 0.08 | 350.16 | 0.59 | 0.8 |
| Hex | EA | AD | B7 | 0 | 1A | 16 | 8 | 15E | 3B | 50 |
| Octal | 352 | 255 | 267 | 0 | 32 | 26 | 10 | 536 | 73 | 120 |
| Binary | 11101010 | 10101101 | 10110111 | 0 | 11010 | 10110 | 1000 | 101011110 | 111011 | 1010000 |
Color Harmonies of #EAADB7
Complementary color
Monochromatic Colors of #EAADB7
Black with #EAADB7
Text Example
Text Example
White with #EAADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADB7; }
p { color: rgb(234,173,183); }
H1.HeaderClassName
{
color: #EAADB7;
}
.AnyTagClassName
{
color: #EAADB7;
}
</style>
background-color css
<style>
a { background-color: #EAADB7; }
a { background-color: rgb(234,173,183); }
div.DivClassName
{
background-color: #EAADB7;
}
.BgClassName
{
background-color: #EAADB7;
}
</style>
border-color css
<style>
span { border-color: #EAADB7; }
span { border-color: rgb(234,173,183); }
td.TdClassName
{
border-color: #EAADB7;
}
.TagClassName
{
border-color: #EAADB7;
}
</style>