Shades of Violet #EC7DF9
Tints of Violet #EC7DF9
RGB
CMYK
RGB Variations
Color information
#EC7DF9 (or 0xEC7DF9) is known color: Violet. HEX triplet: EC, 7D and F9. RGB value is (236,125,249). Sum of RGB (Red+Green+Blue) = 236+125+249=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 125 (49.22% from 255 or 20.49% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC7DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DF9 is #138206. Grayscale: #ABABAB. Windows color (decimal): -1278471 or 16350700. OLE color: 16350700.
HSL color Cylindrical-coordinate representation of color #EC7DF9: hue angle of 293.71º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7DF9 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 125 | 249 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.02 |
| HSL | 293.71º | 0.91% | 0.73% | - |
| HSV(B) | 293.71º | 0.5% | 0.98% | - |
| XYZ | 59.02 | 39.34 | 94.1 | - |
| YUV | 172.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 249 | 0.05 | 0.50 | 0 | 0.02 | 293.71 | 0.91 | 0.73 |
| Hex | EC | 7D | F9 | 5 | 32 | 0 | 2 | 126 | 5B | 49 |
| Octal | 354 | 175 | 371 | 5 | 62 | 0 | 2 | 446 | 133 | 111 |
| Binary | 11101100 | 1111101 | 11111001 | 101 | 110010 | 0 | 10 | 100100110 | 1011011 | 1001001 |
Color Harmonies of #EC7DF9
Complementary color
Monochromatic Colors of #EC7DF9
Black with #EC7DF9
Text Example
Text Example
White with #EC7DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DF9; }
p { color: rgb(236,125,249); }
H1.HeaderClassName
{
color: #EC7DF9;
}
.AnyTagClassName
{
color: #EC7DF9;
}
</style>
background-color css
<style>
a { background-color: #EC7DF9; }
a { background-color: rgb(236,125,249); }
div.DivClassName
{
background-color: #EC7DF9;
}
.BgClassName
{
background-color: #EC7DF9;
}
</style>
border-color css
<style>
span { border-color: #EC7DF9; }
span { border-color: rgb(236,125,249); }
td.TdClassName
{
border-color: #EC7DF9;
}
.TagClassName
{
border-color: #EC7DF9;
}
</style>