Shades of Blossom #EFB3B5
Tints of Blossom #EFB3B5
RGB
CMYK
RGB Variations
Color information
#EFB3B5 (or 0xEFB3B5) is known color: Blossom. HEX triplet: EF, B3 and B5. RGB value is (239,179,181). Sum of RGB (Red+Green+Blue) = 239+179+181=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3B5 is #104C4A. Grayscale: #C5C5C5. Windows color (decimal): -1068107 or 11908079. OLE color: 11908079.
HSL color Cylindrical-coordinate representation of color #EFB3B5: hue angle of 358º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB3B5 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 181 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.06 |
| HSL | 358º | 0.65% | 0.82% | - |
| HSV(B) | 358º | 0.25% | 0.94% | - |
| XYZ | 60.06 | 53.93 | 50.96 | - |
| YUV | 197.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 181 | 0 | 0.25 | 0.24 | 0.06 | 358 | 0.65 | 0.82 |
| Hex | EF | B3 | B5 | 0 | 19 | 18 | 6 | 166 | 41 | 52 |
| Octal | 357 | 263 | 265 | 0 | 31 | 30 | 6 | 546 | 101 | 122 |
| Binary | 11101111 | 10110011 | 10110101 | 0 | 11001 | 11000 | 110 | 101100110 | 1000001 | 1010010 |
Color Harmonies of #EFB3B5
Complementary color
Monochromatic Colors of #EFB3B5
Black with #EFB3B5
Text Example
Text Example
White with #EFB3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3B5; }
p { color: rgb(239,179,181); }
H1.HeaderClassName
{
color: #EFB3B5;
}
.AnyTagClassName
{
color: #EFB3B5;
}
</style>
background-color css
<style>
a { background-color: #EFB3B5; }
a { background-color: rgb(239,179,181); }
div.DivClassName
{
background-color: #EFB3B5;
}
.BgClassName
{
background-color: #EFB3B5;
}
</style>
border-color css
<style>
span { border-color: #EFB3B5; }
span { border-color: rgb(239,179,181); }
td.TdClassName
{
border-color: #EFB3B5;
}
.TagClassName
{
border-color: #EFB3B5;
}
</style>