Shades of Blossom #E8BBBF
Tints of Blossom #E8BBBF
RGB
CMYK
RGB Variations
Color information
#E8BBBF (or 0xE8BBBF) is known color: Blossom. HEX triplet: E8, BB and BF. RGB value is (232,187,191). Sum of RGB (Red+Green+Blue) = 232+187+191=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBBF is #174440. Grayscale: #C8C8C8. Windows color (decimal): -1524801 or 12565480. OLE color: 12565480.
HSL color Cylindrical-coordinate representation of color #E8BBBF: hue angle of 354.67º degrees, saturation: 0.49, 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 #E8BBBF is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 191 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.09 |
| HSL | 354.67º | 0.49% | 0.82% | - |
| HSV(B) | 354.67º | 0.19% | 0.91% | - |
| XYZ | 60.45 | 56.46 | 57 | - |
| YUV | 200.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 191 | 0 | 0.19 | 0.18 | 0.09 | 354.67 | 0.49 | 0.82 |
| Hex | E8 | BB | BF | 0 | 13 | 12 | 9 | 163 | 31 | 52 |
| Octal | 350 | 273 | 277 | 0 | 23 | 22 | 11 | 543 | 61 | 122 |
| Binary | 11101000 | 10111011 | 10111111 | 0 | 10011 | 10010 | 1001 | 101100011 | 110001 | 1010010 |
Color Harmonies of #E8BBBF
Complementary color
Monochromatic Colors of #E8BBBF
Black with #E8BBBF
Text Example
Text Example
White with #E8BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BBBF; }
p { color: rgb(232,187,191); }
H1.HeaderClassName
{
color: #E8BBBF;
}
.AnyTagClassName
{
color: #E8BBBF;
}
</style>
background-color css
<style>
a { background-color: #E8BBBF; }
a { background-color: rgb(232,187,191); }
div.DivClassName
{
background-color: #E8BBBF;
}
.BgClassName
{
background-color: #E8BBBF;
}
</style>
border-color css
<style>
span { border-color: #E8BBBF; }
span { border-color: rgb(232,187,191); }
td.TdClassName
{
border-color: #E8BBBF;
}
.TagClassName
{
border-color: #E8BBBF;
}
</style>