Shades of Blossom #EFB2B3
Tints of Blossom #EFB2B3
RGB
CMYK
RGB Variations
Color information
#EFB2B3 (or 0xEFB2B3) is known color: Blossom. HEX triplet: EF, B2 and B3. RGB value is (239,178,179). Sum of RGB (Red+Green+Blue) = 239+178+179=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2B3 is #104D4C. Grayscale: #C4C4C4. Windows color (decimal): -1068365 or 11776751. OLE color: 11776751.
HSL color Cylindrical-coordinate representation of color #EFB2B3: hue angle of 359.02º 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 #EFB2B3 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 179 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.06 |
| HSL | 359.02º | 0.66% | 0.82% | - |
| HSV(B) | 359.02º | 0.26% | 0.94% | - |
| XYZ | 59.65 | 53.45 | 49.82 | - |
| YUV | 196.35 | 118.21 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 179 | 0 | 0.26 | 0.25 | 0.06 | 359.02 | 0.66 | 0.82 |
| Hex | EF | B2 | B3 | 0 | 1A | 19 | 6 | 167 | 42 | 52 |
| Octal | 357 | 262 | 263 | 0 | 32 | 31 | 6 | 547 | 102 | 122 |
| Binary | 11101111 | 10110010 | 10110011 | 0 | 11010 | 11001 | 110 | 101100111 | 1000010 | 1010010 |
Color Harmonies of #EFB2B3
Complementary color
Monochromatic Colors of #EFB2B3
Black with #EFB2B3
Text Example
Text Example
White with #EFB2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2B3; }
p { color: rgb(239,178,179); }
H1.HeaderClassName
{
color: #EFB2B3;
}
.AnyTagClassName
{
color: #EFB2B3;
}
</style>
background-color css
<style>
a { background-color: #EFB2B3; }
a { background-color: rgb(239,178,179); }
div.DivClassName
{
background-color: #EFB2B3;
}
.BgClassName
{
background-color: #EFB2B3;
}
</style>
border-color css
<style>
span { border-color: #EFB2B3; }
span { border-color: rgb(239,178,179); }
td.TdClassName
{
border-color: #EFB2B3;
}
.TagClassName
{
border-color: #EFB2B3;
}
</style>