Shades of Violet #E682EA
Tints of Violet #E682EA
RGB
CMYK
RGB Variations
Color information
#E682EA (or 0xE682EA) is known color: Violet. HEX triplet: E6, 82 and EA. RGB value is (230,130,234). Sum of RGB (Red+Green+Blue) = 230+130+234=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #E682EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682EA is #197D15. Grayscale: #ABABAB. Windows color (decimal): -1670422 or 15368934. OLE color: 15368934.
HSL color Cylindrical-coordinate representation of color #E682EA: hue angle of 297.69º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E682EA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 130 | 234 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.08 |
| HSL | 297.69º | 0.71% | 0.71% | - |
| HSV(B) | 297.69º | 0.44% | 0.92% | - |
| XYZ | 55.47 | 38.73 | 82.39 | - |
| YUV | 171.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 234 | 0.02 | 0.44 | 0 | 0.08 | 297.69 | 0.71 | 0.71 |
| Hex | E6 | 82 | EA | 2 | 2C | 0 | 8 | 12A | 47 | 47 |
| Octal | 346 | 202 | 352 | 2 | 54 | 0 | 10 | 452 | 107 | 107 |
| Binary | 11100110 | 10000010 | 11101010 | 10 | 101100 | 0 | 1000 | 100101010 | 1000111 | 1000111 |
Color Harmonies of #E682EA
Complementary color
Monochromatic Colors of #E682EA
Black with #E682EA
Text Example
Text Example
White with #E682EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682EA; }
p { color: rgb(230,130,234); }
H1.HeaderClassName
{
color: #E682EA;
}
.AnyTagClassName
{
color: #E682EA;
}
</style>
background-color css
<style>
a { background-color: #E682EA; }
a { background-color: rgb(230,130,234); }
div.DivClassName
{
background-color: #E682EA;
}
.BgClassName
{
background-color: #E682EA;
}
</style>
border-color css
<style>
span { border-color: #E682EA; }
span { border-color: rgb(230,130,234); }
td.TdClassName
{
border-color: #E682EA;
}
.TagClassName
{
border-color: #E682EA;
}
</style>