Shades of Blossom #EBB4B6
Tints of Blossom #EBB4B6
RGB
CMYK
RGB Variations
Color information
#EBB4B6 (or 0xEBB4B6) is known color: Blossom. HEX triplet: EB, B4 and B6. RGB value is (235,180,182). Sum of RGB (Red+Green+Blue) = 235+180+182=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4B6 is #144B49. Grayscale: #C4C4C4. Windows color (decimal): -1329994 or 11973867. OLE color: 11973867.
HSL color Cylindrical-coordinate representation of color #EBB4B6: hue angle of 357.82º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4B6 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 182 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.08 |
| HSL | 357.82º | 0.58% | 0.81% | - |
| HSV(B) | 357.82º | 0.23% | 0.92% | - |
| XYZ | 59.03 | 53.68 | 51.51 | - |
| YUV | 196.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 182 | 0 | 0.23 | 0.23 | 0.08 | 357.82 | 0.58 | 0.81 |
| Hex | EB | B4 | B6 | 0 | 17 | 17 | 8 | 166 | 3A | 51 |
| Octal | 353 | 264 | 266 | 0 | 27 | 27 | 10 | 546 | 72 | 121 |
| Binary | 11101011 | 10110100 | 10110110 | 0 | 10111 | 10111 | 1000 | 101100110 | 111010 | 1010001 |
Color Harmonies of #EBB4B6
Complementary color
Monochromatic Colors of #EBB4B6
Black with #EBB4B6
Text Example
Text Example
White with #EBB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB4B6; }
p { color: rgb(235,180,182); }
H1.HeaderClassName
{
color: #EBB4B6;
}
.AnyTagClassName
{
color: #EBB4B6;
}
</style>
background-color css
<style>
a { background-color: #EBB4B6; }
a { background-color: rgb(235,180,182); }
div.DivClassName
{
background-color: #EBB4B6;
}
.BgClassName
{
background-color: #EBB4B6;
}
</style>
border-color css
<style>
span { border-color: #EBB4B6; }
span { border-color: rgb(235,180,182); }
td.TdClassName
{
border-color: #EBB4B6;
}
.TagClassName
{
border-color: #EBB4B6;
}
</style>