Shades of Blossom #E7B7B8
Tints of Blossom #E7B7B8
RGB
CMYK
RGB Variations
Color information
#E7B7B8 (or 0xE7B7B8) is known color: Blossom. HEX triplet: E7, B7 and B8. RGB value is (231,183,184). Sum of RGB (Red+Green+Blue) = 231+183+184=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B7B8 is #184847. Grayscale: #C5C5C5. Windows color (decimal): -1591368 or 12105703. OLE color: 12105703.
HSL color Cylindrical-coordinate representation of color #E7B7B8: hue angle of 358.75º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7B7B8 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 184 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.09 |
| HSL | 358.75º | 0.5% | 0.81% | - |
| HSV(B) | 358.75º | 0.21% | 0.91% | - |
| XYZ | 58.54 | 54.32 | 52.75 | - |
| YUV | 197.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 184 | 0 | 0.21 | 0.20 | 0.09 | 358.75 | 0.5 | 0.81 |
| Hex | E7 | B7 | B8 | 0 | 15 | 14 | 9 | 167 | 32 | 51 |
| Octal | 347 | 267 | 270 | 0 | 25 | 24 | 11 | 547 | 62 | 121 |
| Binary | 11100111 | 10110111 | 10111000 | 0 | 10101 | 10100 | 1001 | 101100111 | 110010 | 1010001 |
Color Harmonies of #E7B7B8
Complementary color
Monochromatic Colors of #E7B7B8
Black with #E7B7B8
Text Example
Text Example
White with #E7B7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B7B8; }
p { color: rgb(231,183,184); }
H1.HeaderClassName
{
color: #E7B7B8;
}
.AnyTagClassName
{
color: #E7B7B8;
}
</style>
background-color css
<style>
a { background-color: #E7B7B8; }
a { background-color: rgb(231,183,184); }
div.DivClassName
{
background-color: #E7B7B8;
}
.BgClassName
{
background-color: #E7B7B8;
}
</style>
border-color css
<style>
span { border-color: #E7B7B8; }
span { border-color: rgb(231,183,184); }
td.TdClassName
{
border-color: #E7B7B8;
}
.TagClassName
{
border-color: #E7B7B8;
}
</style>