Shades of Blossom #E7B6B7
Tints of Blossom #E7B6B7
RGB
CMYK
RGB Variations
Color information
#E7B6B7 (or 0xE7B6B7) is known color: Blossom. HEX triplet: E7, B6 and B7. RGB value is (231,182,183). Sum of RGB (Red+Green+Blue) = 231+182+183=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B6B7 is #184948. Grayscale: #C4C4C4. Windows color (decimal): -1591625 or 12039911. OLE color: 12039911.
HSL color Cylindrical-coordinate representation of color #E7B6B7: hue angle of 358.78º degrees, saturation: 0.51, 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 #E7B6B7 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 183 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.09 |
| HSL | 358.78º | 0.51% | 0.81% | - |
| HSV(B) | 358.78º | 0.21% | 0.91% | - |
| XYZ | 58.23 | 53.86 | 52.13 | - |
| YUV | 196.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 183 | 0 | 0.21 | 0.21 | 0.09 | 358.78 | 0.51 | 0.81 |
| Hex | E7 | B6 | B7 | 0 | 15 | 15 | 9 | 167 | 33 | 51 |
| Octal | 347 | 266 | 267 | 0 | 25 | 25 | 11 | 547 | 63 | 121 |
| Binary | 11100111 | 10110110 | 10110111 | 0 | 10101 | 10101 | 1001 | 101100111 | 110011 | 1010001 |
Color Harmonies of #E7B6B7
Complementary color
Monochromatic Colors of #E7B6B7
Black with #E7B6B7
Text Example
Text Example
White with #E7B6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B6B7; }
p { color: rgb(231,182,183); }
H1.HeaderClassName
{
color: #E7B6B7;
}
.AnyTagClassName
{
color: #E7B6B7;
}
</style>
background-color css
<style>
a { background-color: #E7B6B7; }
a { background-color: rgb(231,182,183); }
div.DivClassName
{
background-color: #E7B6B7;
}
.BgClassName
{
background-color: #E7B6B7;
}
</style>
border-color css
<style>
span { border-color: #E7B6B7; }
span { border-color: rgb(231,182,183); }
td.TdClassName
{
border-color: #E7B6B7;
}
.TagClassName
{
border-color: #E7B6B7;
}
</style>