Shades of Blossom #EBB0B4
Tints of Blossom #EBB0B4
RGB
CMYK
RGB Variations
Color information
#EBB0B4 (or 0xEBB0B4) is known color: Blossom. HEX triplet: EB, B0 and B4. RGB value is (235,176,180). Sum of RGB (Red+Green+Blue) = 235+176+180=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B4 is #144F4B. Grayscale: #C2C2C2. Windows color (decimal): -1331020 or 11841771. OLE color: 11841771.
HSL color Cylindrical-coordinate representation of color #EBB0B4: hue angle of 355.93º 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 #EBB0B4 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 180 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.08 |
| HSL | 355.93º | 0.6% | 0.81% | - |
| HSV(B) | 355.93º | 0.25% | 0.92% | - |
| XYZ | 58.02 | 52.01 | 50.16 | - |
| YUV | 194.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 180 | 0 | 0.25 | 0.23 | 0.08 | 355.93 | 0.6 | 0.81 |
| Hex | EB | B0 | B4 | 0 | 19 | 17 | 8 | 164 | 3C | 51 |
| Octal | 353 | 260 | 264 | 0 | 31 | 27 | 10 | 544 | 74 | 121 |
| Binary | 11101011 | 10110000 | 10110100 | 0 | 11001 | 10111 | 1000 | 101100100 | 111100 | 1010001 |
Color Harmonies of #EBB0B4
Complementary color
Monochromatic Colors of #EBB0B4
Black with #EBB0B4
Text Example
Text Example
White with #EBB0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0B4; }
p { color: rgb(235,176,180); }
H1.HeaderClassName
{
color: #EBB0B4;
}
.AnyTagClassName
{
color: #EBB0B4;
}
</style>
background-color css
<style>
a { background-color: #EBB0B4; }
a { background-color: rgb(235,176,180); }
div.DivClassName
{
background-color: #EBB0B4;
}
.BgClassName
{
background-color: #EBB0B4;
}
</style>
border-color css
<style>
span { border-color: #EBB0B4; }
span { border-color: rgb(235,176,180); }
td.TdClassName
{
border-color: #EBB0B4;
}
.TagClassName
{
border-color: #EBB0B4;
}
</style>