Shades of Violet #EC82EB
Tints of Violet #EC82EB
RGB
CMYK
RGB Variations
Color information
#EC82EB (or 0xEC82EB) is known color: Violet. HEX triplet: EC, 82 and EB. RGB value is (236,130,235). Sum of RGB (Red+Green+Blue) = 236+130+235=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82EB is #137D14. Grayscale: #ADADAD. Windows color (decimal): -1277205 or 15434476. OLE color: 15434476.
HSL color Cylindrical-coordinate representation of color #EC82EB: hue angle of 300.57º degrees, saturation: 0.74, 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 #EC82EB is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 235 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.07 |
| HSL | 300.57º | 0.74% | 0.72% | - |
| HSV(B) | 300.57º | 0.45% | 0.93% | - |
| XYZ | 57.57 | 39.8 | 83.24 | - |
| YUV | 173.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 235 | 0 | 0.45 | 0.00 | 0.07 | 300.57 | 0.74 | 0.72 |
| Hex | EC | 82 | EB | 0 | 2D | 0 | 7 | 12D | 4A | 48 |
| Octal | 354 | 202 | 353 | 0 | 55 | 0 | 7 | 455 | 112 | 110 |
| Binary | 11101100 | 10000010 | 11101011 | 0 | 101101 | 0 | 111 | 100101101 | 1001010 | 1001000 |
Color Harmonies of #EC82EB
Complementary color
Monochromatic Colors of #EC82EB
Black with #EC82EB
Text Example
Text Example
White with #EC82EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC82EB; }
p { color: rgb(236,130,235); }
H1.HeaderClassName
{
color: #EC82EB;
}
.AnyTagClassName
{
color: #EC82EB;
}
</style>
background-color css
<style>
a { background-color: #EC82EB; }
a { background-color: rgb(236,130,235); }
div.DivClassName
{
background-color: #EC82EB;
}
.BgClassName
{
background-color: #EC82EB;
}
</style>
border-color css
<style>
span { border-color: #EC82EB; }
span { border-color: rgb(236,130,235); }
td.TdClassName
{
border-color: #EC82EB;
}
.TagClassName
{
border-color: #EC82EB;
}
</style>