Shades of Plum #ECA3E7
Tints of Plum #ECA3E7
RGB
CMYK
RGB Variations
Color information
#ECA3E7 (or 0xECA3E7) is known color: Plum. HEX triplet: EC, A3 and E7. RGB value is (236,163,231). Sum of RGB (Red+Green+Blue) = 236+163+231=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA3E7 is #135C18. Grayscale: #C0C0C0. Windows color (decimal): -1268761 or 15180780. OLE color: 15180780.
HSL color Cylindrical-coordinate representation of color #ECA3E7: hue angle of 304.11º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA3E7 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 163 | 231 | - |
CMYK | 0 | 0.31 | 0.02 | 0.07 |
HSL | 304.11º | 0.66% | 0.78% | - |
HSV(B) | 304.11º | 0.31% | 0.93% | - |
XYZ | 62.11 | 49.8 | 81.94 | - |
YUV | 192.58 | 149.68 | 158.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 163 | 231 | 0 | 0.31 | 0.02 | 0.07 | 304.11 | 0.66 | 0.78 |
Hex | EC | A3 | E7 | 0 | 1F | 2 | 7 | 130 | 42 | 4E |
Octal | 354 | 243 | 347 | 0 | 37 | 2 | 7 | 460 | 102 | 116 |
Binary | 11101100 | 10100011 | 11100111 | 0 | 11111 | 10 | 111 | 100110000 | 1000010 | 1001110 |
Color Harmonies of #ECA3E7
Complementary color
Monochromatic Colors of #ECA3E7
Black with #ECA3E7
Text Example
Text Example
White with #ECA3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA3E7; }
p { color: rgb(236,163,231); }
H1.HeaderClassName
{
color: #ECA3E7;
}
.AnyTagClassName
{
color: #ECA3E7;
}
</style>
background-color css
<style>
a { background-color: #ECA3E7; }
a { background-color: rgb(236,163,231); }
div.DivClassName
{
background-color: #ECA3E7;
}
.BgClassName
{
background-color: #ECA3E7;
}
</style>
border-color css
<style>
span { border-color: #ECA3E7; }
span { border-color: rgb(236,163,231); }
td.TdClassName
{
border-color: #ECA3E7;
}
.TagClassName
{
border-color: #ECA3E7;
}
</style>