Shades of Blossom #ECACB4
Tints of Blossom #ECACB4
RGB
CMYK
RGB Variations
Color information
#ECACB4 (or 0xECACB4) is known color: Blossom. HEX triplet: EC, AC and B4. RGB value is (236,172,180). Sum of RGB (Red+Green+Blue) = 236+172+180=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACB4 is #13534B. Grayscale: #C0C0C0. Windows color (decimal): -1266508 or 11840748. OLE color: 11840748.
HSL color Cylindrical-coordinate representation of color #ECACB4: hue angle of 352.5º 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 #ECACB4 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 180 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.07 |
| HSL | 352.5º | 0.63% | 0.8% | - |
| HSV(B) | 352.5º | 0.27% | 0.93% | - |
| XYZ | 57.58 | 50.63 | 49.92 | - |
| YUV | 192.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 180 | 0 | 0.27 | 0.24 | 0.07 | 352.5 | 0.63 | 0.8 |
| Hex | EC | AC | B4 | 0 | 1B | 18 | 7 | 160 | 3F | 50 |
| Octal | 354 | 254 | 264 | 0 | 33 | 30 | 7 | 540 | 77 | 120 |
| Binary | 11101100 | 10101100 | 10110100 | 0 | 11011 | 11000 | 111 | 101100000 | 111111 | 1010000 |
Color Harmonies of #ECACB4
Complementary color
Monochromatic Colors of #ECACB4
Black with #ECACB4
Text Example
Text Example
White with #ECACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACB4; }
p { color: rgb(236,172,180); }
H1.HeaderClassName
{
color: #ECACB4;
}
.AnyTagClassName
{
color: #ECACB4;
}
</style>
background-color css
<style>
a { background-color: #ECACB4; }
a { background-color: rgb(236,172,180); }
div.DivClassName
{
background-color: #ECACB4;
}
.BgClassName
{
background-color: #ECACB4;
}
</style>
border-color css
<style>
span { border-color: #ECACB4; }
span { border-color: rgb(236,172,180); }
td.TdClassName
{
border-color: #ECACB4;
}
.TagClassName
{
border-color: #ECACB4;
}
</style>