Shades of Blossom #EBB3B4
Tints of Blossom #EBB3B4
RGB
CMYK
RGB Variations
Color information
#EBB3B4 (or 0xEBB3B4) is known color: Blossom. HEX triplet: EB, B3 and B4. RGB value is (235,179,180). Sum of RGB (Red+Green+Blue) = 235+179+180=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3B4 is #144C4B. Grayscale: #C3C3C3. Windows color (decimal): -1330252 or 11842539. OLE color: 11842539.
HSL color Cylindrical-coordinate representation of color #EBB3B4: hue angle of 358.93º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3B4 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 180 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.08 |
| HSL | 358.93º | 0.58% | 0.81% | - |
| HSV(B) | 358.93º | 0.24% | 0.92% | - |
| XYZ | 58.62 | 53.2 | 50.36 | - |
| YUV | 195.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 180 | 0 | 0.24 | 0.23 | 0.08 | 358.93 | 0.58 | 0.81 |
| Hex | EB | B3 | B4 | 0 | 18 | 17 | 8 | 167 | 3A | 51 |
| Octal | 353 | 263 | 264 | 0 | 30 | 27 | 10 | 547 | 72 | 121 |
| Binary | 11101011 | 10110011 | 10110100 | 0 | 11000 | 10111 | 1000 | 101100111 | 111010 | 1010001 |
Color Harmonies of #EBB3B4
Complementary color
Monochromatic Colors of #EBB3B4
Black with #EBB3B4
Text Example
Text Example
White with #EBB3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3B4; }
p { color: rgb(235,179,180); }
H1.HeaderClassName
{
color: #EBB3B4;
}
.AnyTagClassName
{
color: #EBB3B4;
}
</style>
background-color css
<style>
a { background-color: #EBB3B4; }
a { background-color: rgb(235,179,180); }
div.DivClassName
{
background-color: #EBB3B4;
}
.BgClassName
{
background-color: #EBB3B4;
}
</style>
border-color css
<style>
span { border-color: #EBB3B4; }
span { border-color: rgb(235,179,180); }
td.TdClassName
{
border-color: #EBB3B4;
}
.TagClassName
{
border-color: #EBB3B4;
}
</style>