Shades of Violet #EC7DF7
Tints of Violet #EC7DF7
RGB
CMYK
RGB Variations
Color information
#EC7DF7 (or 0xEC7DF7) is known color: Violet. HEX triplet: EC, 7D and F7. RGB value is (236,125,247). Sum of RGB (Red+Green+Blue) = 236+125+247=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 125 (49.22% from 255 or 20.56% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC7DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DF7 is #138208. Grayscale: #ABABAB. Windows color (decimal): -1278473 or 16219628. OLE color: 16219628.
HSL color Cylindrical-coordinate representation of color #EC7DF7: hue angle of 294.59º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7DF7 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 125 | 247 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.03 |
| HSL | 294.59º | 0.88% | 0.73% | - |
| HSV(B) | 294.59º | 0.49% | 0.97% | - |
| XYZ | 58.71 | 39.22 | 92.47 | - |
| YUV | 172.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 247 | 0.04 | 0.49 | 0 | 0.03 | 294.59 | 0.88 | 0.73 |
| Hex | EC | 7D | F7 | 4 | 31 | 0 | 3 | 127 | 58 | 49 |
| Octal | 354 | 175 | 367 | 4 | 61 | 0 | 3 | 447 | 130 | 111 |
| Binary | 11101100 | 1111101 | 11110111 | 100 | 110001 | 0 | 11 | 100100111 | 1011000 | 1001001 |
Color Harmonies of #EC7DF7
Complementary color
Monochromatic Colors of #EC7DF7
Black with #EC7DF7
Text Example
Text Example
White with #EC7DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DF7; }
p { color: rgb(236,125,247); }
H1.HeaderClassName
{
color: #EC7DF7;
}
.AnyTagClassName
{
color: #EC7DF7;
}
</style>
background-color css
<style>
a { background-color: #EC7DF7; }
a { background-color: rgb(236,125,247); }
div.DivClassName
{
background-color: #EC7DF7;
}
.BgClassName
{
background-color: #EC7DF7;
}
</style>
border-color css
<style>
span { border-color: #EC7DF7; }
span { border-color: rgb(236,125,247); }
td.TdClassName
{
border-color: #EC7DF7;
}
.TagClassName
{
border-color: #EC7DF7;
}
</style>