Shades of Blossom #E5B1B3
Tints of Blossom #E5B1B3
RGB
CMYK
RGB Variations
Color information
#E5B1B3 (or 0xE5B1B3) is known color: Blossom. HEX triplet: E5, B1 and B3. RGB value is (229,177,179). Sum of RGB (Red+Green+Blue) = 229+177+179=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B1B3 is #1A4E4C. Grayscale: #C0C0C0. Windows color (decimal): -1723981 or 11776485. OLE color: 11776485.
HSL color Cylindrical-coordinate representation of color #E5B1B3: hue angle of 357.69º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B1B3 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 179 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.10 |
| HSL | 357.69º | 0.5% | 0.8% | - |
| HSV(B) | 357.69º | 0.23% | 0.9% | - |
| XYZ | 56.17 | 51.36 | 49.6 | - |
| YUV | 192.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 179 | 0 | 0.23 | 0.22 | 0.10 | 357.69 | 0.5 | 0.8 |
| Hex | E5 | B1 | B3 | 0 | 17 | 16 | A | 166 | 32 | 50 |
| Octal | 345 | 261 | 263 | 0 | 27 | 26 | 12 | 546 | 62 | 120 |
| Binary | 11100101 | 10110001 | 10110011 | 0 | 10111 | 10110 | 1010 | 101100110 | 110010 | 1010000 |
Color Harmonies of #E5B1B3
Complementary color
Monochromatic Colors of #E5B1B3
Black with #E5B1B3
Text Example
Text Example
White with #E5B1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1B3; }
p { color: rgb(229,177,179); }
H1.HeaderClassName
{
color: #E5B1B3;
}
.AnyTagClassName
{
color: #E5B1B3;
}
</style>
background-color css
<style>
a { background-color: #E5B1B3; }
a { background-color: rgb(229,177,179); }
div.DivClassName
{
background-color: #E5B1B3;
}
.BgClassName
{
background-color: #E5B1B3;
}
</style>
border-color css
<style>
span { border-color: #E5B1B3; }
span { border-color: rgb(229,177,179); }
td.TdClassName
{
border-color: #E5B1B3;
}
.TagClassName
{
border-color: #E5B1B3;
}
</style>