Shades of Blossom #E7B4B9
Tints of Blossom #E7B4B9
RGB
CMYK
RGB Variations
Color information
#E7B4B9 (or 0xE7B4B9) is known color: Blossom. HEX triplet: E7, B4 and B9. RGB value is (231,180,185). Sum of RGB (Red+Green+Blue) = 231+180+185=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4B9 is #184B46. Grayscale: #C3C3C3. Windows color (decimal): -1592135 or 12170471. OLE color: 12170471.
HSL color Cylindrical-coordinate representation of color #E7B4B9: hue angle of 354.12º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7B4B9 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 185 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.09 |
| HSL | 354.12º | 0.52% | 0.81% | - |
| HSV(B) | 354.12º | 0.22% | 0.91% | - |
| XYZ | 58.03 | 53.13 | 53.1 | - |
| YUV | 195.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 185 | 0 | 0.22 | 0.20 | 0.09 | 354.12 | 0.52 | 0.81 |
| Hex | E7 | B4 | B9 | 0 | 16 | 14 | 9 | 162 | 34 | 51 |
| Octal | 347 | 264 | 271 | 0 | 26 | 24 | 11 | 542 | 64 | 121 |
| Binary | 11100111 | 10110100 | 10111001 | 0 | 10110 | 10100 | 1001 | 101100010 | 110100 | 1010001 |
Color Harmonies of #E7B4B9
Complementary color
Monochromatic Colors of #E7B4B9
Black with #E7B4B9
Text Example
Text Example
White with #E7B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B4B9; }
p { color: rgb(231,180,185); }
H1.HeaderClassName
{
color: #E7B4B9;
}
.AnyTagClassName
{
color: #E7B4B9;
}
</style>
background-color css
<style>
a { background-color: #E7B4B9; }
a { background-color: rgb(231,180,185); }
div.DivClassName
{
background-color: #E7B4B9;
}
.BgClassName
{
background-color: #E7B4B9;
}
</style>
border-color css
<style>
span { border-color: #E7B4B9; }
span { border-color: rgb(231,180,185); }
td.TdClassName
{
border-color: #E7B4B9;
}
.TagClassName
{
border-color: #E7B4B9;
}
</style>