Shades of Blossom #EFB0B6
Tints of Blossom #EFB0B6
RGB
CMYK
RGB Variations
Color information
#EFB0B6 (or 0xEFB0B6) is known color: Blossom. HEX triplet: EF, B0 and B6. RGB value is (239,176,182). Sum of RGB (Red+Green+Blue) = 239+176+182=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0B6 is #104F49. Grayscale: #C3C3C3. Windows color (decimal): -1068874 or 11972847. OLE color: 11972847.
HSL color Cylindrical-coordinate representation of color #EFB0B6: hue angle of 354.29º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0B6 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 182 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.06 |
| HSL | 354.29º | 0.66% | 0.81% | - |
| HSV(B) | 354.29º | 0.26% | 0.94% | - |
| XYZ | 59.57 | 52.78 | 51.3 | - |
| YUV | 195.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 182 | 0 | 0.26 | 0.24 | 0.06 | 354.29 | 0.66 | 0.81 |
| Hex | EF | B0 | B6 | 0 | 1A | 18 | 6 | 162 | 42 | 51 |
| Octal | 357 | 260 | 266 | 0 | 32 | 30 | 6 | 542 | 102 | 121 |
| Binary | 11101111 | 10110000 | 10110110 | 0 | 11010 | 11000 | 110 | 101100010 | 1000010 | 1010001 |
Color Harmonies of #EFB0B6
Complementary color
Monochromatic Colors of #EFB0B6
Black with #EFB0B6
Text Example
Text Example
White with #EFB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0B6; }
p { color: rgb(239,176,182); }
H1.HeaderClassName
{
color: #EFB0B6;
}
.AnyTagClassName
{
color: #EFB0B6;
}
</style>
background-color css
<style>
a { background-color: #EFB0B6; }
a { background-color: rgb(239,176,182); }
div.DivClassName
{
background-color: #EFB0B6;
}
.BgClassName
{
background-color: #EFB0B6;
}
</style>
border-color css
<style>
span { border-color: #EFB0B6; }
span { border-color: rgb(239,176,182); }
td.TdClassName
{
border-color: #EFB0B6;
}
.TagClassName
{
border-color: #EFB0B6;
}
</style>