Shades of Blossom #EAACB1
Tints of Blossom #EAACB1
RGB
CMYK
RGB Variations
Color information
#EAACB1 (or 0xEAACB1) is known color: Blossom. HEX triplet: EA, AC and B1. RGB value is (234,172,177). Sum of RGB (Red+Green+Blue) = 234+172+177=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAACB1 is #15534E. Grayscale: #BFBFBF. Windows color (decimal): -1397583 or 11644138. OLE color: 11644138.
HSL color Cylindrical-coordinate representation of color #EAACB1: hue angle of 355.16º 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 #EAACB1 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 177 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.08 |
| HSL | 355.16º | 0.6% | 0.8% | - |
| HSV(B) | 355.16º | 0.26% | 0.92% | - |
| XYZ | 56.62 | 50.17 | 48.29 | - |
| YUV | 191.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 177 | 0 | 0.26 | 0.24 | 0.08 | 355.16 | 0.6 | 0.8 |
| Hex | EA | AC | B1 | 0 | 1A | 18 | 8 | 163 | 3C | 50 |
| Octal | 352 | 254 | 261 | 0 | 32 | 30 | 10 | 543 | 74 | 120 |
| Binary | 11101010 | 10101100 | 10110001 | 0 | 11010 | 11000 | 1000 | 101100011 | 111100 | 1010000 |
Color Harmonies of #EAACB1
Complementary color
Monochromatic Colors of #EAACB1
Black with #EAACB1
Text Example
Text Example
White with #EAACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACB1; }
p { color: rgb(234,172,177); }
H1.HeaderClassName
{
color: #EAACB1;
}
.AnyTagClassName
{
color: #EAACB1;
}
</style>
background-color css
<style>
a { background-color: #EAACB1; }
a { background-color: rgb(234,172,177); }
div.DivClassName
{
background-color: #EAACB1;
}
.BgClassName
{
background-color: #EAACB1;
}
</style>
border-color css
<style>
span { border-color: #EAACB1; }
span { border-color: rgb(234,172,177); }
td.TdClassName
{
border-color: #EAACB1;
}
.TagClassName
{
border-color: #EAACB1;
}
</style>