Shades of Blossom #EAAEB5
Tints of Blossom #EAAEB5
RGB
CMYK
RGB Variations
Color information
#EAAEB5 (or 0xEAAEB5) is known color: Blossom. HEX triplet: EA, AE and B5. RGB value is (234,174,181). Sum of RGB (Red+Green+Blue) = 234+174+181=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEB5 is #15514A. Grayscale: #C0C0C0. Windows color (decimal): -1397067 or 11906794. OLE color: 11906794.
HSL color Cylindrical-coordinate representation of color #EAAEB5: hue angle of 353º 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 #EAAEB5 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 181 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.08 |
| HSL | 353º | 0.59% | 0.8% | - |
| HSV(B) | 353º | 0.26% | 0.92% | - |
| XYZ | 57.41 | 51.1 | 50.55 | - |
| YUV | 192.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 181 | 0 | 0.26 | 0.23 | 0.08 | 353 | 0.59 | 0.8 |
| Hex | EA | AE | B5 | 0 | 1A | 17 | 8 | 161 | 3B | 50 |
| Octal | 352 | 256 | 265 | 0 | 32 | 27 | 10 | 541 | 73 | 120 |
| Binary | 11101010 | 10101110 | 10110101 | 0 | 11010 | 10111 | 1000 | 101100001 | 111011 | 1010000 |
Color Harmonies of #EAAEB5
Complementary color
Monochromatic Colors of #EAAEB5
Black with #EAAEB5
Text Example
Text Example
White with #EAAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEB5; }
p { color: rgb(234,174,181); }
H1.HeaderClassName
{
color: #EAAEB5;
}
.AnyTagClassName
{
color: #EAAEB5;
}
</style>
background-color css
<style>
a { background-color: #EAAEB5; }
a { background-color: rgb(234,174,181); }
div.DivClassName
{
background-color: #EAAEB5;
}
.BgClassName
{
background-color: #EAAEB5;
}
</style>
border-color css
<style>
span { border-color: #EAAEB5; }
span { border-color: rgb(234,174,181); }
td.TdClassName
{
border-color: #EAAEB5;
}
.TagClassName
{
border-color: #EAAEB5;
}
</style>