Shades of Blossom #E8B7B8
Tints of Blossom #E8B7B8
RGB
CMYK
RGB Variations
Color information
#E8B7B8 (or 0xE8B7B8) is known color: Blossom. HEX triplet: E8, B7 and B8. RGB value is (232,183,184). Sum of RGB (Red+Green+Blue) = 232+183+184=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B7B8 is #174847. Grayscale: #C5C5C5. Windows color (decimal): -1525832 or 12105704. OLE color: 12105704.
HSL color Cylindrical-coordinate representation of color #E8B7B8: hue angle of 358.78º degrees, saturation: 0.52, 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 #E8B7B8 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 183 | 184 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.09 |
| HSL | 358.78º | 0.52% | 0.81% | - |
| HSV(B) | 358.78º | 0.21% | 0.91% | - |
| XYZ | 58.86 | 54.48 | 52.76 | - |
| YUV | 197.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 183 | 184 | 0 | 0.21 | 0.21 | 0.09 | 358.78 | 0.52 | 0.81 |
| Hex | E8 | B7 | B8 | 0 | 15 | 15 | 9 | 167 | 34 | 51 |
| Octal | 350 | 267 | 270 | 0 | 25 | 25 | 11 | 547 | 64 | 121 |
| Binary | 11101000 | 10110111 | 10111000 | 0 | 10101 | 10101 | 1001 | 101100111 | 110100 | 1010001 |
Color Harmonies of #E8B7B8
Complementary color
Monochromatic Colors of #E8B7B8
Black with #E8B7B8
Text Example
Text Example
White with #E8B7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B7B8; }
p { color: rgb(232,183,184); }
H1.HeaderClassName
{
color: #E8B7B8;
}
.AnyTagClassName
{
color: #E8B7B8;
}
</style>
background-color css
<style>
a { background-color: #E8B7B8; }
a { background-color: rgb(232,183,184); }
div.DivClassName
{
background-color: #E8B7B8;
}
.BgClassName
{
background-color: #E8B7B8;
}
</style>
border-color css
<style>
span { border-color: #E8B7B8; }
span { border-color: rgb(232,183,184); }
td.TdClassName
{
border-color: #E8B7B8;
}
.TagClassName
{
border-color: #E8B7B8;
}
</style>