Shades of Violet #EC84FE
Tints of Violet #EC84FE
RGB
CMYK
RGB Variations
Color information
#EC84FE (or 0xEC84FE) is known color: Violet. HEX triplet: EC, 84 and FE. RGB value is (236,132,254). Sum of RGB (Red+Green+Blue) = 236+132+254=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 132 (51.95% from 255 or 21.22% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC84FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84FE is #137B01. Grayscale: #B0B0B0. Windows color (decimal): -1276674 or 16680172. OLE color: 16680172.
HSL color Cylindrical-coordinate representation of color #EC84FE: hue angle of 291.15º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC84FE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 132 | 254 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.00 |
| HSL | 291.15º | 0.98% | 0.76% | - |
| HSV(B) | 291.15º | 0.48% | 1% | - |
| XYZ | 60.73 | 41.49 | 98.57 | - |
| YUV | 177 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 254 | 0.07 | 0.48 | 0 | 0.00 | 291.15 | 0.98 | 0.76 |
| Hex | EC | 84 | FE | 7 | 30 | 0 | 0 | 123 | 62 | 4C |
| Octal | 354 | 204 | 376 | 7 | 60 | 0 | 0 | 443 | 142 | 114 |
| Binary | 11101100 | 10000100 | 11111110 | 111 | 110000 | 0 | 0 | 100100011 | 1100010 | 1001100 |
Color Harmonies of #EC84FE
Complementary color
Monochromatic Colors of #EC84FE
Black with #EC84FE
Text Example
Text Example
White with #EC84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84FE; }
p { color: rgb(236,132,254); }
H1.HeaderClassName
{
color: #EC84FE;
}
.AnyTagClassName
{
color: #EC84FE;
}
</style>
background-color css
<style>
a { background-color: #EC84FE; }
a { background-color: rgb(236,132,254); }
div.DivClassName
{
background-color: #EC84FE;
}
.BgClassName
{
background-color: #EC84FE;
}
</style>
border-color css
<style>
span { border-color: #EC84FE; }
span { border-color: rgb(236,132,254); }
td.TdClassName
{
border-color: #EC84FE;
}
.TagClassName
{
border-color: #EC84FE;
}
</style>