Shades of Blossom #ECAAB5
Tints of Blossom #ECAAB5
RGB
CMYK
RGB Variations
Color information
#ECAAB5 (or 0xECAAB5) is known color: Blossom. HEX triplet: EC, AA and B5. RGB value is (236,170,181). Sum of RGB (Red+Green+Blue) = 236+170+181=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAB5 is #13554A. Grayscale: #BFBFBF. Windows color (decimal): -1267019 or 11905772. OLE color: 11905772.
HSL color Cylindrical-coordinate representation of color #ECAAB5: hue angle of 350º 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 #ECAAB5 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 170 | 181 | - |
CMYK | 0 | 0.28 | 0.23 | 0.07 |
HSL | 350º | 0.63% | 0.8% | - |
HSV(B) | 350º | 0.28% | 0.93% | - |
XYZ | 57.31 | 49.92 | 50.33 | - |
YUV | 190.99 | 122.37 | 160.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 170 | 181 | 0 | 0.28 | 0.23 | 0.07 | 350 | 0.63 | 0.8 |
Hex | EC | AA | B5 | 0 | 1C | 17 | 7 | 15E | 3F | 50 |
Octal | 354 | 252 | 265 | 0 | 34 | 27 | 7 | 536 | 77 | 120 |
Binary | 11101100 | 10101010 | 10110101 | 0 | 11100 | 10111 | 111 | 101011110 | 111111 | 1010000 |
Color Harmonies of #ECAAB5
Complementary color
Monochromatic Colors of #ECAAB5
Black with #ECAAB5
Text Example
Text Example
White with #ECAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAB5; }
p { color: rgb(236,170,181); }
H1.HeaderClassName
{
color: #ECAAB5;
}
.AnyTagClassName
{
color: #ECAAB5;
}
</style>
background-color css
<style>
a { background-color: #ECAAB5; }
a { background-color: rgb(236,170,181); }
div.DivClassName
{
background-color: #ECAAB5;
}
.BgClassName
{
background-color: #ECAAB5;
}
</style>
border-color css
<style>
span { border-color: #ECAAB5; }
span { border-color: rgb(236,170,181); }
td.TdClassName
{
border-color: #ECAAB5;
}
.TagClassName
{
border-color: #ECAAB5;
}
</style>