Shades of Violet #E68AEC
Tints of Violet #E68AEC
RGB
CMYK
RGB Variations
Color information
#E68AEC (or 0xE68AEC) is known color: Violet. HEX triplet: E6, 8A and EC. RGB value is (230,138,236). Sum of RGB (Red+Green+Blue) = 230+138+236=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #E68AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AEC is #197513. Grayscale: #B0B0B0. Windows color (decimal): -1668372 or 15502054. OLE color: 15502054.
HSL color Cylindrical-coordinate representation of color #E68AEC: hue angle of 296.33º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68AEC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 138 | 236 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.07 |
| HSL | 296.33º | 0.72% | 0.73% | - |
| HSV(B) | 296.33º | 0.42% | 0.93% | - |
| XYZ | 56.86 | 41.06 | 84.28 | - |
| YUV | 176.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 236 | 0.03 | 0.42 | 0 | 0.07 | 296.33 | 0.72 | 0.73 |
| Hex | E6 | 8A | EC | 3 | 2A | 0 | 7 | 128 | 48 | 49 |
| Octal | 346 | 212 | 354 | 3 | 52 | 0 | 7 | 450 | 110 | 111 |
| Binary | 11100110 | 10001010 | 11101100 | 11 | 101010 | 0 | 111 | 100101000 | 1001000 | 1001001 |
Color Harmonies of #E68AEC
Complementary color
Monochromatic Colors of #E68AEC
Black with #E68AEC
Text Example
Text Example
White with #E68AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AEC; }
p { color: rgb(230,138,236); }
H1.HeaderClassName
{
color: #E68AEC;
}
.AnyTagClassName
{
color: #E68AEC;
}
</style>
background-color css
<style>
a { background-color: #E68AEC; }
a { background-color: rgb(230,138,236); }
div.DivClassName
{
background-color: #E68AEC;
}
.BgClassName
{
background-color: #E68AEC;
}
</style>
border-color css
<style>
span { border-color: #E68AEC; }
span { border-color: rgb(230,138,236); }
td.TdClassName
{
border-color: #E68AEC;
}
.TagClassName
{
border-color: #E68AEC;
}
</style>