Shades of Violet #EC93F7
Tints of Violet #EC93F7
RGB
CMYK
RGB Variations
Color information
#EC93F7 (or 0xEC93F7) is known color: Violet. HEX triplet: EC, 93 and F7. RGB value is (236,147,247). Sum of RGB (Red+Green+Blue) = 236+147+247=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC93F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC93F7 is #136C08. Grayscale: #B8B8B8. Windows color (decimal): -1272841 or 16225260. OLE color: 16225260.
HSL color Cylindrical-coordinate representation of color #EC93F7: hue angle of 293.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC93F7 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 147 | 247 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.03 |
| HSL | 293.4º | 0.86% | 0.77% | - |
| HSV(B) | 293.4º | 0.4% | 0.97% | - |
| XYZ | 61.81 | 45.42 | 93.5 | - |
| YUV | 185.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 247 | 0.04 | 0.40 | 0 | 0.03 | 293.4 | 0.86 | 0.77 |
| Hex | EC | 93 | F7 | 4 | 28 | 0 | 3 | 125 | 56 | 4D |
| Octal | 354 | 223 | 367 | 4 | 50 | 0 | 3 | 445 | 126 | 115 |
| Binary | 11101100 | 10010011 | 11110111 | 100 | 101000 | 0 | 11 | 100100101 | 1010110 | 1001101 |
Color Harmonies of #EC93F7
Complementary color
Monochromatic Colors of #EC93F7
Black with #EC93F7
Text Example
Text Example
White with #EC93F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93F7; }
p { color: rgb(236,147,247); }
H1.HeaderClassName
{
color: #EC93F7;
}
.AnyTagClassName
{
color: #EC93F7;
}
</style>
background-color css
<style>
a { background-color: #EC93F7; }
a { background-color: rgb(236,147,247); }
div.DivClassName
{
background-color: #EC93F7;
}
.BgClassName
{
background-color: #EC93F7;
}
</style>
border-color css
<style>
span { border-color: #EC93F7; }
span { border-color: rgb(236,147,247); }
td.TdClassName
{
border-color: #EC93F7;
}
.TagClassName
{
border-color: #EC93F7;
}
</style>