Shades of Violet #EC7DF1
Tints of Violet #EC7DF1
RGB
CMYK
RGB Variations
Color information
#EC7DF1 (or 0xEC7DF1) is known color: Violet. HEX triplet: EC, 7D and F1. RGB value is (236,125,241). Sum of RGB (Red+Green+Blue) = 236+125+241=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC7DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DF1 is #13820E. Grayscale: #ABABAB. Windows color (decimal): -1278479 or 15826412. OLE color: 15826412.
HSL color Cylindrical-coordinate representation of color #EC7DF1: hue angle of 297.41º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7DF1 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 125 | 241 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.05 |
| HSL | 297.41º | 0.81% | 0.72% | - |
| HSV(B) | 297.41º | 0.48% | 0.95% | - |
| XYZ | 57.8 | 38.85 | 87.67 | - |
| YUV | 171.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 241 | 0.02 | 0.48 | 0 | 0.05 | 297.41 | 0.81 | 0.72 |
| Hex | EC | 7D | F1 | 2 | 30 | 0 | 5 | 129 | 51 | 48 |
| Octal | 354 | 175 | 361 | 2 | 60 | 0 | 5 | 451 | 121 | 110 |
| Binary | 11101100 | 1111101 | 11110001 | 10 | 110000 | 0 | 101 | 100101001 | 1010001 | 1001000 |
Color Harmonies of #EC7DF1
Complementary color
Monochromatic Colors of #EC7DF1
Black with #EC7DF1
Text Example
Text Example
White with #EC7DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DF1; }
p { color: rgb(236,125,241); }
H1.HeaderClassName
{
color: #EC7DF1;
}
.AnyTagClassName
{
color: #EC7DF1;
}
</style>
background-color css
<style>
a { background-color: #EC7DF1; }
a { background-color: rgb(236,125,241); }
div.DivClassName
{
background-color: #EC7DF1;
}
.BgClassName
{
background-color: #EC7DF1;
}
</style>
border-color css
<style>
span { border-color: #EC7DF1; }
span { border-color: rgb(236,125,241); }
td.TdClassName
{
border-color: #EC7DF1;
}
.TagClassName
{
border-color: #EC7DF1;
}
</style>