Shades of Blossom #E1B4BC
Tints of Blossom #E1B4BC
RGB
CMYK
RGB Variations
Color information
#E1B4BC (or 0xE1B4BC) is known color: Blossom. HEX triplet: E1, B4 and BC. RGB value is (225,180,188). Sum of RGB (Red+Green+Blue) = 225+180+188=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4BC is #1E4B43. Grayscale: #C2C2C2. Windows color (decimal): -1985348 or 12367073. OLE color: 12367073.
HSL color Cylindrical-coordinate representation of color #E1B4BC: hue angle of 349.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B4BC is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 188 | - |
| CMYK | 0 | 0.2 | 0.16 | 0.12 |
| HSL | 349.33º | 0.43% | 0.79% | - |
| HSV(B) | 349.33º | 0.2% | 0.88% | - |
| XYZ | 56.45 | 52.28 | 54.69 | - |
| YUV | 194.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 188 | 0 | 0.2 | 0.16 | 0.12 | 349.33 | 0.43 | 0.79 |
| Hex | E1 | B4 | BC | 0 | 14 | 10 | C | 15D | 2B | 4F |
| Octal | 341 | 264 | 274 | 0 | 24 | 20 | 14 | 535 | 53 | 117 |
| Binary | 11100001 | 10110100 | 10111100 | 0 | 10100 | 10000 | 1100 | 101011101 | 101011 | 1001111 |
Color Harmonies of #E1B4BC
Complementary color
Monochromatic Colors of #E1B4BC
Black with #E1B4BC
Text Example
Text Example
White with #E1B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4BC; }
p { color: rgb(225,180,188); }
H1.HeaderClassName
{
color: #E1B4BC;
}
.AnyTagClassName
{
color: #E1B4BC;
}
</style>
background-color css
<style>
a { background-color: #E1B4BC; }
a { background-color: rgb(225,180,188); }
div.DivClassName
{
background-color: #E1B4BC;
}
.BgClassName
{
background-color: #E1B4BC;
}
</style>
border-color css
<style>
span { border-color: #E1B4BC; }
span { border-color: rgb(225,180,188); }
td.TdClassName
{
border-color: #E1B4BC;
}
.TagClassName
{
border-color: #E1B4BC;
}
</style>