Shades of Plum #ECB0EF
Tints of Plum #ECB0EF
RGB
CMYK
RGB Variations
Color information
#ECB0EF (or 0xECB0EF) is known color: Plum. HEX triplet: EC, B0 and EF. RGB value is (236,176,239). Sum of RGB (Red+Green+Blue) = 236+176+239=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECB0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0EF is #134F10. Grayscale: #C8C8C8. Windows color (decimal): -1265425 or 15708396. OLE color: 15708396.
HSL color Cylindrical-coordinate representation of color #ECB0EF: hue angle of 297.14º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB0EF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 176 | 239 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.06 |
| HSL | 297.14º | 0.66% | 0.81% | - |
| HSV(B) | 297.14º | 0.26% | 0.94% | - |
| XYZ | 65.7 | 55.12 | 88.84 | - |
| YUV | 201.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 239 | 0.01 | 0.26 | 0 | 0.06 | 297.14 | 0.66 | 0.81 |
| Hex | EC | B0 | EF | 1 | 1A | 0 | 6 | 129 | 42 | 51 |
| Octal | 354 | 260 | 357 | 1 | 32 | 0 | 6 | 451 | 102 | 121 |
| Binary | 11101100 | 10110000 | 11101111 | 1 | 11010 | 0 | 110 | 100101001 | 1000010 | 1010001 |
Color Harmonies of #ECB0EF
Complementary color
Monochromatic Colors of #ECB0EF
Black with #ECB0EF
Text Example
Text Example
White with #ECB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0EF; }
p { color: rgb(236,176,239); }
H1.HeaderClassName
{
color: #ECB0EF;
}
.AnyTagClassName
{
color: #ECB0EF;
}
</style>
background-color css
<style>
a { background-color: #ECB0EF; }
a { background-color: rgb(236,176,239); }
div.DivClassName
{
background-color: #ECB0EF;
}
.BgClassName
{
background-color: #ECB0EF;
}
</style>
border-color css
<style>
span { border-color: #ECB0EF; }
span { border-color: rgb(236,176,239); }
td.TdClassName
{
border-color: #ECB0EF;
}
.TagClassName
{
border-color: #ECB0EF;
}
</style>