Shades of Violet #EC7CEC
Tints of Violet #EC7CEC
RGB
CMYK
RGB Variations
Color information
#EC7CEC (or 0xEC7CEC) is known color: Violet. HEX triplet: EC, 7C and EC. RGB value is (236,124,236). Sum of RGB (Red+Green+Blue) = 236+124+236=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC7CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CEC is #138313. Grayscale: #A9A9A9. Windows color (decimal): -1278740 or 15498476. OLE color: 15498476.
HSL color Cylindrical-coordinate representation of color #EC7CEC: hue angle of 300º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7CEC is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 236 | - |
| CMYK | 0 | 0.47 | 0 | 0.07 |
| HSL | 300º | 0.75% | 0.71% | - |
| HSV(B) | 300º | 0.47% | 0.93% | - |
| XYZ | 56.94 | 38.3 | 83.75 | - |
| YUV | 170.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 236 | 0 | 0.47 | 0 | 0.07 | 300 | 0.75 | 0.71 |
| Hex | EC | 7C | EC | 0 | 2F | 0 | 7 | 12C | 4B | 47 |
| Octal | 354 | 174 | 354 | 0 | 57 | 0 | 7 | 454 | 113 | 107 |
| Binary | 11101100 | 1111100 | 11101100 | 0 | 101111 | 0 | 111 | 100101100 | 1001011 | 1000111 |
Color Harmonies of #EC7CEC
Complementary color
Monochromatic Colors of #EC7CEC
Black with #EC7CEC
Text Example
Text Example
White with #EC7CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7CEC; }
p { color: rgb(236,124,236); }
H1.HeaderClassName
{
color: #EC7CEC;
}
.AnyTagClassName
{
color: #EC7CEC;
}
</style>
background-color css
<style>
a { background-color: #EC7CEC; }
a { background-color: rgb(236,124,236); }
div.DivClassName
{
background-color: #EC7CEC;
}
.BgClassName
{
background-color: #EC7CEC;
}
</style>
border-color css
<style>
span { border-color: #EC7CEC; }
span { border-color: rgb(236,124,236); }
td.TdClassName
{
border-color: #EC7CEC;
}
.TagClassName
{
border-color: #EC7CEC;
}
</style>