Shades of Violet #EC8DE7
Tints of Violet #EC8DE7
RGB
CMYK
RGB Variations
Color information
#EC8DE7 (or 0xEC8DE7) is known color: Violet. HEX triplet: EC, 8D and E7. RGB value is (236,141,231). Sum of RGB (Red+Green+Blue) = 236+141+231=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DE7 is #137218. Grayscale: #B3B3B3. Windows color (decimal): -1274393 or 15175148. OLE color: 15175148.
HSL color Cylindrical-coordinate representation of color #EC8DE7: hue angle of 303.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8DE7 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 231 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.07 |
| HSL | 303.16º | 0.71% | 0.74% | - |
| HSV(B) | 303.16º | 0.4% | 0.93% | - |
| XYZ | 58.54 | 42.65 | 80.75 | - |
| YUV | 179.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 231 | 0 | 0.40 | 0.02 | 0.07 | 303.16 | 0.71 | 0.74 |
| Hex | EC | 8D | E7 | 0 | 28 | 2 | 7 | 12F | 47 | 4A |
| Octal | 354 | 215 | 347 | 0 | 50 | 2 | 7 | 457 | 107 | 112 |
| Binary | 11101100 | 10001101 | 11100111 | 0 | 101000 | 10 | 111 | 100101111 | 1000111 | 1001010 |
Color Harmonies of #EC8DE7
Complementary color
Monochromatic Colors of #EC8DE7
Black with #EC8DE7
Text Example
Text Example
White with #EC8DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DE7; }
p { color: rgb(236,141,231); }
H1.HeaderClassName
{
color: #EC8DE7;
}
.AnyTagClassName
{
color: #EC8DE7;
}
</style>
background-color css
<style>
a { background-color: #EC8DE7; }
a { background-color: rgb(236,141,231); }
div.DivClassName
{
background-color: #EC8DE7;
}
.BgClassName
{
background-color: #EC8DE7;
}
</style>
border-color css
<style>
span { border-color: #EC8DE7; }
span { border-color: rgb(236,141,231); }
td.TdClassName
{
border-color: #EC8DE7;
}
.TagClassName
{
border-color: #EC8DE7;
}
</style>