Shades of Blossom #EAA7B2
Tints of Blossom #EAA7B2
RGB
CMYK
RGB Variations
Color information
#EAA7B2 (or 0xEAA7B2) is known color: Blossom. HEX triplet: EA, A7 and B2. RGB value is (234,167,178). Sum of RGB (Red+Green+Blue) = 234+167+178=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA7B2 is #15584D. Grayscale: #BCBCBC. Windows color (decimal): -1398862 or 11708394. OLE color: 11708394.
HSL color Cylindrical-coordinate representation of color #EAA7B2: hue angle of 350.15º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA7B2 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 178 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.08 |
| HSL | 350.15º | 0.61% | 0.79% | - |
| HSV(B) | 350.15º | 0.29% | 0.92% | - |
| XYZ | 55.79 | 48.34 | 48.51 | - |
| YUV | 188.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 178 | 0 | 0.29 | 0.24 | 0.08 | 350.15 | 0.61 | 0.79 |
| Hex | EA | A7 | B2 | 0 | 1D | 18 | 8 | 15E | 3D | 4F |
| Octal | 352 | 247 | 262 | 0 | 35 | 30 | 10 | 536 | 75 | 117 |
| Binary | 11101010 | 10100111 | 10110010 | 0 | 11101 | 11000 | 1000 | 101011110 | 111101 | 1001111 |
Color Harmonies of #EAA7B2
Complementary color
Monochromatic Colors of #EAA7B2
Black with #EAA7B2
Text Example
Text Example
White with #EAA7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7B2; }
p { color: rgb(234,167,178); }
H1.HeaderClassName
{
color: #EAA7B2;
}
.AnyTagClassName
{
color: #EAA7B2;
}
</style>
background-color css
<style>
a { background-color: #EAA7B2; }
a { background-color: rgb(234,167,178); }
div.DivClassName
{
background-color: #EAA7B2;
}
.BgClassName
{
background-color: #EAA7B2;
}
</style>
border-color css
<style>
span { border-color: #EAA7B2; }
span { border-color: rgb(234,167,178); }
td.TdClassName
{
border-color: #EAA7B2;
}
.TagClassName
{
border-color: #EAA7B2;
}
</style>