Shades of Plum #ECA8E7
Tints of Plum #ECA8E7
RGB
CMYK
RGB Variations
Color information
#ECA8E7 (or 0xECA8E7) is known color: Plum. HEX triplet: EC, A8 and E7. RGB value is (236,168,231). Sum of RGB (Red+Green+Blue) = 236+168+231=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8E7 is #135718. Grayscale: #C3C3C3. Windows color (decimal): -1267481 or 15182060. OLE color: 15182060.
HSL color Cylindrical-coordinate representation of color #ECA8E7: hue angle of 304.41º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8E7 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 231 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.07 |
| HSL | 304.41º | 0.64% | 0.79% | - |
| HSV(B) | 304.41º | 0.29% | 0.93% | - |
| XYZ | 63.02 | 51.61 | 82.24 | - |
| YUV | 195.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 231 | 0 | 0.29 | 0.02 | 0.07 | 304.41 | 0.64 | 0.79 |
| Hex | EC | A8 | E7 | 0 | 1D | 2 | 7 | 130 | 40 | 4F |
| Octal | 354 | 250 | 347 | 0 | 35 | 2 | 7 | 460 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11100111 | 0 | 11101 | 10 | 111 | 100110000 | 1000000 | 1001111 |
Color Harmonies of #ECA8E7
Complementary color
Monochromatic Colors of #ECA8E7
Black with #ECA8E7
Text Example
Text Example
White with #ECA8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8E7; }
p { color: rgb(236,168,231); }
H1.HeaderClassName
{
color: #ECA8E7;
}
.AnyTagClassName
{
color: #ECA8E7;
}
</style>
background-color css
<style>
a { background-color: #ECA8E7; }
a { background-color: rgb(236,168,231); }
div.DivClassName
{
background-color: #ECA8E7;
}
.BgClassName
{
background-color: #ECA8E7;
}
</style>
border-color css
<style>
span { border-color: #ECA8E7; }
span { border-color: rgb(236,168,231); }
td.TdClassName
{
border-color: #ECA8E7;
}
.TagClassName
{
border-color: #ECA8E7;
}
</style>