Shades of Violet #EC8DFD
Tints of Violet #EC8DFD
RGB
CMYK
RGB Variations
Color information
#EC8DFD (or 0xEC8DFD) is known color: Violet. HEX triplet: EC, 8D and FD. RGB value is (236,141,253). Sum of RGB (Red+Green+Blue) = 236+141+253=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 141 (55.47% from 255 or 22.38% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC8DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DFD is #137202. Grayscale: #B5B5B5. Windows color (decimal): -1274371 or 16616940. OLE color: 16616940.
HSL color Cylindrical-coordinate representation of color #EC8DFD: hue angle of 290.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8DFD is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 141 | 253 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.01 |
| HSL | 290.89º | 0.97% | 0.77% | - |
| HSV(B) | 290.89º | 0.44% | 0.99% | - |
| XYZ | 61.85 | 43.97 | 98.16 | - |
| YUV | 182.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 253 | 0.07 | 0.44 | 0 | 0.01 | 290.89 | 0.97 | 0.77 |
| Hex | EC | 8D | FD | 7 | 2C | 0 | 1 | 123 | 61 | 4D |
| Octal | 354 | 215 | 375 | 7 | 54 | 0 | 1 | 443 | 141 | 115 |
| Binary | 11101100 | 10001101 | 11111101 | 111 | 101100 | 0 | 1 | 100100011 | 1100001 | 1001101 |
Color Harmonies of #EC8DFD
Complementary color
Monochromatic Colors of #EC8DFD
Black with #EC8DFD
Text Example
Text Example
White with #EC8DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8DFD; }
p { color: rgb(236,141,253); }
H1.HeaderClassName
{
color: #EC8DFD;
}
.AnyTagClassName
{
color: #EC8DFD;
}
</style>
background-color css
<style>
a { background-color: #EC8DFD; }
a { background-color: rgb(236,141,253); }
div.DivClassName
{
background-color: #EC8DFD;
}
.BgClassName
{
background-color: #EC8DFD;
}
</style>
border-color css
<style>
span { border-color: #EC8DFD; }
span { border-color: rgb(236,141,253); }
td.TdClassName
{
border-color: #EC8DFD;
}
.TagClassName
{
border-color: #EC8DFD;
}
</style>