Shades of Violet #E68AEA
Tints of Violet #E68AEA
RGB
CMYK
RGB Variations
Color information
#E68AEA (or 0xE68AEA) is known color: Violet. HEX triplet: E6, 8A and EA. RGB value is (230,138,234). Sum of RGB (Red+Green+Blue) = 230+138+234=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #E68AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AEA is #197515. Grayscale: #B0B0B0. Windows color (decimal): -1668374 or 15370982. OLE color: 15370982.
HSL color Cylindrical-coordinate representation of color #E68AEA: hue angle of 297.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68AEA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 138 | 234 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.08 |
| HSL | 297.5º | 0.7% | 0.73% | - |
| HSV(B) | 297.5º | 0.41% | 0.92% | - |
| XYZ | 56.57 | 40.94 | 82.76 | - |
| YUV | 176.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 234 | 0.02 | 0.41 | 0 | 0.08 | 297.5 | 0.7 | 0.73 |
| Hex | E6 | 8A | EA | 2 | 29 | 0 | 8 | 12A | 46 | 49 |
| Octal | 346 | 212 | 352 | 2 | 51 | 0 | 10 | 452 | 106 | 111 |
| Binary | 11100110 | 10001010 | 11101010 | 10 | 101001 | 0 | 1000 | 100101010 | 1000110 | 1001001 |
Color Harmonies of #E68AEA
Complementary color
Monochromatic Colors of #E68AEA
Black with #E68AEA
Text Example
Text Example
White with #E68AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AEA; }
p { color: rgb(230,138,234); }
H1.HeaderClassName
{
color: #E68AEA;
}
.AnyTagClassName
{
color: #E68AEA;
}
</style>
background-color css
<style>
a { background-color: #E68AEA; }
a { background-color: rgb(230,138,234); }
div.DivClassName
{
background-color: #E68AEA;
}
.BgClassName
{
background-color: #E68AEA;
}
</style>
border-color css
<style>
span { border-color: #E68AEA; }
span { border-color: rgb(230,138,234); }
td.TdClassName
{
border-color: #E68AEA;
}
.TagClassName
{
border-color: #E68AEA;
}
</style>