Shades of Violet #EC8DFE
Tints of Violet #EC8DFE
RGB
CMYK
RGB Variations
Color information
#EC8DFE (or 0xEC8DFE) is known color: Violet. HEX triplet: EC, 8D and FE. RGB value is (236,141,254). Sum of RGB (Red+Green+Blue) = 236+141+254=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC8DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DFE is #137201. Grayscale: #B5B5B5. Windows color (decimal): -1274370 or 16682476. OLE color: 16682476.
HSL color Cylindrical-coordinate representation of color #EC8DFE: hue angle of 290.44º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8DFE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 141 | 254 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.00 |
| HSL | 290.44º | 0.98% | 0.77% | - |
| HSV(B) | 290.44º | 0.44% | 1% | - |
| XYZ | 62.01 | 44.04 | 99 | - |
| YUV | 182.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 254 | 0.07 | 0.44 | 0 | 0.00 | 290.44 | 0.98 | 0.77 |
| Hex | EC | 8D | FE | 7 | 2C | 0 | 0 | 122 | 62 | 4D |
| Octal | 354 | 215 | 376 | 7 | 54 | 0 | 0 | 442 | 142 | 115 |
| Binary | 11101100 | 10001101 | 11111110 | 111 | 101100 | 0 | 0 | 100100010 | 1100010 | 1001101 |
Color Harmonies of #EC8DFE
Complementary color
Monochromatic Colors of #EC8DFE
Black with #EC8DFE
Text Example
Text Example
White with #EC8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DFE; }
p { color: rgb(236,141,254); }
H1.HeaderClassName
{
color: #EC8DFE;
}
.AnyTagClassName
{
color: #EC8DFE;
}
</style>
background-color css
<style>
a { background-color: #EC8DFE; }
a { background-color: rgb(236,141,254); }
div.DivClassName
{
background-color: #EC8DFE;
}
.BgClassName
{
background-color: #EC8DFE;
}
</style>
border-color css
<style>
span { border-color: #EC8DFE; }
span { border-color: rgb(236,141,254); }
td.TdClassName
{
border-color: #EC8DFE;
}
.TagClassName
{
border-color: #EC8DFE;
}
</style>