Shades of Blossom #EAACB2
Tints of Blossom #EAACB2
RGB
CMYK
RGB Variations
Color information
#EAACB2 (or 0xEAACB2) is known color: Blossom. HEX triplet: EA, AC and B2. RGB value is (234,172,178). Sum of RGB (Red+Green+Blue) = 234+172+178=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAACB2 is #15534D. Grayscale: #BFBFBF. Windows color (decimal): -1397582 or 11709674. OLE color: 11709674.
HSL color Cylindrical-coordinate representation of color #EAACB2: hue angle of 354.19º degrees, saturation: 0.6, 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 #EAACB2 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 178 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.08 |
| HSL | 354.19º | 0.6% | 0.8% | - |
| HSV(B) | 354.19º | 0.26% | 0.92% | - |
| XYZ | 56.72 | 50.21 | 48.82 | - |
| YUV | 191.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 178 | 0 | 0.26 | 0.24 | 0.08 | 354.19 | 0.6 | 0.8 |
| Hex | EA | AC | B2 | 0 | 1A | 18 | 8 | 162 | 3C | 50 |
| Octal | 352 | 254 | 262 | 0 | 32 | 30 | 10 | 542 | 74 | 120 |
| Binary | 11101010 | 10101100 | 10110010 | 0 | 11010 | 11000 | 1000 | 101100010 | 111100 | 1010000 |
Color Harmonies of #EAACB2
Complementary color
Monochromatic Colors of #EAACB2
Black with #EAACB2
Text Example
Text Example
White with #EAACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACB2; }
p { color: rgb(234,172,178); }
H1.HeaderClassName
{
color: #EAACB2;
}
.AnyTagClassName
{
color: #EAACB2;
}
</style>
background-color css
<style>
a { background-color: #EAACB2; }
a { background-color: rgb(234,172,178); }
div.DivClassName
{
background-color: #EAACB2;
}
.BgClassName
{
background-color: #EAACB2;
}
</style>
border-color css
<style>
span { border-color: #EAACB2; }
span { border-color: rgb(234,172,178); }
td.TdClassName
{
border-color: #EAACB2;
}
.TagClassName
{
border-color: #EAACB2;
}
</style>