Shades of Violet #EC80FC
Tints of Violet #EC80FC
RGB
CMYK
RGB Variations
Color information
#EC80FC (or 0xEC80FC) is known color: Violet. HEX triplet: EC, 80 and FC. RGB value is (236,128,252). Sum of RGB (Red+Green+Blue) = 236+128+252=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 128 (50.39% from 255 or 20.78% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC80FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80FC is #137F03. Grayscale: #AEAEAE. Windows color (decimal): -1277700 or 16548076. OLE color: 16548076.
HSL color Cylindrical-coordinate representation of color #EC80FC: hue angle of 292.26º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC80FC is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 128 | 252 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.01 |
| HSL | 292.26º | 0.95% | 0.75% | - |
| HSV(B) | 292.26º | 0.49% | 0.99% | - |
| XYZ | 59.88 | 40.3 | 96.72 | - |
| YUV | 174.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 252 | 0.06 | 0.49 | 0 | 0.01 | 292.26 | 0.95 | 0.75 |
| Hex | EC | 80 | FC | 6 | 31 | 0 | 1 | 124 | 5F | 4B |
| Octal | 354 | 200 | 374 | 6 | 61 | 0 | 1 | 444 | 137 | 113 |
| Binary | 11101100 | 10000000 | 11111100 | 110 | 110001 | 0 | 1 | 100100100 | 1011111 | 1001011 |
Color Harmonies of #EC80FC
Complementary color
Monochromatic Colors of #EC80FC
Black with #EC80FC
Text Example
Text Example
White with #EC80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80FC; }
p { color: rgb(236,128,252); }
H1.HeaderClassName
{
color: #EC80FC;
}
.AnyTagClassName
{
color: #EC80FC;
}
</style>
background-color css
<style>
a { background-color: #EC80FC; }
a { background-color: rgb(236,128,252); }
div.DivClassName
{
background-color: #EC80FC;
}
.BgClassName
{
background-color: #EC80FC;
}
</style>
border-color css
<style>
span { border-color: #EC80FC; }
span { border-color: rgb(236,128,252); }
td.TdClassName
{
border-color: #EC80FC;
}
.TagClassName
{
border-color: #EC80FC;
}
</style>