Shades of Blossom #EBB2B7
Tints of Blossom #EBB2B7
RGB
CMYK
RGB Variations
Color information
#EBB2B7 (or 0xEBB2B7) is known color: Blossom. HEX triplet: EB, B2 and B7. RGB value is (235,178,183). Sum of RGB (Red+Green+Blue) = 235+178+183=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2B7 is #144D48. Grayscale: #C3C3C3. Windows color (decimal): -1330505 or 12038891. OLE color: 12038891.
HSL color Cylindrical-coordinate representation of color #EBB2B7: hue angle of 354.74º degrees, saturation: 0.59, 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 #EBB2B7 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 183 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.08 |
| HSL | 354.74º | 0.59% | 0.81% | - |
| HSV(B) | 354.74º | 0.24% | 0.92% | - |
| XYZ | 58.73 | 52.92 | 51.92 | - |
| YUV | 195.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 183 | 0 | 0.24 | 0.22 | 0.08 | 354.74 | 0.59 | 0.81 |
| Hex | EB | B2 | B7 | 0 | 18 | 16 | 8 | 163 | 3B | 51 |
| Octal | 353 | 262 | 267 | 0 | 30 | 26 | 10 | 543 | 73 | 121 |
| Binary | 11101011 | 10110010 | 10110111 | 0 | 11000 | 10110 | 1000 | 101100011 | 111011 | 1010001 |
Color Harmonies of #EBB2B7
Complementary color
Monochromatic Colors of #EBB2B7
Black with #EBB2B7
Text Example
Text Example
White with #EBB2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2B7; }
p { color: rgb(235,178,183); }
H1.HeaderClassName
{
color: #EBB2B7;
}
.AnyTagClassName
{
color: #EBB2B7;
}
</style>
background-color css
<style>
a { background-color: #EBB2B7; }
a { background-color: rgb(235,178,183); }
div.DivClassName
{
background-color: #EBB2B7;
}
.BgClassName
{
background-color: #EBB2B7;
}
</style>
border-color css
<style>
span { border-color: #EBB2B7; }
span { border-color: rgb(235,178,183); }
td.TdClassName
{
border-color: #EBB2B7;
}
.TagClassName
{
border-color: #EBB2B7;
}
</style>