Shades of Violet #EC8DFF
Tints of Violet #EC8DFF
RGB
CMYK
RGB Variations
Color information
#EC8DFF (or 0xEC8DFF) is known color: Violet. HEX triplet: EC, 8D and FF. RGB value is (236,141,255). Sum of RGB (Red+Green+Blue) = 236+141+255=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 141 (55.47% from 255 or 22.31% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DFF is #137200. Grayscale: #B6B6B6. Windows color (decimal): -1274369 or 16748012. OLE color: 16748012.
HSL color Cylindrical-coordinate representation of color #EC8DFF: hue angle of 290º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8DFF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 141 | 255 | - |
| CMYK | 0.07 | 0.45 | 0 | 0 |
| HSL | 290º | 1% | 0.78% | - |
| HSV(B) | 290º | 0.45% | 1% | - |
| XYZ | 62.17 | 44.1 | 99.84 | - |
| YUV | 182.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 255 | 0.07 | 0.45 | 0 | 0 | 290 | 1 | 0.78 |
| Hex | EC | 8D | FF | 7 | 2D | 0 | 0 | 122 | 64 | 4E |
| Octal | 354 | 215 | 377 | 7 | 55 | 0 | 0 | 442 | 144 | 116 |
| Binary | 11101100 | 10001101 | 11111111 | 111 | 101101 | 0 | 0 | 100100010 | 1100100 | 1001110 |
Color Harmonies of #EC8DFF
Complementary color
Monochromatic Colors of #EC8DFF
Black with #EC8DFF
Text Example
Text Example
White with #EC8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DFF; }
p { color: rgb(236,141,255); }
H1.HeaderClassName
{
color: #EC8DFF;
}
.AnyTagClassName
{
color: #EC8DFF;
}
</style>
background-color css
<style>
a { background-color: #EC8DFF; }
a { background-color: rgb(236,141,255); }
div.DivClassName
{
background-color: #EC8DFF;
}
.BgClassName
{
background-color: #EC8DFF;
}
</style>
border-color css
<style>
span { border-color: #EC8DFF; }
span { border-color: rgb(236,141,255); }
td.TdClassName
{
border-color: #EC8DFF;
}
.TagClassName
{
border-color: #EC8DFF;
}
</style>