Shades of Blossom #ECABB2
Tints of Blossom #ECABB2
RGB
CMYK
RGB Variations
Color information
#ECABB2 (or 0xECABB2) is known color: Blossom. HEX triplet: EC, AB and B2. RGB value is (236,171,178). Sum of RGB (Red+Green+Blue) = 236+171+178=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECABB2 is #13544D. Grayscale: #BFBFBF. Windows color (decimal): -1266766 or 11709420. OLE color: 11709420.
HSL color Cylindrical-coordinate representation of color #ECABB2: hue angle of 353.54º 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 #ECABB2 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 178 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.07 |
| HSL | 353.54º | 0.63% | 0.8% | - |
| HSV(B) | 353.54º | 0.28% | 0.93% | - |
| XYZ | 57.19 | 50.17 | 48.79 | - |
| YUV | 191.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 178 | 0 | 0.28 | 0.25 | 0.07 | 353.54 | 0.63 | 0.8 |
| Hex | EC | AB | B2 | 0 | 1C | 19 | 7 | 162 | 3F | 50 |
| Octal | 354 | 253 | 262 | 0 | 34 | 31 | 7 | 542 | 77 | 120 |
| Binary | 11101100 | 10101011 | 10110010 | 0 | 11100 | 11001 | 111 | 101100010 | 111111 | 1010000 |
Color Harmonies of #ECABB2
Complementary color
Monochromatic Colors of #ECABB2
Black with #ECABB2
Text Example
Text Example
White with #ECABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABB2; }
p { color: rgb(236,171,178); }
H1.HeaderClassName
{
color: #ECABB2;
}
.AnyTagClassName
{
color: #ECABB2;
}
</style>
background-color css
<style>
a { background-color: #ECABB2; }
a { background-color: rgb(236,171,178); }
div.DivClassName
{
background-color: #ECABB2;
}
.BgClassName
{
background-color: #ECABB2;
}
</style>
border-color css
<style>
span { border-color: #ECABB2; }
span { border-color: rgb(236,171,178); }
td.TdClassName
{
border-color: #ECABB2;
}
.TagClassName
{
border-color: #ECABB2;
}
</style>