Shades of Violet #EC84EC
Tints of Violet #EC84EC
RGB
CMYK
RGB Variations
Color information
#EC84EC (or 0xEC84EC) is known color: Violet. HEX triplet: EC, 84 and EC. RGB value is (236,132,236). Sum of RGB (Red+Green+Blue) = 236+132+236=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC84EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84EC is #137B13. Grayscale: #AEAEAE. Windows color (decimal): -1276692 or 15500524. OLE color: 15500524.
HSL color Cylindrical-coordinate representation of color #EC84EC: hue angle of 300º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC84EC is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 236 | - |
| CMYK | 0 | 0.44 | 0 | 0.07 |
| HSL | 300º | 0.73% | 0.72% | - |
| HSV(B) | 300º | 0.44% | 0.93% | - |
| XYZ | 57.98 | 40.39 | 84.1 | - |
| YUV | 174.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 236 | 0 | 0.44 | 0 | 0.07 | 300 | 0.73 | 0.72 |
| Hex | EC | 84 | EC | 0 | 2C | 0 | 7 | 12C | 49 | 48 |
| Octal | 354 | 204 | 354 | 0 | 54 | 0 | 7 | 454 | 111 | 110 |
| Binary | 11101100 | 10000100 | 11101100 | 0 | 101100 | 0 | 111 | 100101100 | 1001001 | 1001000 |
Color Harmonies of #EC84EC
Complementary color
Monochromatic Colors of #EC84EC
Black with #EC84EC
Text Example
Text Example
White with #EC84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84EC; }
p { color: rgb(236,132,236); }
H1.HeaderClassName
{
color: #EC84EC;
}
.AnyTagClassName
{
color: #EC84EC;
}
</style>
background-color css
<style>
a { background-color: #EC84EC; }
a { background-color: rgb(236,132,236); }
div.DivClassName
{
background-color: #EC84EC;
}
.BgClassName
{
background-color: #EC84EC;
}
</style>
border-color css
<style>
span { border-color: #EC84EC; }
span { border-color: rgb(236,132,236); }
td.TdClassName
{
border-color: #EC84EC;
}
.TagClassName
{
border-color: #EC84EC;
}
</style>