Shades of Blossom #E8BBBE
Tints of Blossom #E8BBBE
RGB
CMYK
RGB Variations
Color information
#E8BBBE (or 0xE8BBBE) is known color: Blossom. HEX triplet: E8, BB and BE. RGB value is (232,187,190). Sum of RGB (Red+Green+Blue) = 232+187+190=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBBE is #174441. Grayscale: #C8C8C8. Windows color (decimal): -1524802 or 12499944. OLE color: 12499944.
HSL color Cylindrical-coordinate representation of color #E8BBBE: hue angle of 356º 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 #E8BBBE is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 190 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.09 |
| HSL | 356º | 0.49% | 0.82% | - |
| HSV(B) | 356º | 0.19% | 0.91% | - |
| XYZ | 60.34 | 56.41 | 56.42 | - |
| YUV | 200.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 190 | 0 | 0.19 | 0.18 | 0.09 | 356 | 0.49 | 0.82 |
| Hex | E8 | BB | BE | 0 | 13 | 12 | 9 | 164 | 31 | 52 |
| Octal | 350 | 273 | 276 | 0 | 23 | 22 | 11 | 544 | 61 | 122 |
| Binary | 11101000 | 10111011 | 10111110 | 0 | 10011 | 10010 | 1001 | 101100100 | 110001 | 1010010 |
Color Harmonies of #E8BBBE
Complementary color
Monochromatic Colors of #E8BBBE
Black with #E8BBBE
Text Example
Text Example
White with #E8BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BBBE; }
p { color: rgb(232,187,190); }
H1.HeaderClassName
{
color: #E8BBBE;
}
.AnyTagClassName
{
color: #E8BBBE;
}
</style>
background-color css
<style>
a { background-color: #E8BBBE; }
a { background-color: rgb(232,187,190); }
div.DivClassName
{
background-color: #E8BBBE;
}
.BgClassName
{
background-color: #E8BBBE;
}
</style>
border-color css
<style>
span { border-color: #E8BBBE; }
span { border-color: rgb(232,187,190); }
td.TdClassName
{
border-color: #E8BBBE;
}
.TagClassName
{
border-color: #E8BBBE;
}
</style>