Shades of Violet #EC84F8
Tints of Violet #EC84F8
RGB
CMYK
RGB Variations
Color information
#EC84F8 (or 0xEC84F8) is known color: Violet. HEX triplet: EC, 84 and F8. RGB value is (236,132,248). Sum of RGB (Red+Green+Blue) = 236+132+248=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC84F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84F8 is #137B07. Grayscale: #AFAFAF. Windows color (decimal): -1276680 or 16286956. OLE color: 16286956.
HSL color Cylindrical-coordinate representation of color #EC84F8: hue angle of 293.79º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC84F8 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 132 | 248 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.03 |
| HSL | 293.79º | 0.89% | 0.75% | - |
| HSV(B) | 293.79º | 0.47% | 0.97% | - |
| XYZ | 59.79 | 41.11 | 93.59 | - |
| YUV | 176.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 248 | 0.05 | 0.47 | 0 | 0.03 | 293.79 | 0.89 | 0.75 |
| Hex | EC | 84 | F8 | 5 | 2F | 0 | 3 | 126 | 59 | 4B |
| Octal | 354 | 204 | 370 | 5 | 57 | 0 | 3 | 446 | 131 | 113 |
| Binary | 11101100 | 10000100 | 11111000 | 101 | 101111 | 0 | 11 | 100100110 | 1011001 | 1001011 |
Color Harmonies of #EC84F8
Complementary color
Monochromatic Colors of #EC84F8
Black with #EC84F8
Text Example
Text Example
White with #EC84F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC84F8; }
p { color: rgb(236,132,248); }
H1.HeaderClassName
{
color: #EC84F8;
}
.AnyTagClassName
{
color: #EC84F8;
}
</style>
background-color css
<style>
a { background-color: #EC84F8; }
a { background-color: rgb(236,132,248); }
div.DivClassName
{
background-color: #EC84F8;
}
.BgClassName
{
background-color: #EC84F8;
}
</style>
border-color css
<style>
span { border-color: #EC84F8; }
span { border-color: rgb(236,132,248); }
td.TdClassName
{
border-color: #EC84F8;
}
.TagClassName
{
border-color: #EC84F8;
}
</style>