Shades of Blossom #EFB1B7
Tints of Blossom #EFB1B7
RGB
CMYK
RGB Variations
Color information
#EFB1B7 (or 0xEFB1B7) is known color: Blossom. HEX triplet: EF, B1 and B7. RGB value is (239,177,183). Sum of RGB (Red+Green+Blue) = 239+177+183=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1B7 is #104E48. Grayscale: #C4C4C4. Windows color (decimal): -1068617 or 12038639. OLE color: 12038639.
HSL color Cylindrical-coordinate representation of color #EFB1B7: hue angle of 354.19º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1B7 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 183 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.06 |
| HSL | 354.19º | 0.66% | 0.82% | - |
| HSV(B) | 354.19º | 0.26% | 0.94% | - |
| XYZ | 59.87 | 53.21 | 51.92 | - |
| YUV | 196.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 183 | 0 | 0.26 | 0.23 | 0.06 | 354.19 | 0.66 | 0.82 |
| Hex | EF | B1 | B7 | 0 | 1A | 17 | 6 | 162 | 42 | 52 |
| Octal | 357 | 261 | 267 | 0 | 32 | 27 | 6 | 542 | 102 | 122 |
| Binary | 11101111 | 10110001 | 10110111 | 0 | 11010 | 10111 | 110 | 101100010 | 1000010 | 1010010 |
Color Harmonies of #EFB1B7
Complementary color
Monochromatic Colors of #EFB1B7
Black with #EFB1B7
Text Example
Text Example
White with #EFB1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1B7; }
p { color: rgb(239,177,183); }
H1.HeaderClassName
{
color: #EFB1B7;
}
.AnyTagClassName
{
color: #EFB1B7;
}
</style>
background-color css
<style>
a { background-color: #EFB1B7; }
a { background-color: rgb(239,177,183); }
div.DivClassName
{
background-color: #EFB1B7;
}
.BgClassName
{
background-color: #EFB1B7;
}
</style>
border-color css
<style>
span { border-color: #EFB1B7; }
span { border-color: rgb(239,177,183); }
td.TdClassName
{
border-color: #EFB1B7;
}
.TagClassName
{
border-color: #EFB1B7;
}
</style>