Shades of Violet #EC6CED
Tints of Violet #EC6CED
RGB
CMYK
RGB Variations
Color information
#EC6CED (or 0xEC6CED) is known color: Violet. HEX triplet: EC, 6C and ED. RGB value is (236,108,237). Sum of RGB (Red+Green+Blue) = 236+108+237=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC6CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CED is #139312. Grayscale: #A0A0A0. Windows color (decimal): -1282835 or 15559916. OLE color: 15559916.
HSL color Cylindrical-coordinate representation of color #EC6CED: hue angle of 299.53º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6CED is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 237 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.07 |
| HSL | 299.53º | 0.78% | 0.68% | - |
| HSV(B) | 299.53º | 0.54% | 0.93% | - |
| XYZ | 55.24 | 34.67 | 83.9 | - |
| YUV | 160.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 237 | 0.00 | 0.54 | 0 | 0.07 | 299.53 | 0.78 | 0.68 |
| Hex | EC | 6C | ED | 0 | 36 | 0 | 7 | 12C | 4E | 44 |
| Octal | 354 | 154 | 355 | 0 | 66 | 0 | 7 | 454 | 116 | 104 |
| Binary | 11101100 | 1101100 | 11101101 | 0 | 110110 | 0 | 111 | 100101100 | 1001110 | 1000100 |
Color Harmonies of #EC6CED
Complementary color
Monochromatic Colors of #EC6CED
Black with #EC6CED
Text Example
Text Example
White with #EC6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CED; }
p { color: rgb(236,108,237); }
H1.HeaderClassName
{
color: #EC6CED;
}
.AnyTagClassName
{
color: #EC6CED;
}
</style>
background-color css
<style>
a { background-color: #EC6CED; }
a { background-color: rgb(236,108,237); }
div.DivClassName
{
background-color: #EC6CED;
}
.BgClassName
{
background-color: #EC6CED;
}
</style>
border-color css
<style>
span { border-color: #EC6CED; }
span { border-color: rgb(236,108,237); }
td.TdClassName
{
border-color: #EC6CED;
}
.TagClassName
{
border-color: #EC6CED;
}
</style>