Shades of Violet #EC7FED
Tints of Violet #EC7FED
RGB
CMYK
RGB Variations
Color information
#EC7FED (or 0xEC7FED) is known color: Violet. HEX triplet: EC, 7F and ED. RGB value is (236,127,237). Sum of RGB (Red+Green+Blue) = 236+127+237=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC7FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FED is #138012. Grayscale: #ABABAB. Windows color (decimal): -1277971 or 15564780. OLE color: 15564780.
HSL color Cylindrical-coordinate representation of color #EC7FED: hue angle of 299.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FED is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 237 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.07 |
| HSL | 299.45º | 0.75% | 0.71% | - |
| HSV(B) | 299.45º | 0.46% | 0.93% | - |
| XYZ | 57.47 | 39.13 | 84.64 | - |
| YUV | 172.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 237 | 0.00 | 0.46 | 0 | 0.07 | 299.45 | 0.75 | 0.71 |
| Hex | EC | 7F | ED | 0 | 2E | 0 | 7 | 12B | 4B | 47 |
| Octal | 354 | 177 | 355 | 0 | 56 | 0 | 7 | 453 | 113 | 107 |
| Binary | 11101100 | 1111111 | 11101101 | 0 | 101110 | 0 | 111 | 100101011 | 1001011 | 1000111 |
Color Harmonies of #EC7FED
Complementary color
Monochromatic Colors of #EC7FED
Black with #EC7FED
Text Example
Text Example
White with #EC7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FED; }
p { color: rgb(236,127,237); }
H1.HeaderClassName
{
color: #EC7FED;
}
.AnyTagClassName
{
color: #EC7FED;
}
</style>
background-color css
<style>
a { background-color: #EC7FED; }
a { background-color: rgb(236,127,237); }
div.DivClassName
{
background-color: #EC7FED;
}
.BgClassName
{
background-color: #EC7FED;
}
</style>
border-color css
<style>
span { border-color: #EC7FED; }
span { border-color: rgb(236,127,237); }
td.TdClassName
{
border-color: #EC7FED;
}
.TagClassName
{
border-color: #EC7FED;
}
</style>