Shades of Blossom #EBB0B8
Tints of Blossom #EBB0B8
RGB
CMYK
RGB Variations
Color information
#EBB0B8 (or 0xEBB0B8) is known color: Blossom. HEX triplet: EB, B0 and B8. RGB value is (235,176,184). Sum of RGB (Red+Green+Blue) = 235+176+184=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B8 is #144F47. Grayscale: #C2C2C2. Windows color (decimal): -1331016 or 12103915. OLE color: 12103915.
HSL color Cylindrical-coordinate representation of color #EBB0B8: hue angle of 351.86º 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 #EBB0B8 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 184 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.08 |
| HSL | 351.86º | 0.6% | 0.81% | - |
| HSV(B) | 351.86º | 0.25% | 0.92% | - |
| XYZ | 58.44 | 52.17 | 52.34 | - |
| YUV | 194.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 184 | 0 | 0.25 | 0.22 | 0.08 | 351.86 | 0.6 | 0.81 |
| Hex | EB | B0 | B8 | 0 | 19 | 16 | 8 | 160 | 3C | 51 |
| Octal | 353 | 260 | 270 | 0 | 31 | 26 | 10 | 540 | 74 | 121 |
| Binary | 11101011 | 10110000 | 10111000 | 0 | 11001 | 10110 | 1000 | 101100000 | 111100 | 1010001 |
Color Harmonies of #EBB0B8
Complementary color
Monochromatic Colors of #EBB0B8
Black with #EBB0B8
Text Example
Text Example
White with #EBB0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0B8; }
p { color: rgb(235,176,184); }
H1.HeaderClassName
{
color: #EBB0B8;
}
.AnyTagClassName
{
color: #EBB0B8;
}
</style>
background-color css
<style>
a { background-color: #EBB0B8; }
a { background-color: rgb(235,176,184); }
div.DivClassName
{
background-color: #EBB0B8;
}
.BgClassName
{
background-color: #EBB0B8;
}
</style>
border-color css
<style>
span { border-color: #EBB0B8; }
span { border-color: rgb(235,176,184); }
td.TdClassName
{
border-color: #EBB0B8;
}
.TagClassName
{
border-color: #EBB0B8;
}
</style>