Shades of Violet #E682ED
Tints of Violet #E682ED
RGB
CMYK
RGB Variations
Color information
#E682ED (or 0xE682ED) is known color: Violet. HEX triplet: E6, 82 and ED. RGB value is (230,130,237). Sum of RGB (Red+Green+Blue) = 230+130+237=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #E682ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682ED is #197D12. Grayscale: #ABABAB. Windows color (decimal): -1670419 or 15565542. OLE color: 15565542.
HSL color Cylindrical-coordinate representation of color #E682ED: hue angle of 296.07º degrees, saturation: 0.75, 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 #E682ED is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 130 | 237 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.07 |
| HSL | 296.07º | 0.75% | 0.72% | - |
| HSV(B) | 296.07º | 0.45% | 0.93% | - |
| XYZ | 55.9 | 38.9 | 84.68 | - |
| YUV | 172.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 237 | 0.03 | 0.45 | 0 | 0.07 | 296.07 | 0.75 | 0.72 |
| Hex | E6 | 82 | ED | 3 | 2D | 0 | 7 | 128 | 4B | 48 |
| Octal | 346 | 202 | 355 | 3 | 55 | 0 | 7 | 450 | 113 | 110 |
| Binary | 11100110 | 10000010 | 11101101 | 11 | 101101 | 0 | 111 | 100101000 | 1001011 | 1001000 |
Color Harmonies of #E682ED
Complementary color
Monochromatic Colors of #E682ED
Black with #E682ED
Text Example
Text Example
White with #E682ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682ED; }
p { color: rgb(230,130,237); }
H1.HeaderClassName
{
color: #E682ED;
}
.AnyTagClassName
{
color: #E682ED;
}
</style>
background-color css
<style>
a { background-color: #E682ED; }
a { background-color: rgb(230,130,237); }
div.DivClassName
{
background-color: #E682ED;
}
.BgClassName
{
background-color: #E682ED;
}
</style>
border-color css
<style>
span { border-color: #E682ED; }
span { border-color: rgb(230,130,237); }
td.TdClassName
{
border-color: #E682ED;
}
.TagClassName
{
border-color: #E682ED;
}
</style>