Shades of Plum #ECB0EC
Tints of Plum #ECB0EC
RGB
CMYK
RGB Variations
Color information
#ECB0EC (or 0xECB0EC) is known color: Plum. HEX triplet: EC, B0 and EC. RGB value is (236,176,236). Sum of RGB (Red+Green+Blue) = 236+176+236=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0EC is #134F13. Grayscale: #C8C8C8. Windows color (decimal): -1265428 or 15511788. OLE color: 15511788.
HSL color Cylindrical-coordinate representation of color #ECB0EC: hue angle of 300º degrees, saturation: 0.61, 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 #ECB0EC is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 176 | 236 | - |
CMYK | 0 | 0.25 | 0 | 0.07 |
HSL | 300º | 0.61% | 0.81% | - |
HSV(B) | 300º | 0.25% | 0.93% | - |
XYZ | 65.26 | 54.94 | 86.52 | - |
YUV | 200.78 | 147.88 | 153.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 176 | 236 | 0 | 0.25 | 0 | 0.07 | 300 | 0.61 | 0.81 |
Hex | EC | B0 | EC | 0 | 19 | 0 | 7 | 12C | 3D | 51 |
Octal | 354 | 260 | 354 | 0 | 31 | 0 | 7 | 454 | 75 | 121 |
Binary | 11101100 | 10110000 | 11101100 | 0 | 11001 | 0 | 111 | 100101100 | 111101 | 1010001 |
Color Harmonies of #ECB0EC
Complementary color
Monochromatic Colors of #ECB0EC
Black with #ECB0EC
Text Example
Text Example
White with #ECB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0EC; }
p { color: rgb(236,176,236); }
H1.HeaderClassName
{
color: #ECB0EC;
}
.AnyTagClassName
{
color: #ECB0EC;
}
</style>
background-color css
<style>
a { background-color: #ECB0EC; }
a { background-color: rgb(236,176,236); }
div.DivClassName
{
background-color: #ECB0EC;
}
.BgClassName
{
background-color: #ECB0EC;
}
</style>
border-color css
<style>
span { border-color: #ECB0EC; }
span { border-color: rgb(236,176,236); }
td.TdClassName
{
border-color: #ECB0EC;
}
.TagClassName
{
border-color: #ECB0EC;
}
</style>