Shades of Blossom #EAACB8
Tints of Blossom #EAACB8
RGB
CMYK
RGB Variations
Color information
#EAACB8 (or 0xEAACB8) is known color: Blossom. HEX triplet: EA, AC and B8. RGB value is (234,172,184). Sum of RGB (Red+Green+Blue) = 234+172+184=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACB8 is #155347. Grayscale: #BFBFBF. Windows color (decimal): -1397576 or 12102890. OLE color: 12102890.
HSL color Cylindrical-coordinate representation of color #EAACB8: hue angle of 348.39º 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 #EAACB8 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 184 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.08 |
| HSL | 348.39º | 0.6% | 0.8% | - |
| HSV(B) | 348.39º | 0.26% | 0.92% | - |
| XYZ | 57.34 | 50.46 | 52.06 | - |
| YUV | 191.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 184 | 0 | 0.26 | 0.21 | 0.08 | 348.39 | 0.6 | 0.8 |
| Hex | EA | AC | B8 | 0 | 1A | 15 | 8 | 15C | 3C | 50 |
| Octal | 352 | 254 | 270 | 0 | 32 | 25 | 10 | 534 | 74 | 120 |
| Binary | 11101010 | 10101100 | 10111000 | 0 | 11010 | 10101 | 1000 | 101011100 | 111100 | 1010000 |
Color Harmonies of #EAACB8
Complementary color
Monochromatic Colors of #EAACB8
Black with #EAACB8
Text Example
Text Example
White with #EAACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACB8; }
p { color: rgb(234,172,184); }
H1.HeaderClassName
{
color: #EAACB8;
}
.AnyTagClassName
{
color: #EAACB8;
}
</style>
background-color css
<style>
a { background-color: #EAACB8; }
a { background-color: rgb(234,172,184); }
div.DivClassName
{
background-color: #EAACB8;
}
.BgClassName
{
background-color: #EAACB8;
}
</style>
border-color css
<style>
span { border-color: #EAACB8; }
span { border-color: rgb(234,172,184); }
td.TdClassName
{
border-color: #EAACB8;
}
.TagClassName
{
border-color: #EAACB8;
}
</style>