Shades of Blossom #EBB6BA
Tints of Blossom #EBB6BA
RGB
CMYK
RGB Variations
Color information
#EBB6BA (or 0xEBB6BA) is known color: Blossom. HEX triplet: EB, B6 and BA. RGB value is (235,182,186). Sum of RGB (Red+Green+Blue) = 235+182+186=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6BA is #144945. Grayscale: #C6C6C6. Windows color (decimal): -1329478 or 12236523. OLE color: 12236523.
HSL color Cylindrical-coordinate representation of color #EBB6BA: hue angle of 355.47º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB6BA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 186 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.08 |
| HSL | 355.47º | 0.57% | 0.82% | - |
| HSV(B) | 355.47º | 0.23% | 0.92% | - |
| XYZ | 59.85 | 54.66 | 53.85 | - |
| YUV | 198.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 186 | 0 | 0.23 | 0.21 | 0.08 | 355.47 | 0.57 | 0.82 |
| Hex | EB | B6 | BA | 0 | 17 | 15 | 8 | 163 | 39 | 52 |
| Octal | 353 | 266 | 272 | 0 | 27 | 25 | 10 | 543 | 71 | 122 |
| Binary | 11101011 | 10110110 | 10111010 | 0 | 10111 | 10101 | 1000 | 101100011 | 111001 | 1010010 |
Color Harmonies of #EBB6BA
Complementary color
Monochromatic Colors of #EBB6BA
Black with #EBB6BA
Text Example
Text Example
White with #EBB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6BA; }
p { color: rgb(235,182,186); }
H1.HeaderClassName
{
color: #EBB6BA;
}
.AnyTagClassName
{
color: #EBB6BA;
}
</style>
background-color css
<style>
a { background-color: #EBB6BA; }
a { background-color: rgb(235,182,186); }
div.DivClassName
{
background-color: #EBB6BA;
}
.BgClassName
{
background-color: #EBB6BA;
}
</style>
border-color css
<style>
span { border-color: #EBB6BA; }
span { border-color: rgb(235,182,186); }
td.TdClassName
{
border-color: #EBB6BA;
}
.TagClassName
{
border-color: #EBB6BA;
}
</style>