Shades of Violet #EC84F2
Tints of Violet #EC84F2
RGB
CMYK
RGB Variations
Color information
#EC84F2 (or 0xEC84F2) is known color: Violet. HEX triplet: EC, 84 and F2. RGB value is (236,132,242). Sum of RGB (Red+Green+Blue) = 236+132+242=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 132 (51.95% from 255 or 21.64% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC84F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84F2 is #137B0D. Grayscale: #AFAFAF. Windows color (decimal): -1276686 or 15893740. OLE color: 15893740.
HSL color Cylindrical-coordinate representation of color #EC84F2: hue angle of 296.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC84F2 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 132 | 242 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.05 |
| HSL | 296.73º | 0.81% | 0.73% | - |
| HSV(B) | 296.73º | 0.45% | 0.95% | - |
| XYZ | 58.87 | 40.75 | 88.77 | - |
| YUV | 175.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 242 | 0.02 | 0.45 | 0 | 0.05 | 296.73 | 0.81 | 0.73 |
| Hex | EC | 84 | F2 | 2 | 2D | 0 | 5 | 129 | 51 | 49 |
| Octal | 354 | 204 | 362 | 2 | 55 | 0 | 5 | 451 | 121 | 111 |
| Binary | 11101100 | 10000100 | 11110010 | 10 | 101101 | 0 | 101 | 100101001 | 1010001 | 1001001 |
Color Harmonies of #EC84F2
Complementary color
Monochromatic Colors of #EC84F2
Black with #EC84F2
Text Example
Text Example
White with #EC84F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84F2; }
p { color: rgb(236,132,242); }
H1.HeaderClassName
{
color: #EC84F2;
}
.AnyTagClassName
{
color: #EC84F2;
}
</style>
background-color css
<style>
a { background-color: #EC84F2; }
a { background-color: rgb(236,132,242); }
div.DivClassName
{
background-color: #EC84F2;
}
.BgClassName
{
background-color: #EC84F2;
}
</style>
border-color css
<style>
span { border-color: #EC84F2; }
span { border-color: rgb(236,132,242); }
td.TdClassName
{
border-color: #EC84F2;
}
.TagClassName
{
border-color: #EC84F2;
}
</style>