Shades of Violet #EC8EF3
Tints of Violet #EC8EF3
RGB
CMYK
RGB Variations
Color information
#EC8EF3 (or 0xEC8EF3) is known color: Violet. HEX triplet: EC, 8E and F3. RGB value is (236,142,243). Sum of RGB (Red+Green+Blue) = 236+142+243=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 142 (55.86% from 255 or 22.87% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC8EF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EF3 is #13710C. Grayscale: #B5B5B5. Windows color (decimal): -1274125 or 15961836. OLE color: 15961836.
HSL color Cylindrical-coordinate representation of color #EC8EF3: hue angle of 295.84º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8EF3 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 142 | 243 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.05 |
| HSL | 295.84º | 0.81% | 0.75% | - |
| HSV(B) | 295.84º | 0.42% | 0.95% | - |
| XYZ | 60.44 | 43.65 | 90.03 | - |
| YUV | 181.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 243 | 0.03 | 0.42 | 0 | 0.05 | 295.84 | 0.81 | 0.75 |
| Hex | EC | 8E | F3 | 3 | 2A | 0 | 5 | 128 | 51 | 4B |
| Octal | 354 | 216 | 363 | 3 | 52 | 0 | 5 | 450 | 121 | 113 |
| Binary | 11101100 | 10001110 | 11110011 | 11 | 101010 | 0 | 101 | 100101000 | 1010001 | 1001011 |
Color Harmonies of #EC8EF3
Complementary color
Monochromatic Colors of #EC8EF3
Black with #EC8EF3
Text Example
Text Example
White with #EC8EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EF3; }
p { color: rgb(236,142,243); }
H1.HeaderClassName
{
color: #EC8EF3;
}
.AnyTagClassName
{
color: #EC8EF3;
}
</style>
background-color css
<style>
a { background-color: #EC8EF3; }
a { background-color: rgb(236,142,243); }
div.DivClassName
{
background-color: #EC8EF3;
}
.BgClassName
{
background-color: #EC8EF3;
}
</style>
border-color css
<style>
span { border-color: #EC8EF3; }
span { border-color: rgb(236,142,243); }
td.TdClassName
{
border-color: #EC8EF3;
}
.TagClassName
{
border-color: #EC8EF3;
}
</style>