Shades of Violet #E682EC
Tints of Violet #E682EC
RGB
CMYK
RGB Variations
Color information
#E682EC (or 0xE682EC) is known color: Violet. HEX triplet: E6, 82 and EC. RGB value is (230,130,236). Sum of RGB (Red+Green+Blue) = 230+130+236=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #E682EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682EC is #197D13. Grayscale: #ABABAB. Windows color (decimal): -1670420 or 15500006. OLE color: 15500006.
HSL color Cylindrical-coordinate representation of color #E682EC: hue angle of 296.6º 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 #E682EC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 130 | 236 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.07 |
| HSL | 296.6º | 0.74% | 0.72% | - |
| HSV(B) | 296.6º | 0.45% | 0.93% | - |
| XYZ | 55.76 | 38.84 | 83.92 | - |
| YUV | 171.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 236 | 0.03 | 0.45 | 0 | 0.07 | 296.6 | 0.74 | 0.72 |
| Hex | E6 | 82 | EC | 3 | 2D | 0 | 7 | 129 | 4A | 48 |
| Octal | 346 | 202 | 354 | 3 | 55 | 0 | 7 | 451 | 112 | 110 |
| Binary | 11100110 | 10000010 | 11101100 | 11 | 101101 | 0 | 111 | 100101001 | 1001010 | 1001000 |
Color Harmonies of #E682EC
Complementary color
Monochromatic Colors of #E682EC
Black with #E682EC
Text Example
Text Example
White with #E682EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682EC; }
p { color: rgb(230,130,236); }
H1.HeaderClassName
{
color: #E682EC;
}
.AnyTagClassName
{
color: #E682EC;
}
</style>
background-color css
<style>
a { background-color: #E682EC; }
a { background-color: rgb(230,130,236); }
div.DivClassName
{
background-color: #E682EC;
}
.BgClassName
{
background-color: #E682EC;
}
</style>
border-color css
<style>
span { border-color: #E682EC; }
span { border-color: rgb(230,130,236); }
td.TdClassName
{
border-color: #E682EC;
}
.TagClassName
{
border-color: #E682EC;
}
</style>