Shades of Violet #EC8EFD
Tints of Violet #EC8EFD
RGB
CMYK
RGB Variations
Color information
#EC8EFD (or 0xEC8EFD) is known color: Violet. HEX triplet: EC, 8E and FD. RGB value is (236,142,253). Sum of RGB (Red+Green+Blue) = 236+142+253=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 142 (55.86% from 255 or 22.50% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC8EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EFD is #137102. Grayscale: #B6B6B6. Windows color (decimal): -1274115 or 16617196. OLE color: 16617196.
HSL color Cylindrical-coordinate representation of color #EC8EFD: hue angle of 290.81º 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 #EC8EFD is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 142 | 253 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.01 |
| HSL | 290.81º | 0.97% | 0.77% | - |
| HSV(B) | 290.81º | 0.44% | 0.99% | - |
| XYZ | 61.99 | 44.27 | 98.21 | - |
| YUV | 182.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 253 | 0.07 | 0.44 | 0 | 0.01 | 290.81 | 0.97 | 0.77 |
| Hex | EC | 8E | FD | 7 | 2C | 0 | 1 | 123 | 61 | 4D |
| Octal | 354 | 216 | 375 | 7 | 54 | 0 | 1 | 443 | 141 | 115 |
| Binary | 11101100 | 10001110 | 11111101 | 111 | 101100 | 0 | 1 | 100100011 | 1100001 | 1001101 |
Color Harmonies of #EC8EFD
Complementary color
Monochromatic Colors of #EC8EFD
Black with #EC8EFD
Text Example
Text Example
White with #EC8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EFD; }
p { color: rgb(236,142,253); }
H1.HeaderClassName
{
color: #EC8EFD;
}
.AnyTagClassName
{
color: #EC8EFD;
}
</style>
background-color css
<style>
a { background-color: #EC8EFD; }
a { background-color: rgb(236,142,253); }
div.DivClassName
{
background-color: #EC8EFD;
}
.BgClassName
{
background-color: #EC8EFD;
}
</style>
border-color css
<style>
span { border-color: #EC8EFD; }
span { border-color: rgb(236,142,253); }
td.TdClassName
{
border-color: #EC8EFD;
}
.TagClassName
{
border-color: #EC8EFD;
}
</style>