Shades of Blossom #E1B0B4
Tints of Blossom #E1B0B4
RGB
CMYK
RGB Variations
Color information
#E1B0B4 (or 0xE1B0B4) is known color: Blossom. HEX triplet: E1, B0 and B4. RGB value is (225,176,180). Sum of RGB (Red+Green+Blue) = 225+176+180=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0B4 is #1E4F4B. Grayscale: #BFBFBF. Windows color (decimal): -1986380 or 11841761. OLE color: 11841761.
HSL color Cylindrical-coordinate representation of color #E1B0B4: hue angle of 355.1º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0B4 is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 180 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.12 |
| HSL | 355.1º | 0.45% | 0.79% | - |
| HSV(B) | 355.1º | 0.22% | 0.88% | - |
| XYZ | 54.81 | 50.35 | 50.01 | - |
| YUV | 191.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 180 | 0 | 0.22 | 0.2 | 0.12 | 355.1 | 0.45 | 0.79 |
| Hex | E1 | B0 | B4 | 0 | 16 | 14 | C | 163 | 2D | 4F |
| Octal | 341 | 260 | 264 | 0 | 26 | 24 | 14 | 543 | 55 | 117 |
| Binary | 11100001 | 10110000 | 10110100 | 0 | 10110 | 10100 | 1100 | 101100011 | 101101 | 1001111 |
Color Harmonies of #E1B0B4
Complementary color
Monochromatic Colors of #E1B0B4
Black with #E1B0B4
Text Example
Text Example
White with #E1B0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B0B4; }
p { color: rgb(225,176,180); }
H1.HeaderClassName
{
color: #E1B0B4;
}
.AnyTagClassName
{
color: #E1B0B4;
}
</style>
background-color css
<style>
a { background-color: #E1B0B4; }
a { background-color: rgb(225,176,180); }
div.DivClassName
{
background-color: #E1B0B4;
}
.BgClassName
{
background-color: #E1B0B4;
}
</style>
border-color css
<style>
span { border-color: #E1B0B4; }
span { border-color: rgb(225,176,180); }
td.TdClassName
{
border-color: #E1B0B4;
}
.TagClassName
{
border-color: #E1B0B4;
}
</style>