Shades of Violet #EC80FD
Tints of Violet #EC80FD
RGB
CMYK
RGB Variations
Color information
#EC80FD (or 0xEC80FD) is known color: Violet. HEX triplet: EC, 80 and FD. RGB value is (236,128,253). Sum of RGB (Red+Green+Blue) = 236+128+253=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC80FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC80FD is #137F02. Grayscale: #AEAEAE. Windows color (decimal): -1277699 or 16613612. OLE color: 16613612.
HSL color Cylindrical-coordinate representation of color #EC80FD: hue angle of 291.84º degrees, saturation: 0.97, 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 #EC80FD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 128 | 253 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.01 |
| HSL | 291.84º | 0.97% | 0.75% | - |
| HSV(B) | 291.84º | 0.49% | 0.99% | - |
| XYZ | 60.04 | 40.36 | 97.55 | - |
| YUV | 174.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 253 | 0.07 | 0.49 | 0 | 0.01 | 291.84 | 0.97 | 0.75 |
| Hex | EC | 80 | FD | 7 | 31 | 0 | 1 | 124 | 61 | 4B |
| Octal | 354 | 200 | 375 | 7 | 61 | 0 | 1 | 444 | 141 | 113 |
| Binary | 11101100 | 10000000 | 11111101 | 111 | 110001 | 0 | 1 | 100100100 | 1100001 | 1001011 |
Color Harmonies of #EC80FD
Complementary color
Monochromatic Colors of #EC80FD
Black with #EC80FD
Text Example
Text Example
White with #EC80FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC80FD; }
p { color: rgb(236,128,253); }
H1.HeaderClassName
{
color: #EC80FD;
}
.AnyTagClassName
{
color: #EC80FD;
}
</style>
background-color css
<style>
a { background-color: #EC80FD; }
a { background-color: rgb(236,128,253); }
div.DivClassName
{
background-color: #EC80FD;
}
.BgClassName
{
background-color: #EC80FD;
}
</style>
border-color css
<style>
span { border-color: #EC80FD; }
span { border-color: rgb(236,128,253); }
td.TdClassName
{
border-color: #EC80FD;
}
.TagClassName
{
border-color: #EC80FD;
}
</style>