Shades of Blossom #ECACB6
Tints of Blossom #ECACB6
RGB
CMYK
RGB Variations
Color information
#ECACB6 (or 0xECACB6) is known color: Blossom. HEX triplet: EC, AC and B6. RGB value is (236,172,182). Sum of RGB (Red+Green+Blue) = 236+172+182=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACB6 is #135349. Grayscale: #C0C0C0. Windows color (decimal): -1266506 or 11971820. OLE color: 11971820.
HSL color Cylindrical-coordinate representation of color #ECACB6: hue angle of 350.62º degrees, saturation: 0.63, 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 #ECACB6 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 182 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.07 |
| HSL | 350.63º | 0.63% | 0.8% | - |
| HSV(B) | 350.63º | 0.27% | 0.93% | - |
| XYZ | 57.79 | 50.72 | 51 | - |
| YUV | 192.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 182 | 0 | 0.27 | 0.23 | 0.07 | 350.63 | 0.63 | 0.8 |
| Hex | EC | AC | B6 | 0 | 1B | 17 | 7 | 15F | 3F | 50 |
| Octal | 354 | 254 | 266 | 0 | 33 | 27 | 7 | 537 | 77 | 120 |
| Binary | 11101100 | 10101100 | 10110110 | 0 | 11011 | 10111 | 111 | 101011111 | 111111 | 1010000 |
Color Harmonies of #ECACB6
Complementary color
Monochromatic Colors of #ECACB6
Black with #ECACB6
Text Example
Text Example
White with #ECACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACB6; }
p { color: rgb(236,172,182); }
H1.HeaderClassName
{
color: #ECACB6;
}
.AnyTagClassName
{
color: #ECACB6;
}
</style>
background-color css
<style>
a { background-color: #ECACB6; }
a { background-color: rgb(236,172,182); }
div.DivClassName
{
background-color: #ECACB6;
}
.BgClassName
{
background-color: #ECACB6;
}
</style>
border-color css
<style>
span { border-color: #ECACB6; }
span { border-color: rgb(236,172,182); }
td.TdClassName
{
border-color: #ECACB6;
}
.TagClassName
{
border-color: #ECACB6;
}
</style>