Shades of Violet #EC6CEB
Tints of Violet #EC6CEB
RGB
CMYK
RGB Variations
Color information
#EC6CEB (or 0xEC6CEB) is known color: Violet. HEX triplet: EC, 6C and EB. RGB value is (236,108,235). Sum of RGB (Red+Green+Blue) = 236+108+235=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CEB is #139314. Grayscale: #A0A0A0. Windows color (decimal): -1282837 or 15428844. OLE color: 15428844.
HSL color Cylindrical-coordinate representation of color #EC6CEB: hue angle of 300.47º 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 #EC6CEB is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 235 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.07 |
| HSL | 300.47º | 0.77% | 0.67% | - |
| HSV(B) | 300.47º | 0.54% | 0.93% | - |
| XYZ | 54.95 | 34.56 | 82.37 | - |
| YUV | 160.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 235 | 0 | 0.54 | 0.00 | 0.07 | 300.47 | 0.77 | 0.67 |
| Hex | EC | 6C | EB | 0 | 36 | 0 | 7 | 12C | 4D | 43 |
| Octal | 354 | 154 | 353 | 0 | 66 | 0 | 7 | 454 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11101011 | 0 | 110110 | 0 | 111 | 100101100 | 1001101 | 1000011 |
Color Harmonies of #EC6CEB
Complementary color
Monochromatic Colors of #EC6CEB
Black with #EC6CEB
Text Example
Text Example
White with #EC6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CEB; }
p { color: rgb(236,108,235); }
H1.HeaderClassName
{
color: #EC6CEB;
}
.AnyTagClassName
{
color: #EC6CEB;
}
</style>
background-color css
<style>
a { background-color: #EC6CEB; }
a { background-color: rgb(236,108,235); }
div.DivClassName
{
background-color: #EC6CEB;
}
.BgClassName
{
background-color: #EC6CEB;
}
</style>
border-color css
<style>
span { border-color: #EC6CEB; }
span { border-color: rgb(236,108,235); }
td.TdClassName
{
border-color: #EC6CEB;
}
.TagClassName
{
border-color: #EC6CEB;
}
</style>