Shades of Violet #EC6CE6
Tints of Violet #EC6CE6
RGB
CMYK
RGB Variations
Color information
#EC6CE6 (or 0xEC6CE6) is known color: Violet. HEX triplet: EC, 6C and E6. RGB value is (236,108,230). Sum of RGB (Red+Green+Blue) = 236+108+230=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 108 (42.58% from 255 or 18.82% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CE6 is #139319. Grayscale: #9F9F9F. Windows color (decimal): -1282842 or 15101164. OLE color: 15101164.
HSL color Cylindrical-coordinate representation of color #EC6CE6: hue angle of 302.81º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6CE6 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 230 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.07 |
| HSL | 302.81º | 0.77% | 0.67% | - |
| HSV(B) | 302.81º | 0.54% | 0.93% | - |
| XYZ | 54.24 | 34.27 | 78.62 | - |
| YUV | 160.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 230 | 0 | 0.54 | 0.03 | 0.07 | 302.81 | 0.77 | 0.67 |
| Hex | EC | 6C | E6 | 0 | 36 | 3 | 7 | 12F | 4D | 43 |
| Octal | 354 | 154 | 346 | 0 | 66 | 3 | 7 | 457 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11100110 | 0 | 110110 | 11 | 111 | 100101111 | 1001101 | 1000011 |
Color Harmonies of #EC6CE6
Complementary color
Monochromatic Colors of #EC6CE6
Black with #EC6CE6
Text Example
Text Example
White with #EC6CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CE6; }
p { color: rgb(236,108,230); }
H1.HeaderClassName
{
color: #EC6CE6;
}
.AnyTagClassName
{
color: #EC6CE6;
}
</style>
background-color css
<style>
a { background-color: #EC6CE6; }
a { background-color: rgb(236,108,230); }
div.DivClassName
{
background-color: #EC6CE6;
}
.BgClassName
{
background-color: #EC6CE6;
}
</style>
border-color css
<style>
span { border-color: #EC6CE6; }
span { border-color: rgb(236,108,230); }
td.TdClassName
{
border-color: #EC6CE6;
}
.TagClassName
{
border-color: #EC6CE6;
}
</style>