Shades of Blossom #E7B0B3
Tints of Blossom #E7B0B3
RGB
CMYK
RGB Variations
Color information
#E7B0B3 (or 0xE7B0B3) is known color: Blossom. HEX triplet: E7, B0 and B3. RGB value is (231,176,179). Sum of RGB (Red+Green+Blue) = 231+176+179=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0B3 is #184F4C. Grayscale: #C0C0C0. Windows color (decimal): -1593165 or 11776231. OLE color: 11776231.
HSL color Cylindrical-coordinate representation of color #E7B0B3: hue angle of 356.73º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B0B3 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 179 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.09 |
| HSL | 356.73º | 0.53% | 0.8% | - |
| HSV(B) | 356.73º | 0.24% | 0.91% | - |
| XYZ | 56.62 | 51.29 | 49.56 | - |
| YUV | 192.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 179 | 0 | 0.24 | 0.23 | 0.09 | 356.73 | 0.53 | 0.8 |
| Hex | E7 | B0 | B3 | 0 | 18 | 17 | 9 | 165 | 35 | 50 |
| Octal | 347 | 260 | 263 | 0 | 30 | 27 | 11 | 545 | 65 | 120 |
| Binary | 11100111 | 10110000 | 10110011 | 0 | 11000 | 10111 | 1001 | 101100101 | 110101 | 1010000 |
Color Harmonies of #E7B0B3
Complementary color
Monochromatic Colors of #E7B0B3
Black with #E7B0B3
Text Example
Text Example
White with #E7B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0B3; }
p { color: rgb(231,176,179); }
H1.HeaderClassName
{
color: #E7B0B3;
}
.AnyTagClassName
{
color: #E7B0B3;
}
</style>
background-color css
<style>
a { background-color: #E7B0B3; }
a { background-color: rgb(231,176,179); }
div.DivClassName
{
background-color: #E7B0B3;
}
.BgClassName
{
background-color: #E7B0B3;
}
</style>
border-color css
<style>
span { border-color: #E7B0B3; }
span { border-color: rgb(231,176,179); }
td.TdClassName
{
border-color: #E7B0B3;
}
.TagClassName
{
border-color: #E7B0B3;
}
</style>