Shades of Blossom #E7B1B3
Tints of Blossom #E7B1B3
RGB
CMYK
RGB Variations
Color information
#E7B1B3 (or 0xE7B1B3) is known color: Blossom. HEX triplet: E7, B1 and B3. RGB value is (231,177,179). Sum of RGB (Red+Green+Blue) = 231+177+179=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B1B3 is #184E4C. Grayscale: #C1C1C1. Windows color (decimal): -1592909 or 11776487. OLE color: 11776487.
HSL color Cylindrical-coordinate representation of color #E7B1B3: hue angle of 357.78º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7B1B3 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 179 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.09 |
| HSL | 357.78º | 0.53% | 0.8% | - |
| HSV(B) | 357.78º | 0.23% | 0.91% | - |
| XYZ | 56.81 | 51.69 | 49.63 | - |
| YUV | 193.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 179 | 0 | 0.23 | 0.23 | 0.09 | 357.78 | 0.53 | 0.8 |
| Hex | E7 | B1 | B3 | 0 | 17 | 17 | 9 | 166 | 35 | 50 |
| Octal | 347 | 261 | 263 | 0 | 27 | 27 | 11 | 546 | 65 | 120 |
| Binary | 11100111 | 10110001 | 10110011 | 0 | 10111 | 10111 | 1001 | 101100110 | 110101 | 1010000 |
Color Harmonies of #E7B1B3
Complementary color
Monochromatic Colors of #E7B1B3
Black with #E7B1B3
Text Example
Text Example
White with #E7B1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B1B3; }
p { color: rgb(231,177,179); }
H1.HeaderClassName
{
color: #E7B1B3;
}
.AnyTagClassName
{
color: #E7B1B3;
}
</style>
background-color css
<style>
a { background-color: #E7B1B3; }
a { background-color: rgb(231,177,179); }
div.DivClassName
{
background-color: #E7B1B3;
}
.BgClassName
{
background-color: #E7B1B3;
}
</style>
border-color css
<style>
span { border-color: #E7B1B3; }
span { border-color: rgb(231,177,179); }
td.TdClassName
{
border-color: #E7B1B3;
}
.TagClassName
{
border-color: #E7B1B3;
}
</style>