Shades of Blossom #ECABB8
Tints of Blossom #ECABB8
RGB
CMYK
RGB Variations
Color information
#ECABB8 (or 0xECABB8) is known color: Blossom. HEX triplet: EC, AB and B8. RGB value is (236,171,184). Sum of RGB (Red+Green+Blue) = 236+171+184=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABB8 is #135447. Grayscale: #BFBFBF. Windows color (decimal): -1266760 or 12102636. OLE color: 12102636.
HSL color Cylindrical-coordinate representation of color #ECABB8: hue angle of 348º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABB8 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 184 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.07 |
| HSL | 348º | 0.63% | 0.8% | - |
| HSV(B) | 348º | 0.28% | 0.93% | - |
| XYZ | 57.81 | 50.42 | 52.03 | - |
| YUV | 191.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 184 | 0 | 0.28 | 0.22 | 0.07 | 348 | 0.63 | 0.8 |
| Hex | EC | AB | B8 | 0 | 1C | 16 | 7 | 15C | 3F | 50 |
| Octal | 354 | 253 | 270 | 0 | 34 | 26 | 7 | 534 | 77 | 120 |
| Binary | 11101100 | 10101011 | 10111000 | 0 | 11100 | 10110 | 111 | 101011100 | 111111 | 1010000 |
Color Harmonies of #ECABB8
Complementary color
Monochromatic Colors of #ECABB8
Black with #ECABB8
Text Example
Text Example
White with #ECABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABB8; }
p { color: rgb(236,171,184); }
H1.HeaderClassName
{
color: #ECABB8;
}
.AnyTagClassName
{
color: #ECABB8;
}
</style>
background-color css
<style>
a { background-color: #ECABB8; }
a { background-color: rgb(236,171,184); }
div.DivClassName
{
background-color: #ECABB8;
}
.BgClassName
{
background-color: #ECABB8;
}
</style>
border-color css
<style>
span { border-color: #ECABB8; }
span { border-color: rgb(236,171,184); }
td.TdClassName
{
border-color: #ECABB8;
}
.TagClassName
{
border-color: #ECABB8;
}
</style>