Shades of Blossom #E8BABE
Tints of Blossom #E8BABE
RGB
CMYK
RGB Variations
Color information
#E8BABE (or 0xE8BABE) is known color: Blossom. HEX triplet: E8, BA and BE. RGB value is (232,186,190). Sum of RGB (Red+Green+Blue) = 232+186+190=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BABE is #174541. Grayscale: #C8C8C8. Windows color (decimal): -1525058 or 12499688. OLE color: 12499688.
HSL color Cylindrical-coordinate representation of color #E8BABE: hue angle of 354.78º 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 #E8BABE is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 190 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.09 |
| HSL | 354.78º | 0.5% | 0.82% | - |
| HSV(B) | 354.78º | 0.2% | 0.91% | - |
| XYZ | 60.13 | 55.99 | 56.35 | - |
| YUV | 200.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 190 | 0 | 0.20 | 0.18 | 0.09 | 354.78 | 0.5 | 0.82 |
| Hex | E8 | BA | BE | 0 | 14 | 12 | 9 | 163 | 32 | 52 |
| Octal | 350 | 272 | 276 | 0 | 24 | 22 | 11 | 543 | 62 | 122 |
| Binary | 11101000 | 10111010 | 10111110 | 0 | 10100 | 10010 | 1001 | 101100011 | 110010 | 1010010 |
Color Harmonies of #E8BABE
Complementary color
Monochromatic Colors of #E8BABE
Black with #E8BABE
Text Example
Text Example
White with #E8BABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BABE; }
p { color: rgb(232,186,190); }
H1.HeaderClassName
{
color: #E8BABE;
}
.AnyTagClassName
{
color: #E8BABE;
}
</style>
background-color css
<style>
a { background-color: #E8BABE; }
a { background-color: rgb(232,186,190); }
div.DivClassName
{
background-color: #E8BABE;
}
.BgClassName
{
background-color: #E8BABE;
}
</style>
border-color css
<style>
span { border-color: #E8BABE; }
span { border-color: rgb(232,186,190); }
td.TdClassName
{
border-color: #E8BABE;
}
.TagClassName
{
border-color: #E8BABE;
}
</style>