Shades of Violet #EC6FEC
Tints of Violet #EC6FEC
RGB
CMYK
RGB Variations
Color information
#EC6FEC (or 0xEC6FEC) is known color: Violet. HEX triplet: EC, 6F and EC. RGB value is (236,111,236). Sum of RGB (Red+Green+Blue) = 236+111+236=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC6FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6FEC is #139013. Grayscale: #A2A2A2. Windows color (decimal): -1282068 or 15495148. OLE color: 15495148.
HSL color Cylindrical-coordinate representation of color #EC6FEC: hue angle of 300º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FEC is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 111 | 236 | - |
CMYK | 0 | 0.53 | 0 | 0.07 |
HSL | 300º | 0.77% | 0.68% | - |
HSV(B) | 300º | 0.53% | 0.93% | - |
XYZ | 55.42 | 35.26 | 83.24 | - |
YUV | 162.63 | 169.41 | 180.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 111 | 236 | 0 | 0.53 | 0 | 0.07 | 300 | 0.77 | 0.68 |
Hex | EC | 6F | EC | 0 | 35 | 0 | 7 | 12C | 4D | 44 |
Octal | 354 | 157 | 354 | 0 | 65 | 0 | 7 | 454 | 115 | 104 |
Binary | 11101100 | 1101111 | 11101100 | 0 | 110101 | 0 | 111 | 100101100 | 1001101 | 1000100 |
Color Harmonies of #EC6FEC
Complementary color
Monochromatic Colors of #EC6FEC
Black with #EC6FEC
Text Example
Text Example
White with #EC6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FEC; }
p { color: rgb(236,111,236); }
H1.HeaderClassName
{
color: #EC6FEC;
}
.AnyTagClassName
{
color: #EC6FEC;
}
</style>
background-color css
<style>
a { background-color: #EC6FEC; }
a { background-color: rgb(236,111,236); }
div.DivClassName
{
background-color: #EC6FEC;
}
.BgClassName
{
background-color: #EC6FEC;
}
</style>
border-color css
<style>
span { border-color: #EC6FEC; }
span { border-color: rgb(236,111,236); }
td.TdClassName
{
border-color: #EC6FEC;
}
.TagClassName
{
border-color: #EC6FEC;
}
</style>