Shades of Violet #E682E3
Tints of Violet #E682E3
RGB
CMYK
RGB Variations
Color information
#E682E3 (or 0xE682E3) is known color: Violet. HEX triplet: E6, 82 and E3. RGB value is (230,130,227). Sum of RGB (Red+Green+Blue) = 230+130+227=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E682E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682E3 is #197D1C. Grayscale: #AAAAAA. Windows color (decimal): -1670429 or 14910182. OLE color: 14910182.
HSL color Cylindrical-coordinate representation of color #E682E3: hue angle of 301.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E682E3 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 227 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.10 |
| HSL | 301.8º | 0.67% | 0.71% | - |
| HSV(B) | 301.8º | 0.43% | 0.9% | - |
| XYZ | 54.48 | 38.33 | 77.2 | - |
| YUV | 170.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 227 | 0 | 0.43 | 0.01 | 0.10 | 301.8 | 0.67 | 0.71 |
| Hex | E6 | 82 | E3 | 0 | 2B | 1 | A | 12E | 43 | 47 |
| Octal | 346 | 202 | 343 | 0 | 53 | 1 | 12 | 456 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11100011 | 0 | 101011 | 1 | 1010 | 100101110 | 1000011 | 1000111 |
Color Harmonies of #E682E3
Complementary color
Monochromatic Colors of #E682E3
Black with #E682E3
Text Example
Text Example
White with #E682E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682E3; }
p { color: rgb(230,130,227); }
H1.HeaderClassName
{
color: #E682E3;
}
.AnyTagClassName
{
color: #E682E3;
}
</style>
background-color css
<style>
a { background-color: #E682E3; }
a { background-color: rgb(230,130,227); }
div.DivClassName
{
background-color: #E682E3;
}
.BgClassName
{
background-color: #E682E3;
}
</style>
border-color css
<style>
span { border-color: #E682E3; }
span { border-color: rgb(230,130,227); }
td.TdClassName
{
border-color: #E682E3;
}
.TagClassName
{
border-color: #E682E3;
}
</style>