Shades of Blossom #EFB4B5
Tints of Blossom #EFB4B5
RGB
CMYK
RGB Variations
Color information
#EFB4B5 (or 0xEFB4B5) is known color: Blossom. HEX triplet: EF, B4 and B5. RGB value is (239,180,181). Sum of RGB (Red+Green+Blue) = 239+180+181=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4B5 is #104B4A. Grayscale: #C5C5C5. Windows color (decimal): -1067851 or 11908335. OLE color: 11908335.
HSL color Cylindrical-coordinate representation of color #EFB4B5: hue angle of 358.98º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4B5 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 181 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.06 |
| HSL | 358.98º | 0.65% | 0.82% | - |
| HSV(B) | 358.98º | 0.25% | 0.94% | - |
| XYZ | 60.26 | 54.33 | 51.03 | - |
| YUV | 197.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 181 | 0 | 0.25 | 0.24 | 0.06 | 358.98 | 0.65 | 0.82 |
| Hex | EF | B4 | B5 | 0 | 19 | 18 | 6 | 167 | 41 | 52 |
| Octal | 357 | 264 | 265 | 0 | 31 | 30 | 6 | 547 | 101 | 122 |
| Binary | 11101111 | 10110100 | 10110101 | 0 | 11001 | 11000 | 110 | 101100111 | 1000001 | 1010010 |
Color Harmonies of #EFB4B5
Complementary color
Monochromatic Colors of #EFB4B5
Black with #EFB4B5
Text Example
Text Example
White with #EFB4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4B5; }
p { color: rgb(239,180,181); }
H1.HeaderClassName
{
color: #EFB4B5;
}
.AnyTagClassName
{
color: #EFB4B5;
}
</style>
background-color css
<style>
a { background-color: #EFB4B5; }
a { background-color: rgb(239,180,181); }
div.DivClassName
{
background-color: #EFB4B5;
}
.BgClassName
{
background-color: #EFB4B5;
}
</style>
border-color css
<style>
span { border-color: #EFB4B5; }
span { border-color: rgb(239,180,181); }
td.TdClassName
{
border-color: #EFB4B5;
}
.TagClassName
{
border-color: #EFB4B5;
}
</style>