Shades of Violet #EC93FD
Tints of Violet #EC93FD
RGB
CMYK
RGB Variations
Color information
#EC93FD (or 0xEC93FD) is known color: Violet. HEX triplet: EC, 93 and FD. RGB value is (236,147,253). Sum of RGB (Red+Green+Blue) = 236+147+253=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC93FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93FD is #136C02. Grayscale: #B9B9B9. Windows color (decimal): -1272835 or 16618476. OLE color: 16618476.
HSL color Cylindrical-coordinate representation of color #EC93FD: hue angle of 290.38º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC93FD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 147 | 253 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.01 |
| HSL | 290.38º | 0.96% | 0.78% | - |
| HSV(B) | 290.38º | 0.42% | 0.99% | - |
| XYZ | 62.76 | 45.79 | 98.46 | - |
| YUV | 185.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 253 | 0.07 | 0.42 | 0 | 0.01 | 290.38 | 0.96 | 0.78 |
| Hex | EC | 93 | FD | 7 | 2A | 0 | 1 | 122 | 60 | 4E |
| Octal | 354 | 223 | 375 | 7 | 52 | 0 | 1 | 442 | 140 | 116 |
| Binary | 11101100 | 10010011 | 11111101 | 111 | 101010 | 0 | 1 | 100100010 | 1100000 | 1001110 |
Color Harmonies of #EC93FD
Complementary color
Monochromatic Colors of #EC93FD
Black with #EC93FD
Text Example
Text Example
White with #EC93FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93FD; }
p { color: rgb(236,147,253); }
H1.HeaderClassName
{
color: #EC93FD;
}
.AnyTagClassName
{
color: #EC93FD;
}
</style>
background-color css
<style>
a { background-color: #EC93FD; }
a { background-color: rgb(236,147,253); }
div.DivClassName
{
background-color: #EC93FD;
}
.BgClassName
{
background-color: #EC93FD;
}
</style>
border-color css
<style>
span { border-color: #EC93FD; }
span { border-color: rgb(236,147,253); }
td.TdClassName
{
border-color: #EC93FD;
}
.TagClassName
{
border-color: #EC93FD;
}
</style>