Shades of Blossom #EFB2B8
Tints of Blossom #EFB2B8
RGB
CMYK
RGB Variations
Color information
#EFB2B8 (or 0xEFB2B8) is known color: Blossom. HEX triplet: EF, B2 and B8. RGB value is (239,178,184). Sum of RGB (Red+Green+Blue) = 239+178+184=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2B8 is #104D47. Grayscale: #C4C4C4. Windows color (decimal): -1068360 or 12104431. OLE color: 12104431.
HSL color Cylindrical-coordinate representation of color #EFB2B8: hue angle of 354.1º 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 #EFB2B8 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 184 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.06 |
| HSL | 354.1º | 0.66% | 0.82% | - |
| HSV(B) | 354.1º | 0.26% | 0.94% | - |
| XYZ | 60.17 | 53.65 | 52.53 | - |
| YUV | 196.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 184 | 0 | 0.26 | 0.23 | 0.06 | 354.1 | 0.66 | 0.82 |
| Hex | EF | B2 | B8 | 0 | 1A | 17 | 6 | 162 | 42 | 52 |
| Octal | 357 | 262 | 270 | 0 | 32 | 27 | 6 | 542 | 102 | 122 |
| Binary | 11101111 | 10110010 | 10111000 | 0 | 11010 | 10111 | 110 | 101100010 | 1000010 | 1010010 |
Color Harmonies of #EFB2B8
Complementary color
Monochromatic Colors of #EFB2B8
Black with #EFB2B8
Text Example
Text Example
White with #EFB2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2B8; }
p { color: rgb(239,178,184); }
H1.HeaderClassName
{
color: #EFB2B8;
}
.AnyTagClassName
{
color: #EFB2B8;
}
</style>
background-color css
<style>
a { background-color: #EFB2B8; }
a { background-color: rgb(239,178,184); }
div.DivClassName
{
background-color: #EFB2B8;
}
.BgClassName
{
background-color: #EFB2B8;
}
</style>
border-color css
<style>
span { border-color: #EFB2B8; }
span { border-color: rgb(239,178,184); }
td.TdClassName
{
border-color: #EFB2B8;
}
.TagClassName
{
border-color: #EFB2B8;
}
</style>