Shades of Blossom #EAAAB7
Tints of Blossom #EAAAB7
RGB
CMYK
RGB Variations
Color information
#EAAAB7 (or 0xEAAAB7) is known color: Blossom. HEX triplet: EA, AA and B7. RGB value is (234,170,183). Sum of RGB (Red+Green+Blue) = 234+170+183=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAB7 is #155548. Grayscale: #BEBEBE. Windows color (decimal): -1398089 or 12036842. OLE color: 12036842.
HSL color Cylindrical-coordinate representation of color #EAAAB7: hue angle of 347.81º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAB7 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 183 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.08 |
| HSL | 347.81º | 0.6% | 0.79% | - |
| HSV(B) | 347.81º | 0.27% | 0.92% | - |
| XYZ | 56.85 | 49.66 | 51.39 | - |
| YUV | 190.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 183 | 0 | 0.27 | 0.22 | 0.08 | 347.81 | 0.6 | 0.79 |
| Hex | EA | AA | B7 | 0 | 1B | 16 | 8 | 15C | 3C | 4F |
| Octal | 352 | 252 | 267 | 0 | 33 | 26 | 10 | 534 | 74 | 117 |
| Binary | 11101010 | 10101010 | 10110111 | 0 | 11011 | 10110 | 1000 | 101011100 | 111100 | 1001111 |
Color Harmonies of #EAAAB7
Complementary color
Monochromatic Colors of #EAAAB7
Black with #EAAAB7
Text Example
Text Example
White with #EAAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAB7; }
p { color: rgb(234,170,183); }
H1.HeaderClassName
{
color: #EAAAB7;
}
.AnyTagClassName
{
color: #EAAAB7;
}
</style>
background-color css
<style>
a { background-color: #EAAAB7; }
a { background-color: rgb(234,170,183); }
div.DivClassName
{
background-color: #EAAAB7;
}
.BgClassName
{
background-color: #EAAAB7;
}
</style>
border-color css
<style>
span { border-color: #EAAAB7; }
span { border-color: rgb(234,170,183); }
td.TdClassName
{
border-color: #EAAAB7;
}
.TagClassName
{
border-color: #EAAAB7;
}
</style>