Shades of Blossom #E6BABB
Tints of Blossom #E6BABB
RGB
CMYK
RGB Variations
Color information
#E6BABB (or 0xE6BABB) is known color: Blossom. HEX triplet: E6, BA and BB. RGB value is (230,186,187). Sum of RGB (Red+Green+Blue) = 230+186+187=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BABB is #194544. Grayscale: #C7C7C7. Windows color (decimal): -1656133 or 12303078. OLE color: 12303078.
HSL color Cylindrical-coordinate representation of color #E6BABB: hue angle of 358.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BABB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 187 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.10 |
| HSL | 358.64º | 0.47% | 0.82% | - |
| HSV(B) | 358.64º | 0.19% | 0.9% | - |
| XYZ | 59.16 | 55.53 | 54.61 | - |
| YUV | 199.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 187 | 0 | 0.19 | 0.19 | 0.10 | 358.64 | 0.47 | 0.82 |
| Hex | E6 | BA | BB | 0 | 13 | 13 | A | 167 | 2F | 52 |
| Octal | 346 | 272 | 273 | 0 | 23 | 23 | 12 | 547 | 57 | 122 |
| Binary | 11100110 | 10111010 | 10111011 | 0 | 10011 | 10011 | 1010 | 101100111 | 101111 | 1010010 |
Color Harmonies of #E6BABB
Complementary color
Monochromatic Colors of #E6BABB
Black with #E6BABB
Text Example
Text Example
White with #E6BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BABB; }
p { color: rgb(230,186,187); }
H1.HeaderClassName
{
color: #E6BABB;
}
.AnyTagClassName
{
color: #E6BABB;
}
</style>
background-color css
<style>
a { background-color: #E6BABB; }
a { background-color: rgb(230,186,187); }
div.DivClassName
{
background-color: #E6BABB;
}
.BgClassName
{
background-color: #E6BABB;
}
</style>
border-color css
<style>
span { border-color: #E6BABB; }
span { border-color: rgb(230,186,187); }
td.TdClassName
{
border-color: #E6BABB;
}
.TagClassName
{
border-color: #E6BABB;
}
</style>