Shades of Blossom #EFB0B4
Tints of Blossom #EFB0B4
RGB
CMYK
RGB Variations
Color information
#EFB0B4 (or 0xEFB0B4) is known color: Blossom. HEX triplet: EF, B0 and B4. RGB value is (239,176,180). Sum of RGB (Red+Green+Blue) = 239+176+180=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0B4 is #104F4B. Grayscale: #C3C3C3. Windows color (decimal): -1068876 or 11841775. OLE color: 11841775.
HSL color Cylindrical-coordinate representation of color #EFB0B4: hue angle of 356.19º 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 #EFB0B4 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 180 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.06 |
| HSL | 356.19º | 0.66% | 0.81% | - |
| HSV(B) | 356.19º | 0.26% | 0.94% | - |
| XYZ | 59.36 | 52.7 | 50.22 | - |
| YUV | 195.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 180 | 0 | 0.26 | 0.25 | 0.06 | 356.19 | 0.66 | 0.81 |
| Hex | EF | B0 | B4 | 0 | 1A | 19 | 6 | 164 | 42 | 51 |
| Octal | 357 | 260 | 264 | 0 | 32 | 31 | 6 | 544 | 102 | 121 |
| Binary | 11101111 | 10110000 | 10110100 | 0 | 11010 | 11001 | 110 | 101100100 | 1000010 | 1010001 |
Color Harmonies of #EFB0B4
Complementary color
Monochromatic Colors of #EFB0B4
Black with #EFB0B4
Text Example
Text Example
White with #EFB0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0B4; }
p { color: rgb(239,176,180); }
H1.HeaderClassName
{
color: #EFB0B4;
}
.AnyTagClassName
{
color: #EFB0B4;
}
</style>
background-color css
<style>
a { background-color: #EFB0B4; }
a { background-color: rgb(239,176,180); }
div.DivClassName
{
background-color: #EFB0B4;
}
.BgClassName
{
background-color: #EFB0B4;
}
</style>
border-color css
<style>
span { border-color: #EFB0B4; }
span { border-color: rgb(239,176,180); }
td.TdClassName
{
border-color: #EFB0B4;
}
.TagClassName
{
border-color: #EFB0B4;
}
</style>