Shades of Blossom #ECAAB7
Tints of Blossom #ECAAB7
RGB
CMYK
RGB Variations
Color information
#ECAAB7 (or 0xECAAB7) is known color: Blossom. HEX triplet: EC, AA and B7. RGB value is (236,170,183). Sum of RGB (Red+Green+Blue) = 236+170+183=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAB7 is #135548. Grayscale: #BFBFBF. Windows color (decimal): -1267017 or 12036844. OLE color: 12036844.
HSL color Cylindrical-coordinate representation of color #ECAAB7: hue angle of 348.18º 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 #ECAAB7 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 170 | 183 | - |
CMYK | 0 | 0.28 | 0.22 | 0.07 |
HSL | 348.18º | 0.63% | 0.8% | - |
HSV(B) | 348.18º | 0.28% | 0.93% | - |
XYZ | 57.51 | 50 | 51.42 | - |
YUV | 191.22 | 123.37 | 159.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 170 | 183 | 0 | 0.28 | 0.22 | 0.07 | 348.18 | 0.63 | 0.8 |
Hex | EC | AA | B7 | 0 | 1C | 16 | 7 | 15C | 3F | 50 |
Octal | 354 | 252 | 267 | 0 | 34 | 26 | 7 | 534 | 77 | 120 |
Binary | 11101100 | 10101010 | 10110111 | 0 | 11100 | 10110 | 111 | 101011100 | 111111 | 1010000 |
Color Harmonies of #ECAAB7
Complementary color
Monochromatic Colors of #ECAAB7
Black with #ECAAB7
Text Example
Text Example
White with #ECAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAB7; }
p { color: rgb(236,170,183); }
H1.HeaderClassName
{
color: #ECAAB7;
}
.AnyTagClassName
{
color: #ECAAB7;
}
</style>
background-color css
<style>
a { background-color: #ECAAB7; }
a { background-color: rgb(236,170,183); }
div.DivClassName
{
background-color: #ECAAB7;
}
.BgClassName
{
background-color: #ECAAB7;
}
</style>
border-color css
<style>
span { border-color: #ECAAB7; }
span { border-color: rgb(236,170,183); }
td.TdClassName
{
border-color: #ECAAB7;
}
.TagClassName
{
border-color: #ECAAB7;
}
</style>