Shades of Violet #EC8CFE
Tints of Violet #EC8CFE
RGB
CMYK
RGB Variations
Color information
#EC8CFE (or 0xEC8CFE) is known color: Violet. HEX triplet: EC, 8C and FE. RGB value is (236,140,254). Sum of RGB (Red+Green+Blue) = 236+140+254=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CFE is #137301. Grayscale: #B5B5B5. Windows color (decimal): -1274626 or 16682220. OLE color: 16682220.
HSL color Cylindrical-coordinate representation of color #EC8CFE: hue angle of 290.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8CFE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 140 | 254 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.00 |
| HSL | 290.53º | 0.98% | 0.77% | - |
| HSV(B) | 290.53º | 0.45% | 1% | - |
| XYZ | 61.86 | 43.74 | 98.95 | - |
| YUV | 181.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 254 | 0.07 | 0.45 | 0 | 0.00 | 290.53 | 0.98 | 0.77 |
| Hex | EC | 8C | FE | 7 | 2D | 0 | 0 | 123 | 62 | 4D |
| Octal | 354 | 214 | 376 | 7 | 55 | 0 | 0 | 443 | 142 | 115 |
| Binary | 11101100 | 10001100 | 11111110 | 111 | 101101 | 0 | 0 | 100100011 | 1100010 | 1001101 |
Color Harmonies of #EC8CFE
Complementary color
Monochromatic Colors of #EC8CFE
Black with #EC8CFE
Text Example
Text Example
White with #EC8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CFE; }
p { color: rgb(236,140,254); }
H1.HeaderClassName
{
color: #EC8CFE;
}
.AnyTagClassName
{
color: #EC8CFE;
}
</style>
background-color css
<style>
a { background-color: #EC8CFE; }
a { background-color: rgb(236,140,254); }
div.DivClassName
{
background-color: #EC8CFE;
}
.BgClassName
{
background-color: #EC8CFE;
}
</style>
border-color css
<style>
span { border-color: #EC8CFE; }
span { border-color: rgb(236,140,254); }
td.TdClassName
{
border-color: #EC8CFE;
}
.TagClassName
{
border-color: #EC8CFE;
}
</style>