Shades of Blossom #ECAAB2
Tints of Blossom #ECAAB2
RGB
CMYK
RGB Variations
Color information
#ECAAB2 (or 0xECAAB2) is known color: Blossom. HEX triplet: EC, AA and B2. RGB value is (236,170,178). Sum of RGB (Red+Green+Blue) = 236+170+178=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAAB2 is #13554D. Grayscale: #BEBEBE. Windows color (decimal): -1267022 or 11709164. OLE color: 11709164.
HSL color Cylindrical-coordinate representation of color #ECAAB2: hue angle of 352.73º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAAB2 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 178 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.07 |
| HSL | 352.73º | 0.63% | 0.8% | - |
| HSV(B) | 352.73º | 0.28% | 0.93% | - |
| XYZ | 57 | 49.8 | 48.73 | - |
| YUV | 190.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 178 | 0 | 0.28 | 0.25 | 0.07 | 352.73 | 0.63 | 0.8 |
| Hex | EC | AA | B2 | 0 | 1C | 19 | 7 | 161 | 3F | 50 |
| Octal | 354 | 252 | 262 | 0 | 34 | 31 | 7 | 541 | 77 | 120 |
| Binary | 11101100 | 10101010 | 10110010 | 0 | 11100 | 11001 | 111 | 101100001 | 111111 | 1010000 |
Color Harmonies of #ECAAB2
Complementary color
Monochromatic Colors of #ECAAB2
Black with #ECAAB2
Text Example
Text Example
White with #ECAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAB2; }
p { color: rgb(236,170,178); }
H1.HeaderClassName
{
color: #ECAAB2;
}
.AnyTagClassName
{
color: #ECAAB2;
}
</style>
background-color css
<style>
a { background-color: #ECAAB2; }
a { background-color: rgb(236,170,178); }
div.DivClassName
{
background-color: #ECAAB2;
}
.BgClassName
{
background-color: #ECAAB2;
}
</style>
border-color css
<style>
span { border-color: #ECAAB2; }
span { border-color: rgb(236,170,178); }
td.TdClassName
{
border-color: #ECAAB2;
}
.TagClassName
{
border-color: #ECAAB2;
}
</style>