Shades of Blossom #EFAAB2
Tints of Blossom #EFAAB2
RGB
CMYK
RGB Variations
Color information
#EFAAB2 (or 0xEFAAB2) is known color: Blossom. HEX triplet: EF, AA and B2. RGB value is (239,170,178). Sum of RGB (Red+Green+Blue) = 239+170+178=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAB2 is #10554D. Grayscale: #BFBFBF. Windows color (decimal): -1070414 or 11709167. OLE color: 11709167.
HSL color Cylindrical-coordinate representation of color #EFAAB2: hue angle of 353.04º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAB2 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 178 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.06 |
| HSL | 353.04º | 0.68% | 0.8% | - |
| HSV(B) | 353.04º | 0.29% | 0.94% | - |
| XYZ | 58.01 | 50.31 | 48.77 | - |
| YUV | 191.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 178 | 0 | 0.29 | 0.26 | 0.06 | 353.04 | 0.68 | 0.8 |
| Hex | EF | AA | B2 | 0 | 1D | 1A | 6 | 161 | 44 | 50 |
| Octal | 357 | 252 | 262 | 0 | 35 | 32 | 6 | 541 | 104 | 120 |
| Binary | 11101111 | 10101010 | 10110010 | 0 | 11101 | 11010 | 110 | 101100001 | 1000100 | 1010000 |
Color Harmonies of #EFAAB2
Complementary color
Monochromatic Colors of #EFAAB2
Black with #EFAAB2
Text Example
Text Example
White with #EFAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAB2; }
p { color: rgb(239,170,178); }
H1.HeaderClassName
{
color: #EFAAB2;
}
.AnyTagClassName
{
color: #EFAAB2;
}
</style>
background-color css
<style>
a { background-color: #EFAAB2; }
a { background-color: rgb(239,170,178); }
div.DivClassName
{
background-color: #EFAAB2;
}
.BgClassName
{
background-color: #EFAAB2;
}
</style>
border-color css
<style>
span { border-color: #EFAAB2; }
span { border-color: rgb(239,170,178); }
td.TdClassName
{
border-color: #EFAAB2;
}
.TagClassName
{
border-color: #EFAAB2;
}
</style>