Shades of Blossom #ECAAB1
Tints of Blossom #ECAAB1
RGB
CMYK
RGB Variations
Color information
#ECAAB1 (or 0xECAAB1) is known color: Blossom. HEX triplet: EC, AA and B1. RGB value is (236,170,177). Sum of RGB (Red+Green+Blue) = 236+170+177=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAAB1 is #13554E. Grayscale: #BEBEBE. Windows color (decimal): -1267023 or 11643628. OLE color: 11643628.
HSL color Cylindrical-coordinate representation of color #ECAAB1: hue angle of 353.64º 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 #ECAAB1 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 177 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.07 |
| HSL | 353.64º | 0.63% | 0.8% | - |
| HSV(B) | 353.64º | 0.28% | 0.93% | - |
| XYZ | 56.9 | 49.76 | 48.2 | - |
| YUV | 190.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 177 | 0 | 0.28 | 0.25 | 0.07 | 353.64 | 0.63 | 0.8 |
| Hex | EC | AA | B1 | 0 | 1C | 19 | 7 | 162 | 3F | 50 |
| Octal | 354 | 252 | 261 | 0 | 34 | 31 | 7 | 542 | 77 | 120 |
| Binary | 11101100 | 10101010 | 10110001 | 0 | 11100 | 11001 | 111 | 101100010 | 111111 | 1010000 |
Color Harmonies of #ECAAB1
Complementary color
Monochromatic Colors of #ECAAB1
Black with #ECAAB1
Text Example
Text Example
White with #ECAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAB1; }
p { color: rgb(236,170,177); }
H1.HeaderClassName
{
color: #ECAAB1;
}
.AnyTagClassName
{
color: #ECAAB1;
}
</style>
background-color css
<style>
a { background-color: #ECAAB1; }
a { background-color: rgb(236,170,177); }
div.DivClassName
{
background-color: #ECAAB1;
}
.BgClassName
{
background-color: #ECAAB1;
}
</style>
border-color css
<style>
span { border-color: #ECAAB1; }
span { border-color: rgb(236,170,177); }
td.TdClassName
{
border-color: #ECAAB1;
}
.TagClassName
{
border-color: #ECAAB1;
}
</style>