Shades of Blossom #EAACB6
Tints of Blossom #EAACB6
RGB
CMYK
RGB Variations
Color information
#EAACB6 (or 0xEAACB6) is known color: Blossom. HEX triplet: EA, AC and B6. RGB value is (234,172,182). Sum of RGB (Red+Green+Blue) = 234+172+182=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACB6 is #155349. Grayscale: #BFBFBF. Windows color (decimal): -1397578 or 11971818. OLE color: 11971818.
HSL color Cylindrical-coordinate representation of color #EAACB6: hue angle of 350.32º 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 #EAACB6 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 182 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.08 |
| HSL | 350.32º | 0.6% | 0.8% | - |
| HSV(B) | 350.32º | 0.26% | 0.92% | - |
| XYZ | 57.13 | 50.37 | 50.97 | - |
| YUV | 191.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 182 | 0 | 0.26 | 0.22 | 0.08 | 350.32 | 0.6 | 0.8 |
| Hex | EA | AC | B6 | 0 | 1A | 16 | 8 | 15E | 3C | 50 |
| Octal | 352 | 254 | 266 | 0 | 32 | 26 | 10 | 536 | 74 | 120 |
| Binary | 11101010 | 10101100 | 10110110 | 0 | 11010 | 10110 | 1000 | 101011110 | 111100 | 1010000 |
Color Harmonies of #EAACB6
Complementary color
Monochromatic Colors of #EAACB6
Black with #EAACB6
Text Example
Text Example
White with #EAACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACB6; }
p { color: rgb(234,172,182); }
H1.HeaderClassName
{
color: #EAACB6;
}
.AnyTagClassName
{
color: #EAACB6;
}
</style>
background-color css
<style>
a { background-color: #EAACB6; }
a { background-color: rgb(234,172,182); }
div.DivClassName
{
background-color: #EAACB6;
}
.BgClassName
{
background-color: #EAACB6;
}
</style>
border-color css
<style>
span { border-color: #EAACB6; }
span { border-color: rgb(234,172,182); }
td.TdClassName
{
border-color: #EAACB6;
}
.TagClassName
{
border-color: #EAACB6;
}
</style>