Shades of Plum #ECB1ED
Tints of Plum #ECB1ED
RGB
CMYK
RGB Variations
Color information
#ECB1ED (or 0xECB1ED) is known color: Plum. HEX triplet: EC, B1 and ED. RGB value is (236,177,237). Sum of RGB (Red+Green+Blue) = 236+177+237=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1ED is #134E12. Grayscale: #C9C9C9. Windows color (decimal): -1265171 or 15577580. OLE color: 15577580.
HSL color Cylindrical-coordinate representation of color #ECB1ED: hue angle of 299º degrees, saturation: 0.62, 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 #ECB1ED is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 177 | 237 | - |
CMYK | 0.00 | 0.25 | 0 | 0.07 |
HSL | 299º | 0.63% | 0.81% | - |
HSV(B) | 299º | 0.25% | 0.93% | - |
XYZ | 65.6 | 55.39 | 87.35 | - |
YUV | 201.48 | 148.05 | 152.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 177 | 237 | 0.00 | 0.25 | 0 | 0.07 | 299 | 0.63 | 0.81 |
Hex | EC | B1 | ED | 0 | 19 | 0 | 7 | 12B | 3E | 51 |
Octal | 354 | 261 | 355 | 0 | 31 | 0 | 7 | 453 | 76 | 121 |
Binary | 11101100 | 10110001 | 11101101 | 0 | 11001 | 0 | 111 | 100101011 | 111110 | 1010001 |
Color Harmonies of #ECB1ED
Complementary color
Monochromatic Colors of #ECB1ED
Black with #ECB1ED
Text Example
Text Example
White with #ECB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1ED; }
p { color: rgb(236,177,237); }
H1.HeaderClassName
{
color: #ECB1ED;
}
.AnyTagClassName
{
color: #ECB1ED;
}
</style>
background-color css
<style>
a { background-color: #ECB1ED; }
a { background-color: rgb(236,177,237); }
div.DivClassName
{
background-color: #ECB1ED;
}
.BgClassName
{
background-color: #ECB1ED;
}
</style>
border-color css
<style>
span { border-color: #ECB1ED; }
span { border-color: rgb(236,177,237); }
td.TdClassName
{
border-color: #ECB1ED;
}
.TagClassName
{
border-color: #ECB1ED;
}
</style>