Shades of Plum #ECA5E8
Tints of Plum #ECA5E8
RGB
CMYK
RGB Variations
Color information
#ECA5E8 (or 0xECA5E8) is known color: Plum. HEX triplet: EC, A5 and E8. RGB value is (236,165,232). Sum of RGB (Red+Green+Blue) = 236+165+232=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA5E8 is #135A17. Grayscale: #C1C1C1. Windows color (decimal): -1268248 or 15246828. OLE color: 15246828.
HSL color Cylindrical-coordinate representation of color #ECA5E8: hue angle of 303.38º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA5E8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 165 | 232 | - |
CMYK | 0 | 0.30 | 0.02 | 0.07 |
HSL | 303.38º | 0.65% | 0.79% | - |
HSV(B) | 303.38º | 0.3% | 0.93% | - |
XYZ | 62.61 | 50.57 | 82.8 | - |
YUV | 193.87 | 149.52 | 158.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 165 | 232 | 0 | 0.30 | 0.02 | 0.07 | 303.38 | 0.65 | 0.79 |
Hex | EC | A5 | E8 | 0 | 1E | 2 | 7 | 12F | 41 | 4F |
Octal | 354 | 245 | 350 | 0 | 36 | 2 | 7 | 457 | 101 | 117 |
Binary | 11101100 | 10100101 | 11101000 | 0 | 11110 | 10 | 111 | 100101111 | 1000001 | 1001111 |
Color Harmonies of #ECA5E8
Complementary color
Monochromatic Colors of #ECA5E8
Black with #ECA5E8
Text Example
Text Example
White with #ECA5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA5E8; }
p { color: rgb(236,165,232); }
H1.HeaderClassName
{
color: #ECA5E8;
}
.AnyTagClassName
{
color: #ECA5E8;
}
</style>
background-color css
<style>
a { background-color: #ECA5E8; }
a { background-color: rgb(236,165,232); }
div.DivClassName
{
background-color: #ECA5E8;
}
.BgClassName
{
background-color: #ECA5E8;
}
</style>
border-color css
<style>
span { border-color: #ECA5E8; }
span { border-color: rgb(236,165,232); }
td.TdClassName
{
border-color: #ECA5E8;
}
.TagClassName
{
border-color: #ECA5E8;
}
</style>