Shades of Blossom #E7B0B4
Tints of Blossom #E7B0B4
RGB
CMYK
RGB Variations
Color information
#E7B0B4 (or 0xE7B0B4) is known color: Blossom. HEX triplet: E7, B0 and B4. RGB value is (231,176,180). Sum of RGB (Red+Green+Blue) = 231+176+180=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0B4 is #184F4B. Grayscale: #C0C0C0. Windows color (decimal): -1593164 or 11841767. OLE color: 11841767.
HSL color Cylindrical-coordinate representation of color #E7B0B4: hue angle of 355.64º 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 #E7B0B4 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 180 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.09 |
| HSL | 355.64º | 0.53% | 0.8% | - |
| HSV(B) | 355.64º | 0.24% | 0.91% | - |
| XYZ | 56.72 | 51.33 | 50.1 | - |
| YUV | 192.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 180 | 0 | 0.24 | 0.22 | 0.09 | 355.64 | 0.53 | 0.8 |
| Hex | E7 | B0 | B4 | 0 | 18 | 16 | 9 | 164 | 35 | 50 |
| Octal | 347 | 260 | 264 | 0 | 30 | 26 | 11 | 544 | 65 | 120 |
| Binary | 11100111 | 10110000 | 10110100 | 0 | 11000 | 10110 | 1001 | 101100100 | 110101 | 1010000 |
Color Harmonies of #E7B0B4
Complementary color
Monochromatic Colors of #E7B0B4
Black with #E7B0B4
Text Example
Text Example
White with #E7B0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0B4; }
p { color: rgb(231,176,180); }
H1.HeaderClassName
{
color: #E7B0B4;
}
.AnyTagClassName
{
color: #E7B0B4;
}
</style>
background-color css
<style>
a { background-color: #E7B0B4; }
a { background-color: rgb(231,176,180); }
div.DivClassName
{
background-color: #E7B0B4;
}
.BgClassName
{
background-color: #E7B0B4;
}
</style>
border-color css
<style>
span { border-color: #E7B0B4; }
span { border-color: rgb(231,176,180); }
td.TdClassName
{
border-color: #E7B0B4;
}
.TagClassName
{
border-color: #E7B0B4;
}
</style>