Shades of Blossom #EAAEB7
Tints of Blossom #EAAEB7
RGB
CMYK
RGB Variations
Color information
#EAAEB7 (or 0xEAAEB7) is known color: Blossom. HEX triplet: EA, AE and B7. RGB value is (234,174,183). Sum of RGB (Red+Green+Blue) = 234+174+183=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEB7 is #155148. Grayscale: #C0C0C0. Windows color (decimal): -1397065 or 12037866. OLE color: 12037866.
HSL color Cylindrical-coordinate representation of color #EAAEB7: hue angle of 351º 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 #EAAEB7 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 183 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.08 |
| HSL | 351º | 0.59% | 0.8% | - |
| HSV(B) | 351º | 0.26% | 0.92% | - |
| XYZ | 57.61 | 51.18 | 51.64 | - |
| YUV | 192.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 183 | 0 | 0.26 | 0.22 | 0.08 | 351 | 0.59 | 0.8 |
| Hex | EA | AE | B7 | 0 | 1A | 16 | 8 | 15F | 3B | 50 |
| Octal | 352 | 256 | 267 | 0 | 32 | 26 | 10 | 537 | 73 | 120 |
| Binary | 11101010 | 10101110 | 10110111 | 0 | 11010 | 10110 | 1000 | 101011111 | 111011 | 1010000 |
Color Harmonies of #EAAEB7
Complementary color
Monochromatic Colors of #EAAEB7
Black with #EAAEB7
Text Example
Text Example
White with #EAAEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEB7; }
p { color: rgb(234,174,183); }
H1.HeaderClassName
{
color: #EAAEB7;
}
.AnyTagClassName
{
color: #EAAEB7;
}
</style>
background-color css
<style>
a { background-color: #EAAEB7; }
a { background-color: rgb(234,174,183); }
div.DivClassName
{
background-color: #EAAEB7;
}
.BgClassName
{
background-color: #EAAEB7;
}
</style>
border-color css
<style>
span { border-color: #EAAEB7; }
span { border-color: rgb(234,174,183); }
td.TdClassName
{
border-color: #EAAEB7;
}
.TagClassName
{
border-color: #EAAEB7;
}
</style>