Shades of Violet #EC82EE
Tints of Violet #EC82EE
RGB
CMYK
RGB Variations
Color information
#EC82EE (or 0xEC82EE) is known color: Violet. HEX triplet: EC, 82 and EE. RGB value is (236,130,238). Sum of RGB (Red+Green+Blue) = 236+130+238=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC82EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82EE is #137D11. Grayscale: #ADADAD. Windows color (decimal): -1277202 or 15631084. OLE color: 15631084.
HSL color Cylindrical-coordinate representation of color #EC82EE: hue angle of 298.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82EE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 238 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.07 |
| HSL | 298.89º | 0.76% | 0.72% | - |
| HSV(B) | 298.89º | 0.45% | 0.93% | - |
| XYZ | 58.01 | 39.97 | 85.55 | - |
| YUV | 174.01 | 164.12 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 238 | 0.01 | 0.45 | 0 | 0.07 | 298.89 | 0.76 | 0.72 |
| Hex | EC | 82 | EE | 1 | 2D | 0 | 7 | 12B | 4C | 48 |
| Octal | 354 | 202 | 356 | 1 | 55 | 0 | 7 | 453 | 114 | 110 |
| Binary | 11101100 | 10000010 | 11101110 | 1 | 101101 | 0 | 111 | 100101011 | 1001100 | 1001000 |
Color Harmonies of #EC82EE
Complementary color
Monochromatic Colors of #EC82EE
Black with #EC82EE
Text Example
Text Example
White with #EC82EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82EE; }
p { color: rgb(236,130,238); }
H1.HeaderClassName
{
color: #EC82EE;
}
.AnyTagClassName
{
color: #EC82EE;
}
</style>
background-color css
<style>
a { background-color: #EC82EE; }
a { background-color: rgb(236,130,238); }
div.DivClassName
{
background-color: #EC82EE;
}
.BgClassName
{
background-color: #EC82EE;
}
</style>
border-color css
<style>
span { border-color: #EC82EE; }
span { border-color: rgb(236,130,238); }
td.TdClassName
{
border-color: #EC82EE;
}
.TagClassName
{
border-color: #EC82EE;
}
</style>