Shades of Blossom #ECACB8
Tints of Blossom #ECACB8
RGB
CMYK
RGB Variations
Color information
#ECACB8 (or 0xECACB8) is known color: Blossom. HEX triplet: EC, AC and B8. RGB value is (236,172,184). Sum of RGB (Red+Green+Blue) = 236+172+184=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACB8 is #135347. Grayscale: #C0C0C0. Windows color (decimal): -1266504 or 12102892. OLE color: 12102892.
HSL color Cylindrical-coordinate representation of color #ECACB8: hue angle of 348.75º 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 #ECACB8 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 184 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.07 |
| HSL | 348.75º | 0.63% | 0.8% | - |
| HSV(B) | 348.75º | 0.27% | 0.93% | - |
| XYZ | 58 | 50.8 | 52.1 | - |
| YUV | 192.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 184 | 0 | 0.27 | 0.22 | 0.07 | 348.75 | 0.63 | 0.8 |
| Hex | EC | AC | B8 | 0 | 1B | 16 | 7 | 15D | 3F | 50 |
| Octal | 354 | 254 | 270 | 0 | 33 | 26 | 7 | 535 | 77 | 120 |
| Binary | 11101100 | 10101100 | 10111000 | 0 | 11011 | 10110 | 111 | 101011101 | 111111 | 1010000 |
Color Harmonies of #ECACB8
Complementary color
Monochromatic Colors of #ECACB8
Black with #ECACB8
Text Example
Text Example
White with #ECACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACB8; }
p { color: rgb(236,172,184); }
H1.HeaderClassName
{
color: #ECACB8;
}
.AnyTagClassName
{
color: #ECACB8;
}
</style>
background-color css
<style>
a { background-color: #ECACB8; }
a { background-color: rgb(236,172,184); }
div.DivClassName
{
background-color: #ECACB8;
}
.BgClassName
{
background-color: #ECACB8;
}
</style>
border-color css
<style>
span { border-color: #ECACB8; }
span { border-color: rgb(236,172,184); }
td.TdClassName
{
border-color: #ECACB8;
}
.TagClassName
{
border-color: #ECACB8;
}
</style>