Shades of Violet #EC84FA
Tints of Violet #EC84FA
RGB
CMYK
RGB Variations
Color information
#EC84FA (or 0xEC84FA) is known color: Violet. HEX triplet: EC, 84 and FA. RGB value is (236,132,250). Sum of RGB (Red+Green+Blue) = 236+132+250=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 132 (51.95% from 255 or 21.36% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC84FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84FA is #137B05. Grayscale: #B0B0B0. Windows color (decimal): -1276678 or 16418028. OLE color: 16418028.
HSL color Cylindrical-coordinate representation of color #EC84FA: hue angle of 292.88º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC84FA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 132 | 250 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.02 |
| HSL | 292.88º | 0.92% | 0.75% | - |
| HSV(B) | 292.88º | 0.47% | 0.98% | - |
| XYZ | 60.1 | 41.24 | 95.23 | - |
| YUV | 176.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 250 | 0.06 | 0.47 | 0 | 0.02 | 292.88 | 0.92 | 0.75 |
| Hex | EC | 84 | FA | 6 | 2F | 0 | 2 | 125 | 5C | 4B |
| Octal | 354 | 204 | 372 | 6 | 57 | 0 | 2 | 445 | 134 | 113 |
| Binary | 11101100 | 10000100 | 11111010 | 110 | 101111 | 0 | 10 | 100100101 | 1011100 | 1001011 |
Color Harmonies of #EC84FA
Complementary color
Monochromatic Colors of #EC84FA
Black with #EC84FA
Text Example
Text Example
White with #EC84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84FA; }
p { color: rgb(236,132,250); }
H1.HeaderClassName
{
color: #EC84FA;
}
.AnyTagClassName
{
color: #EC84FA;
}
</style>
background-color css
<style>
a { background-color: #EC84FA; }
a { background-color: rgb(236,132,250); }
div.DivClassName
{
background-color: #EC84FA;
}
.BgClassName
{
background-color: #EC84FA;
}
</style>
border-color css
<style>
span { border-color: #EC84FA; }
span { border-color: rgb(236,132,250); }
td.TdClassName
{
border-color: #EC84FA;
}
.TagClassName
{
border-color: #EC84FA;
}
</style>