Shades of Plum #ECA8E4
Tints of Plum #ECA8E4
RGB
CMYK
RGB Variations
Color information
#ECA8E4 (or 0xECA8E4) is known color: Plum. HEX triplet: EC, A8 and E4. RGB value is (236,168,228). Sum of RGB (Red+Green+Blue) = 236+168+228=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8E4 is #13571B. Grayscale: #C3C3C3. Windows color (decimal): -1267484 or 14985452. OLE color: 14985452.
HSL color Cylindrical-coordinate representation of color #ECA8E4: hue angle of 307.06º 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 #ECA8E4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 228 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.07 |
| HSL | 307.06º | 0.64% | 0.79% | - |
| HSV(B) | 307.06º | 0.29% | 0.93% | - |
| XYZ | 62.6 | 51.44 | 80.03 | - |
| YUV | 195.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 228 | 0 | 0.29 | 0.03 | 0.07 | 307.06 | 0.64 | 0.79 |
| Hex | EC | A8 | E4 | 0 | 1D | 3 | 7 | 133 | 40 | 4F |
| Octal | 354 | 250 | 344 | 0 | 35 | 3 | 7 | 463 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11100100 | 0 | 11101 | 11 | 111 | 100110011 | 1000000 | 1001111 |
Color Harmonies of #ECA8E4
Complementary color
Monochromatic Colors of #ECA8E4
Black with #ECA8E4
Text Example
Text Example
White with #ECA8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8E4; }
p { color: rgb(236,168,228); }
H1.HeaderClassName
{
color: #ECA8E4;
}
.AnyTagClassName
{
color: #ECA8E4;
}
</style>
background-color css
<style>
a { background-color: #ECA8E4; }
a { background-color: rgb(236,168,228); }
div.DivClassName
{
background-color: #ECA8E4;
}
.BgClassName
{
background-color: #ECA8E4;
}
</style>
border-color css
<style>
span { border-color: #ECA8E4; }
span { border-color: rgb(236,168,228); }
td.TdClassName
{
border-color: #ECA8E4;
}
.TagClassName
{
border-color: #ECA8E4;
}
</style>