Shades of Plum #ECB1EF
Tints of Plum #ECB1EF
RGB
CMYK
RGB Variations
Color information
#ECB1EF (or 0xECB1EF) is known color: Plum. HEX triplet: EC, B1 and EF. RGB value is (236,177,239). Sum of RGB (Red+Green+Blue) = 236+177+239=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1EF is #134E10. Grayscale: #C9C9C9. Windows color (decimal): -1265169 or 15708652. OLE color: 15708652.
HSL color Cylindrical-coordinate representation of color #ECB1EF: hue angle of 297.1º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB1EF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 177 | 239 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.06 |
| HSL | 297.1º | 0.66% | 0.82% | - |
| HSV(B) | 297.1º | 0.26% | 0.94% | - |
| XYZ | 65.89 | 55.51 | 88.9 | - |
| YUV | 201.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 239 | 0.01 | 0.26 | 0 | 0.06 | 297.1 | 0.66 | 0.82 |
| Hex | EC | B1 | EF | 1 | 1A | 0 | 6 | 129 | 42 | 52 |
| Octal | 354 | 261 | 357 | 1 | 32 | 0 | 6 | 451 | 102 | 122 |
| Binary | 11101100 | 10110001 | 11101111 | 1 | 11010 | 0 | 110 | 100101001 | 1000010 | 1010010 |
Color Harmonies of #ECB1EF
Complementary color
Monochromatic Colors of #ECB1EF
Black with #ECB1EF
Text Example
Text Example
White with #ECB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1EF; }
p { color: rgb(236,177,239); }
H1.HeaderClassName
{
color: #ECB1EF;
}
.AnyTagClassName
{
color: #ECB1EF;
}
</style>
background-color css
<style>
a { background-color: #ECB1EF; }
a { background-color: rgb(236,177,239); }
div.DivClassName
{
background-color: #ECB1EF;
}
.BgClassName
{
background-color: #ECB1EF;
}
</style>
border-color css
<style>
span { border-color: #ECB1EF; }
span { border-color: rgb(236,177,239); }
td.TdClassName
{
border-color: #ECB1EF;
}
.TagClassName
{
border-color: #ECB1EF;
}
</style>