Shades of Blossom #EEACB1
Tints of Blossom #EEACB1
RGB
CMYK
RGB Variations
Color information
#EEACB1 (or 0xEEACB1) is known color: Blossom. HEX triplet: EE, AC and B1. RGB value is (238,172,177). Sum of RGB (Red+Green+Blue) = 238+172+177=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEACB1 is #11534E. Grayscale: #C0C0C0. Windows color (decimal): -1135439 or 11644142. OLE color: 11644142.
HSL color Cylindrical-coordinate representation of color #EEACB1: hue angle of 355.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACB1 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 177 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.07 |
| HSL | 355.45º | 0.66% | 0.8% | - |
| HSV(B) | 355.45º | 0.28% | 0.93% | - |
| XYZ | 57.95 | 50.86 | 48.36 | - |
| YUV | 192.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 177 | 0 | 0.28 | 0.26 | 0.07 | 355.45 | 0.66 | 0.8 |
| Hex | EE | AC | B1 | 0 | 1C | 1A | 7 | 163 | 42 | 50 |
| Octal | 356 | 254 | 261 | 0 | 34 | 32 | 7 | 543 | 102 | 120 |
| Binary | 11101110 | 10101100 | 10110001 | 0 | 11100 | 11010 | 111 | 101100011 | 1000010 | 1010000 |
Color Harmonies of #EEACB1
Complementary color
Monochromatic Colors of #EEACB1
Black with #EEACB1
Text Example
Text Example
White with #EEACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEACB1; }
p { color: rgb(238,172,177); }
H1.HeaderClassName
{
color: #EEACB1;
}
.AnyTagClassName
{
color: #EEACB1;
}
</style>
background-color css
<style>
a { background-color: #EEACB1; }
a { background-color: rgb(238,172,177); }
div.DivClassName
{
background-color: #EEACB1;
}
.BgClassName
{
background-color: #EEACB1;
}
</style>
border-color css
<style>
span { border-color: #EEACB1; }
span { border-color: rgb(238,172,177); }
td.TdClassName
{
border-color: #EEACB1;
}
.TagClassName
{
border-color: #EEACB1;
}
</style>