Shades of Violet #EC6EE5
Tints of Violet #EC6EE5
RGB
CMYK
RGB Variations
Color information
#EC6EE5 (or 0xEC6EE5) is known color: Violet. HEX triplet: EC, 6E and E5. RGB value is (236,110,229). Sum of RGB (Red+Green+Blue) = 236+110+229=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EE5 is #13911A. Grayscale: #A0A0A0. Windows color (decimal): -1282331 or 15036140. OLE color: 15036140.
HSL color Cylindrical-coordinate representation of color #EC6EE5: hue angle of 303.33º 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 #EC6EE5 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 229 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.07 |
| HSL | 303.33º | 0.77% | 0.68% | - |
| HSV(B) | 303.33º | 0.53% | 0.93% | - |
| XYZ | 54.31 | 34.64 | 77.95 | - |
| YUV | 161.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 229 | 0 | 0.53 | 0.03 | 0.07 | 303.33 | 0.77 | 0.68 |
| Hex | EC | 6E | E5 | 0 | 35 | 3 | 7 | 12F | 4D | 44 |
| Octal | 354 | 156 | 345 | 0 | 65 | 3 | 7 | 457 | 115 | 104 |
| Binary | 11101100 | 1101110 | 11100101 | 0 | 110101 | 11 | 111 | 100101111 | 1001101 | 1000100 |
Color Harmonies of #EC6EE5
Complementary color
Monochromatic Colors of #EC6EE5
Black with #EC6EE5
Text Example
Text Example
White with #EC6EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EE5; }
p { color: rgb(236,110,229); }
H1.HeaderClassName
{
color: #EC6EE5;
}
.AnyTagClassName
{
color: #EC6EE5;
}
</style>
background-color css
<style>
a { background-color: #EC6EE5; }
a { background-color: rgb(236,110,229); }
div.DivClassName
{
background-color: #EC6EE5;
}
.BgClassName
{
background-color: #EC6EE5;
}
</style>
border-color css
<style>
span { border-color: #EC6EE5; }
span { border-color: rgb(236,110,229); }
td.TdClassName
{
border-color: #EC6EE5;
}
.TagClassName
{
border-color: #EC6EE5;
}
</style>