Shades of Blossom #EAAAB3
Tints of Blossom #EAAAB3
RGB
CMYK
RGB Variations
Color information
#EAAAB3 (or 0xEAAAB3) is known color: Blossom. HEX triplet: EA, AA and B3. RGB value is (234,170,179). Sum of RGB (Red+Green+Blue) = 234+170+179=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAB3 is #15554C. Grayscale: #BEBEBE. Windows color (decimal): -1398093 or 11774698. OLE color: 11774698.
HSL color Cylindrical-coordinate representation of color #EAAAB3: hue angle of 351.56º 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 #EAAAB3 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 179 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.08 |
| HSL | 351.56º | 0.6% | 0.79% | - |
| HSV(B) | 351.56º | 0.27% | 0.92% | - |
| XYZ | 56.44 | 49.5 | 49.23 | - |
| YUV | 190.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 179 | 0 | 0.27 | 0.24 | 0.08 | 351.56 | 0.6 | 0.79 |
| Hex | EA | AA | B3 | 0 | 1B | 18 | 8 | 160 | 3C | 4F |
| Octal | 352 | 252 | 263 | 0 | 33 | 30 | 10 | 540 | 74 | 117 |
| Binary | 11101010 | 10101010 | 10110011 | 0 | 11011 | 11000 | 1000 | 101100000 | 111100 | 1001111 |
Color Harmonies of #EAAAB3
Complementary color
Monochromatic Colors of #EAAAB3
Black with #EAAAB3
Text Example
Text Example
White with #EAAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAB3; }
p { color: rgb(234,170,179); }
H1.HeaderClassName
{
color: #EAAAB3;
}
.AnyTagClassName
{
color: #EAAAB3;
}
</style>
background-color css
<style>
a { background-color: #EAAAB3; }
a { background-color: rgb(234,170,179); }
div.DivClassName
{
background-color: #EAAAB3;
}
.BgClassName
{
background-color: #EAAAB3;
}
</style>
border-color css
<style>
span { border-color: #EAAAB3; }
span { border-color: rgb(234,170,179); }
td.TdClassName
{
border-color: #EAAAB3;
}
.TagClassName
{
border-color: #EAAAB3;
}
</style>