Shades of Violet #E68AEE
Tints of Violet #E68AEE
RGB
CMYK
RGB Variations
Color information
#E68AEE (or 0xE68AEE) is known color: Violet. HEX triplet: E6, 8A and EE. RGB value is (230,138,238). Sum of RGB (Red+Green+Blue) = 230+138+238=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #E68AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AEE is #197511. Grayscale: #B0B0B0. Windows color (decimal): -1668370 or 15633126. OLE color: 15633126.
HSL color Cylindrical-coordinate representation of color #E68AEE: hue angle of 295.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68AEE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 138 | 238 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.07 |
| HSL | 295.2º | 0.75% | 0.74% | - |
| HSV(B) | 295.2º | 0.42% | 0.93% | - |
| XYZ | 57.15 | 41.17 | 85.82 | - |
| YUV | 176.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 238 | 0.03 | 0.42 | 0 | 0.07 | 295.2 | 0.75 | 0.74 |
| Hex | E6 | 8A | EE | 3 | 2A | 0 | 7 | 127 | 4B | 4A |
| Octal | 346 | 212 | 356 | 3 | 52 | 0 | 7 | 447 | 113 | 112 |
| Binary | 11100110 | 10001010 | 11101110 | 11 | 101010 | 0 | 111 | 100100111 | 1001011 | 1001010 |
Color Harmonies of #E68AEE
Complementary color
Monochromatic Colors of #E68AEE
Black with #E68AEE
Text Example
Text Example
White with #E68AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AEE; }
p { color: rgb(230,138,238); }
H1.HeaderClassName
{
color: #E68AEE;
}
.AnyTagClassName
{
color: #E68AEE;
}
</style>
background-color css
<style>
a { background-color: #E68AEE; }
a { background-color: rgb(230,138,238); }
div.DivClassName
{
background-color: #E68AEE;
}
.BgClassName
{
background-color: #E68AEE;
}
</style>
border-color css
<style>
span { border-color: #E68AEE; }
span { border-color: rgb(230,138,238); }
td.TdClassName
{
border-color: #E68AEE;
}
.TagClassName
{
border-color: #E68AEE;
}
</style>