Shades of Blossom #EAAAB2
Tints of Blossom #EAAAB2
RGB
CMYK
RGB Variations
Color information
#EAAAB2 (or 0xEAAAB2) is known color: Blossom. HEX triplet: EA, AA and B2. RGB value is (234,170,178). Sum of RGB (Red+Green+Blue) = 234+170+178=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAAB2 is #15554D. Grayscale: #BEBEBE. Windows color (decimal): -1398094 or 11709162. OLE color: 11709162.
HSL color Cylindrical-coordinate representation of color #EAAAB2: hue angle of 352.5º 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 #EAAAB2 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 178 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.08 |
| HSL | 352.5º | 0.6% | 0.79% | - |
| HSV(B) | 352.5º | 0.27% | 0.92% | - |
| XYZ | 56.34 | 49.46 | 48.7 | - |
| YUV | 190.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 178 | 0 | 0.27 | 0.24 | 0.08 | 352.5 | 0.6 | 0.79 |
| Hex | EA | AA | B2 | 0 | 1B | 18 | 8 | 160 | 3C | 4F |
| Octal | 352 | 252 | 262 | 0 | 33 | 30 | 10 | 540 | 74 | 117 |
| Binary | 11101010 | 10101010 | 10110010 | 0 | 11011 | 11000 | 1000 | 101100000 | 111100 | 1001111 |
Color Harmonies of #EAAAB2
Complementary color
Monochromatic Colors of #EAAAB2
Black with #EAAAB2
Text Example
Text Example
White with #EAAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAB2; }
p { color: rgb(234,170,178); }
H1.HeaderClassName
{
color: #EAAAB2;
}
.AnyTagClassName
{
color: #EAAAB2;
}
</style>
background-color css
<style>
a { background-color: #EAAAB2; }
a { background-color: rgb(234,170,178); }
div.DivClassName
{
background-color: #EAAAB2;
}
.BgClassName
{
background-color: #EAAAB2;
}
</style>
border-color css
<style>
span { border-color: #EAAAB2; }
span { border-color: rgb(234,170,178); }
td.TdClassName
{
border-color: #EAAAB2;
}
.TagClassName
{
border-color: #EAAAB2;
}
</style>