Shades of Blossom #E8BABC
Tints of Blossom #E8BABC
RGB
CMYK
RGB Variations
Color information
#E8BABC (or 0xE8BABC) is known color: Blossom. HEX triplet: E8, BA and BC. RGB value is (232,186,188). Sum of RGB (Red+Green+Blue) = 232+186+188=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BABC is #174543. Grayscale: #C8C8C8. Windows color (decimal): -1525060 or 12368616. OLE color: 12368616.
HSL color Cylindrical-coordinate representation of color #E8BABC: hue angle of 357.39º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BABC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 188 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.09 |
| HSL | 357.39º | 0.5% | 0.82% | - |
| HSV(B) | 357.39º | 0.2% | 0.91% | - |
| XYZ | 59.91 | 55.9 | 55.21 | - |
| YUV | 199.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 188 | 0 | 0.20 | 0.19 | 0.09 | 357.39 | 0.5 | 0.82 |
| Hex | E8 | BA | BC | 0 | 14 | 13 | 9 | 165 | 32 | 52 |
| Octal | 350 | 272 | 274 | 0 | 24 | 23 | 11 | 545 | 62 | 122 |
| Binary | 11101000 | 10111010 | 10111100 | 0 | 10100 | 10011 | 1001 | 101100101 | 110010 | 1010010 |
Color Harmonies of #E8BABC
Complementary color
Monochromatic Colors of #E8BABC
Black with #E8BABC
Text Example
Text Example
White with #E8BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BABC; }
p { color: rgb(232,186,188); }
H1.HeaderClassName
{
color: #E8BABC;
}
.AnyTagClassName
{
color: #E8BABC;
}
</style>
background-color css
<style>
a { background-color: #E8BABC; }
a { background-color: rgb(232,186,188); }
div.DivClassName
{
background-color: #E8BABC;
}
.BgClassName
{
background-color: #E8BABC;
}
</style>
border-color css
<style>
span { border-color: #E8BABC; }
span { border-color: rgb(232,186,188); }
td.TdClassName
{
border-color: #E8BABC;
}
.TagClassName
{
border-color: #E8BABC;
}
</style>