Shades of Violet #EC8EFF
Tints of Violet #EC8EFF
RGB
CMYK
RGB Variations
Color information
#EC8EFF (or 0xEC8EFF) is known color: Violet. HEX triplet: EC, 8E and FF. RGB value is (236,142,255). Sum of RGB (Red+Green+Blue) = 236+142+255=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 142 (55.86% from 255 or 22.43% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EFF is #137100. Grayscale: #B6B6B6. Windows color (decimal): -1274113 or 16748268. OLE color: 16748268.
HSL color Cylindrical-coordinate representation of color #EC8EFF: hue angle of 289.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8EFF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 142 | 255 | - |
| CMYK | 0.07 | 0.44 | 0 | 0 |
| HSL | 289.91º | 1% | 0.78% | - |
| HSV(B) | 289.91º | 0.44% | 1% | - |
| XYZ | 62.32 | 44.4 | 99.89 | - |
| YUV | 182.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 255 | 0.07 | 0.44 | 0 | 0 | 289.91 | 1 | 0.78 |
| Hex | EC | 8E | FF | 7 | 2C | 0 | 0 | 122 | 64 | 4E |
| Octal | 354 | 216 | 377 | 7 | 54 | 0 | 0 | 442 | 144 | 116 |
| Binary | 11101100 | 10001110 | 11111111 | 111 | 101100 | 0 | 0 | 100100010 | 1100100 | 1001110 |
Color Harmonies of #EC8EFF
Complementary color
Monochromatic Colors of #EC8EFF
Black with #EC8EFF
Text Example
Text Example
White with #EC8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EFF; }
p { color: rgb(236,142,255); }
H1.HeaderClassName
{
color: #EC8EFF;
}
.AnyTagClassName
{
color: #EC8EFF;
}
</style>
background-color css
<style>
a { background-color: #EC8EFF; }
a { background-color: rgb(236,142,255); }
div.DivClassName
{
background-color: #EC8EFF;
}
.BgClassName
{
background-color: #EC8EFF;
}
</style>
border-color css
<style>
span { border-color: #EC8EFF; }
span { border-color: rgb(236,142,255); }
td.TdClassName
{
border-color: #EC8EFF;
}
.TagClassName
{
border-color: #EC8EFF;
}
</style>