Shades of Blossom #EBB0B6
Tints of Blossom #EBB0B6
RGB
CMYK
RGB Variations
Color information
#EBB0B6 (or 0xEBB0B6) is known color: Blossom. HEX triplet: EB, B0 and B6. RGB value is (235,176,182). Sum of RGB (Red+Green+Blue) = 235+176+182=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B6 is #144F49. Grayscale: #C2C2C2. Windows color (decimal): -1331018 or 11972843. OLE color: 11972843.
HSL color Cylindrical-coordinate representation of color #EBB0B6: hue angle of 353.9º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0B6 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 182 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.08 |
| HSL | 353.9º | 0.6% | 0.81% | - |
| HSV(B) | 353.9º | 0.25% | 0.92% | - |
| XYZ | 58.23 | 52.09 | 51.24 | - |
| YUV | 194.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 182 | 0 | 0.25 | 0.23 | 0.08 | 353.9 | 0.6 | 0.81 |
| Hex | EB | B0 | B6 | 0 | 19 | 17 | 8 | 162 | 3C | 51 |
| Octal | 353 | 260 | 266 | 0 | 31 | 27 | 10 | 542 | 74 | 121 |
| Binary | 11101011 | 10110000 | 10110110 | 0 | 11001 | 10111 | 1000 | 101100010 | 111100 | 1010001 |
Color Harmonies of #EBB0B6
Complementary color
Monochromatic Colors of #EBB0B6
Black with #EBB0B6
Text Example
Text Example
White with #EBB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0B6; }
p { color: rgb(235,176,182); }
H1.HeaderClassName
{
color: #EBB0B6;
}
.AnyTagClassName
{
color: #EBB0B6;
}
</style>
background-color css
<style>
a { background-color: #EBB0B6; }
a { background-color: rgb(235,176,182); }
div.DivClassName
{
background-color: #EBB0B6;
}
.BgClassName
{
background-color: #EBB0B6;
}
</style>
border-color css
<style>
span { border-color: #EBB0B6; }
span { border-color: rgb(235,176,182); }
td.TdClassName
{
border-color: #EBB0B6;
}
.TagClassName
{
border-color: #EBB0B6;
}
</style>