Shades of Blossom #E8B8BE
Tints of Blossom #E8B8BE
RGB
CMYK
RGB Variations
Color information
#E8B8BE (or 0xE8B8BE) is known color: Blossom. HEX triplet: E8, B8 and BE. RGB value is (232,184,190). Sum of RGB (Red+Green+Blue) = 232+184+190=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B8BE is #174741. Grayscale: #C7C7C7. Windows color (decimal): -1525570 or 12499176. OLE color: 12499176.
HSL color Cylindrical-coordinate representation of color #E8B8BE: hue angle of 352.5º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8B8BE is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 184 | 190 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.09 |
| HSL | 352.5º | 0.51% | 0.82% | - |
| HSV(B) | 352.5º | 0.21% | 0.91% | - |
| XYZ | 59.71 | 55.15 | 56.21 | - |
| YUV | 199.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 184 | 190 | 0 | 0.21 | 0.18 | 0.09 | 352.5 | 0.51 | 0.82 |
| Hex | E8 | B8 | BE | 0 | 15 | 12 | 9 | 160 | 33 | 52 |
| Octal | 350 | 270 | 276 | 0 | 25 | 22 | 11 | 540 | 63 | 122 |
| Binary | 11101000 | 10111000 | 10111110 | 0 | 10101 | 10010 | 1001 | 101100000 | 110011 | 1010010 |
Color Harmonies of #E8B8BE
Complementary color
Monochromatic Colors of #E8B8BE
Black with #E8B8BE
Text Example
Text Example
White with #E8B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B8BE; }
p { color: rgb(232,184,190); }
H1.HeaderClassName
{
color: #E8B8BE;
}
.AnyTagClassName
{
color: #E8B8BE;
}
</style>
background-color css
<style>
a { background-color: #E8B8BE; }
a { background-color: rgb(232,184,190); }
div.DivClassName
{
background-color: #E8B8BE;
}
.BgClassName
{
background-color: #E8B8BE;
}
</style>
border-color css
<style>
span { border-color: #E8B8BE; }
span { border-color: rgb(232,184,190); }
td.TdClassName
{
border-color: #E8B8BE;
}
.TagClassName
{
border-color: #E8B8BE;
}
</style>