Shades of Blossom #ECAEB2
Tints of Blossom #ECAEB2
RGB
CMYK
RGB Variations
Color information
#ECAEB2 (or 0xECAEB2) is known color: Blossom. HEX triplet: EC, AE and B2. RGB value is (236,174,178). Sum of RGB (Red+Green+Blue) = 236+174+178=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAEB2 is #13514D. Grayscale: #C1C1C1. Windows color (decimal): -1265998 or 11710188. OLE color: 11710188.
HSL color Cylindrical-coordinate representation of color #ECAEB2: hue angle of 356.13º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAEB2 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 178 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.07 |
| HSL | 356.13º | 0.62% | 0.8% | - |
| HSV(B) | 356.13º | 0.26% | 0.93% | - |
| XYZ | 57.76 | 51.32 | 48.98 | - |
| YUV | 192.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 178 | 0 | 0.26 | 0.25 | 0.07 | 356.13 | 0.62 | 0.8 |
| Hex | EC | AE | B2 | 0 | 1A | 19 | 7 | 164 | 3E | 50 |
| Octal | 354 | 256 | 262 | 0 | 32 | 31 | 7 | 544 | 76 | 120 |
| Binary | 11101100 | 10101110 | 10110010 | 0 | 11010 | 11001 | 111 | 101100100 | 111110 | 1010000 |
Color Harmonies of #ECAEB2
Complementary color
Monochromatic Colors of #ECAEB2
Black with #ECAEB2
Text Example
Text Example
White with #ECAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEB2; }
p { color: rgb(236,174,178); }
H1.HeaderClassName
{
color: #ECAEB2;
}
.AnyTagClassName
{
color: #ECAEB2;
}
</style>
background-color css
<style>
a { background-color: #ECAEB2; }
a { background-color: rgb(236,174,178); }
div.DivClassName
{
background-color: #ECAEB2;
}
.BgClassName
{
background-color: #ECAEB2;
}
</style>
border-color css
<style>
span { border-color: #ECAEB2; }
span { border-color: rgb(236,174,178); }
td.TdClassName
{
border-color: #ECAEB2;
}
.TagClassName
{
border-color: #ECAEB2;
}
</style>