Shades of Blossom #E6B9BA
Tints of Blossom #E6B9BA
RGB
CMYK
RGB Variations
Color information
#E6B9BA (or 0xE6B9BA) is known color: Blossom. HEX triplet: E6, B9 and BA. RGB value is (230,185,186). Sum of RGB (Red+Green+Blue) = 230+185+186=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9BA is #194645. Grayscale: #C6C6C6. Windows color (decimal): -1656390 or 12237286. OLE color: 12237286.
HSL color Cylindrical-coordinate representation of color #E6B9BA: hue angle of 358.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B9BA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 186 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.10 |
| HSL | 358.67º | 0.47% | 0.81% | - |
| HSV(B) | 358.67º | 0.2% | 0.9% | - |
| XYZ | 58.85 | 55.07 | 53.98 | - |
| YUV | 198.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 186 | 0 | 0.20 | 0.19 | 0.10 | 358.67 | 0.47 | 0.81 |
| Hex | E6 | B9 | BA | 0 | 14 | 13 | A | 167 | 2F | 51 |
| Octal | 346 | 271 | 272 | 0 | 24 | 23 | 12 | 547 | 57 | 121 |
| Binary | 11100110 | 10111001 | 10111010 | 0 | 10100 | 10011 | 1010 | 101100111 | 101111 | 1010001 |
Color Harmonies of #E6B9BA
Complementary color
Monochromatic Colors of #E6B9BA
Black with #E6B9BA
Text Example
Text Example
White with #E6B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B9BA; }
p { color: rgb(230,185,186); }
H1.HeaderClassName
{
color: #E6B9BA;
}
.AnyTagClassName
{
color: #E6B9BA;
}
</style>
background-color css
<style>
a { background-color: #E6B9BA; }
a { background-color: rgb(230,185,186); }
div.DivClassName
{
background-color: #E6B9BA;
}
.BgClassName
{
background-color: #E6B9BA;
}
</style>
border-color css
<style>
span { border-color: #E6B9BA; }
span { border-color: rgb(230,185,186); }
td.TdClassName
{
border-color: #E6B9BA;
}
.TagClassName
{
border-color: #E6B9BA;
}
</style>