Shades of Blossom #E7BABC
Tints of Blossom #E7BABC
RGB
CMYK
RGB Variations
Color information
#E7BABC (or 0xE7BABC) is known color: Blossom. HEX triplet: E7, BA and BC. RGB value is (231,186,188). Sum of RGB (Red+Green+Blue) = 231+186+188=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BABC is #184543. Grayscale: #C7C7C7. Windows color (decimal): -1590596 or 12368615. OLE color: 12368615.
HSL color Cylindrical-coordinate representation of color #E7BABC: hue angle of 357.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BABC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 188 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.09 |
| HSL | 357.33º | 0.48% | 0.82% | - |
| HSV(B) | 357.33º | 0.19% | 0.91% | - |
| XYZ | 59.59 | 55.74 | 55.19 | - |
| YUV | 199.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 188 | 0 | 0.19 | 0.19 | 0.09 | 357.33 | 0.48 | 0.82 |
| Hex | E7 | BA | BC | 0 | 13 | 13 | 9 | 165 | 30 | 52 |
| Octal | 347 | 272 | 274 | 0 | 23 | 23 | 11 | 545 | 60 | 122 |
| Binary | 11100111 | 10111010 | 10111100 | 0 | 10011 | 10011 | 1001 | 101100101 | 110000 | 1010010 |
Color Harmonies of #E7BABC
Complementary color
Monochromatic Colors of #E7BABC
Black with #E7BABC
Text Example
Text Example
White with #E7BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BABC; }
p { color: rgb(231,186,188); }
H1.HeaderClassName
{
color: #E7BABC;
}
.AnyTagClassName
{
color: #E7BABC;
}
</style>
background-color css
<style>
a { background-color: #E7BABC; }
a { background-color: rgb(231,186,188); }
div.DivClassName
{
background-color: #E7BABC;
}
.BgClassName
{
background-color: #E7BABC;
}
</style>
border-color css
<style>
span { border-color: #E7BABC; }
span { border-color: rgb(231,186,188); }
td.TdClassName
{
border-color: #E7BABC;
}
.TagClassName
{
border-color: #E7BABC;
}
</style>