Shades of Blossom #ECB2B5
Tints of Blossom #ECB2B5
RGB
CMYK
RGB Variations
Color information
#ECB2B5 (or 0xECB2B5) is known color: Blossom. HEX triplet: EC, B2 and B5. RGB value is (236,178,181). Sum of RGB (Red+Green+Blue) = 236+178+181=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2B5 is #134D4A. Grayscale: #C3C3C3. Windows color (decimal): -1264971 or 11907820. OLE color: 11907820.
HSL color Cylindrical-coordinate representation of color #ECB2B5: hue angle of 356.9º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2B5 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 178 | 181 | - |
CMYK | 0 | 0.25 | 0.23 | 0.07 |
HSL | 356.9º | 0.6% | 0.81% | - |
HSV(B) | 356.9º | 0.25% | 0.93% | - |
XYZ | 58.85 | 53.01 | 50.85 | - |
YUV | 195.68 | 119.72 | 156.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 178 | 181 | 0 | 0.25 | 0.23 | 0.07 | 356.9 | 0.6 | 0.81 |
Hex | EC | B2 | B5 | 0 | 19 | 17 | 7 | 165 | 3C | 51 |
Octal | 354 | 262 | 265 | 0 | 31 | 27 | 7 | 545 | 74 | 121 |
Binary | 11101100 | 10110010 | 10110101 | 0 | 11001 | 10111 | 111 | 101100101 | 111100 | 1010001 |
Color Harmonies of #ECB2B5
Complementary color
Monochromatic Colors of #ECB2B5
Black with #ECB2B5
Text Example
Text Example
White with #ECB2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2B5; }
p { color: rgb(236,178,181); }
H1.HeaderClassName
{
color: #ECB2B5;
}
.AnyTagClassName
{
color: #ECB2B5;
}
</style>
background-color css
<style>
a { background-color: #ECB2B5; }
a { background-color: rgb(236,178,181); }
div.DivClassName
{
background-color: #ECB2B5;
}
.BgClassName
{
background-color: #ECB2B5;
}
</style>
border-color css
<style>
span { border-color: #ECB2B5; }
span { border-color: rgb(236,178,181); }
td.TdClassName
{
border-color: #ECB2B5;
}
.TagClassName
{
border-color: #ECB2B5;
}
</style>