Shades of Violet #EC84EF
Tints of Violet #EC84EF
RGB
CMYK
RGB Variations
Color information
#EC84EF (or 0xEC84EF) is known color: Violet. HEX triplet: EC, 84 and EF. RGB value is (236,132,239). Sum of RGB (Red+Green+Blue) = 236+132+239=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC84EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84EF is #137B10. Grayscale: #AEAEAE. Windows color (decimal): -1276689 or 15697132. OLE color: 15697132.
HSL color Cylindrical-coordinate representation of color #EC84EF: hue angle of 298.32º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC84EF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 132 | 239 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.06 |
| HSL | 298.32º | 0.77% | 0.73% | - |
| HSV(B) | 298.32º | 0.45% | 0.94% | - |
| XYZ | 58.42 | 40.57 | 86.41 | - |
| YUV | 175.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 239 | 0.01 | 0.45 | 0 | 0.06 | 298.32 | 0.77 | 0.73 |
| Hex | EC | 84 | EF | 1 | 2D | 0 | 6 | 12A | 4D | 49 |
| Octal | 354 | 204 | 357 | 1 | 55 | 0 | 6 | 452 | 115 | 111 |
| Binary | 11101100 | 10000100 | 11101111 | 1 | 101101 | 0 | 110 | 100101010 | 1001101 | 1001001 |
Color Harmonies of #EC84EF
Complementary color
Monochromatic Colors of #EC84EF
Black with #EC84EF
Text Example
Text Example
White with #EC84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84EF; }
p { color: rgb(236,132,239); }
H1.HeaderClassName
{
color: #EC84EF;
}
.AnyTagClassName
{
color: #EC84EF;
}
</style>
background-color css
<style>
a { background-color: #EC84EF; }
a { background-color: rgb(236,132,239); }
div.DivClassName
{
background-color: #EC84EF;
}
.BgClassName
{
background-color: #EC84EF;
}
</style>
border-color css
<style>
span { border-color: #EC84EF; }
span { border-color: rgb(236,132,239); }
td.TdClassName
{
border-color: #EC84EF;
}
.TagClassName
{
border-color: #EC84EF;
}
</style>