Shades of Blossom #E7B3BB
Tints of Blossom #E7B3BB
RGB
CMYK
RGB Variations
Color information
#E7B3BB (or 0xE7B3BB) is known color: Blossom. HEX triplet: E7, B3 and BB. RGB value is (231,179,187). Sum of RGB (Red+Green+Blue) = 231+179+187=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B3BB is #184C44. Grayscale: #C3C3C3. Windows color (decimal): -1592389 or 12301287. OLE color: 12301287.
HSL color Cylindrical-coordinate representation of color #E7B3BB: hue angle of 350.77º degrees, saturation: 0.52, 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 #E7B3BB is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 187 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.09 |
| HSL | 350.77º | 0.52% | 0.8% | - |
| HSV(B) | 350.77º | 0.23% | 0.91% | - |
| XYZ | 58.04 | 52.82 | 54.15 | - |
| YUV | 195.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 187 | 0 | 0.23 | 0.19 | 0.09 | 350.77 | 0.52 | 0.8 |
| Hex | E7 | B3 | BB | 0 | 17 | 13 | 9 | 15F | 34 | 50 |
| Octal | 347 | 263 | 273 | 0 | 27 | 23 | 11 | 537 | 64 | 120 |
| Binary | 11100111 | 10110011 | 10111011 | 0 | 10111 | 10011 | 1001 | 101011111 | 110100 | 1010000 |
Color Harmonies of #E7B3BB
Complementary color
Monochromatic Colors of #E7B3BB
Black with #E7B3BB
Text Example
Text Example
White with #E7B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B3BB; }
p { color: rgb(231,179,187); }
H1.HeaderClassName
{
color: #E7B3BB;
}
.AnyTagClassName
{
color: #E7B3BB;
}
</style>
background-color css
<style>
a { background-color: #E7B3BB; }
a { background-color: rgb(231,179,187); }
div.DivClassName
{
background-color: #E7B3BB;
}
.BgClassName
{
background-color: #E7B3BB;
}
</style>
border-color css
<style>
span { border-color: #E7B3BB; }
span { border-color: rgb(231,179,187); }
td.TdClassName
{
border-color: #E7B3BB;
}
.TagClassName
{
border-color: #E7B3BB;
}
</style>