Shades of Violet #EC84FC
Tints of Violet #EC84FC
RGB
CMYK
RGB Variations
Color information
#EC84FC (or 0xEC84FC) is known color: Violet. HEX triplet: EC, 84 and FC. RGB value is (236,132,252). Sum of RGB (Red+Green+Blue) = 236+132+252=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 132 (51.95% from 255 or 21.29% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC84FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84FC is #137B03. Grayscale: #B0B0B0. Windows color (decimal): -1276676 or 16549100. OLE color: 16549100.
HSL color Cylindrical-coordinate representation of color #EC84FC: hue angle of 292º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC84FC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 132 | 252 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.01 |
| HSL | 292º | 0.95% | 0.75% | - |
| HSV(B) | 292º | 0.48% | 0.99% | - |
| XYZ | 60.41 | 41.36 | 96.9 | - |
| YUV | 176.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 252 | 0.06 | 0.48 | 0 | 0.01 | 292 | 0.95 | 0.75 |
| Hex | EC | 84 | FC | 6 | 30 | 0 | 1 | 124 | 5F | 4B |
| Octal | 354 | 204 | 374 | 6 | 60 | 0 | 1 | 444 | 137 | 113 |
| Binary | 11101100 | 10000100 | 11111100 | 110 | 110000 | 0 | 1 | 100100100 | 1011111 | 1001011 |
Color Harmonies of #EC84FC
Complementary color
Monochromatic Colors of #EC84FC
Black with #EC84FC
Text Example
Text Example
White with #EC84FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84FC; }
p { color: rgb(236,132,252); }
H1.HeaderClassName
{
color: #EC84FC;
}
.AnyTagClassName
{
color: #EC84FC;
}
</style>
background-color css
<style>
a { background-color: #EC84FC; }
a { background-color: rgb(236,132,252); }
div.DivClassName
{
background-color: #EC84FC;
}
.BgClassName
{
background-color: #EC84FC;
}
</style>
border-color css
<style>
span { border-color: #EC84FC; }
span { border-color: rgb(236,132,252); }
td.TdClassName
{
border-color: #EC84FC;
}
.TagClassName
{
border-color: #EC84FC;
}
</style>