Shades of Violet #EC84FF
Tints of Violet #EC84FF
RGB
CMYK
RGB Variations
Color information
#EC84FF (or 0xEC84FF) is known color: Violet. HEX triplet: EC, 84 and FF. RGB value is (236,132,255). Sum of RGB (Red+Green+Blue) = 236+132+255=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 132 (51.95% from 255 or 21.19% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC84FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84FF is #137B00. Grayscale: #B0B0B0. Windows color (decimal): -1276673 or 16745708. OLE color: 16745708.
HSL color Cylindrical-coordinate representation of color #EC84FF: hue angle of 290.73º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC84FF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 132 | 255 | - |
| CMYK | 0.07 | 0.48 | 0 | 0 |
| HSL | 290.73º | 1% | 0.76% | - |
| HSV(B) | 290.73º | 0.48% | 1% | - |
| XYZ | 60.89 | 41.56 | 99.42 | - |
| YUV | 177.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 255 | 0.07 | 0.48 | 0 | 0 | 290.73 | 1 | 0.76 |
| Hex | EC | 84 | FF | 7 | 30 | 0 | 0 | 123 | 64 | 4C |
| Octal | 354 | 204 | 377 | 7 | 60 | 0 | 0 | 443 | 144 | 114 |
| Binary | 11101100 | 10000100 | 11111111 | 111 | 110000 | 0 | 0 | 100100011 | 1100100 | 1001100 |
Color Harmonies of #EC84FF
Complementary color
Monochromatic Colors of #EC84FF
Black with #EC84FF
Text Example
Text Example
White with #EC84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84FF; }
p { color: rgb(236,132,255); }
H1.HeaderClassName
{
color: #EC84FF;
}
.AnyTagClassName
{
color: #EC84FF;
}
</style>
background-color css
<style>
a { background-color: #EC84FF; }
a { background-color: rgb(236,132,255); }
div.DivClassName
{
background-color: #EC84FF;
}
.BgClassName
{
background-color: #EC84FF;
}
</style>
border-color css
<style>
span { border-color: #EC84FF; }
span { border-color: rgb(236,132,255); }
td.TdClassName
{
border-color: #EC84FF;
}
.TagClassName
{
border-color: #EC84FF;
}
</style>