Shades of Blossom #ECADB1
Tints of Blossom #ECADB1
RGB
CMYK
RGB Variations
Color information
#ECADB1 (or 0xECADB1) is known color: Blossom. HEX triplet: EC, AD and B1. RGB value is (236,173,177). Sum of RGB (Red+Green+Blue) = 236+173+177=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECADB1 is #13524E. Grayscale: #C0C0C0. Windows color (decimal): -1266255 or 11644396. OLE color: 11644396.
HSL color Cylindrical-coordinate representation of color #ECADB1: hue angle of 356.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADB1 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 177 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.07 |
| HSL | 356.19º | 0.62% | 0.8% | - |
| HSV(B) | 356.19º | 0.27% | 0.93% | - |
| XYZ | 57.47 | 50.89 | 48.39 | - |
| YUV | 192.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 177 | 0 | 0.27 | 0.25 | 0.07 | 356.19 | 0.62 | 0.8 |
| Hex | EC | AD | B1 | 0 | 1B | 19 | 7 | 164 | 3E | 50 |
| Octal | 354 | 255 | 261 | 0 | 33 | 31 | 7 | 544 | 76 | 120 |
| Binary | 11101100 | 10101101 | 10110001 | 0 | 11011 | 11001 | 111 | 101100100 | 111110 | 1010000 |
Color Harmonies of #ECADB1
Complementary color
Monochromatic Colors of #ECADB1
Black with #ECADB1
Text Example
Text Example
White with #ECADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADB1; }
p { color: rgb(236,173,177); }
H1.HeaderClassName
{
color: #ECADB1;
}
.AnyTagClassName
{
color: #ECADB1;
}
</style>
background-color css
<style>
a { background-color: #ECADB1; }
a { background-color: rgb(236,173,177); }
div.DivClassName
{
background-color: #ECADB1;
}
.BgClassName
{
background-color: #ECADB1;
}
</style>
border-color css
<style>
span { border-color: #ECADB1; }
span { border-color: rgb(236,173,177); }
td.TdClassName
{
border-color: #ECADB1;
}
.TagClassName
{
border-color: #ECADB1;
}
</style>