Shades of Violet #E68AE5
Tints of Violet #E68AE5
RGB
CMYK
RGB Variations
Color information
#E68AE5 (or 0xE68AE5) is known color: Violet. HEX triplet: E6, 8A and E5. RGB value is (230,138,229). Sum of RGB (Red+Green+Blue) = 230+138+229=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AE5 is #19751A. Grayscale: #AFAFAF. Windows color (decimal): -1668379 or 15043302. OLE color: 15043302.
HSL color Cylindrical-coordinate representation of color #E68AE5: hue angle of 300.65º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AE5 is Cyan = 0, Magento = 0.4, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 229 | - |
| CMYK | 0 | 0.4 | 0.00 | 0.10 |
| HSL | 300.65º | 0.65% | 0.72% | - |
| HSV(B) | 300.65º | 0.4% | 0.9% | - |
| XYZ | 55.86 | 40.66 | 79.03 | - |
| YUV | 175.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 229 | 0 | 0.4 | 0.00 | 0.10 | 300.65 | 0.65 | 0.72 |
| Hex | E6 | 8A | E5 | 0 | 28 | 0 | A | 12D | 41 | 48 |
| Octal | 346 | 212 | 345 | 0 | 50 | 0 | 12 | 455 | 101 | 110 |
| Binary | 11100110 | 10001010 | 11100101 | 0 | 101000 | 0 | 1010 | 100101101 | 1000001 | 1001000 |
Color Harmonies of #E68AE5
Complementary color
Monochromatic Colors of #E68AE5
Black with #E68AE5
Text Example
Text Example
White with #E68AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AE5; }
p { color: rgb(230,138,229); }
H1.HeaderClassName
{
color: #E68AE5;
}
.AnyTagClassName
{
color: #E68AE5;
}
</style>
background-color css
<style>
a { background-color: #E68AE5; }
a { background-color: rgb(230,138,229); }
div.DivClassName
{
background-color: #E68AE5;
}
.BgClassName
{
background-color: #E68AE5;
}
</style>
border-color css
<style>
span { border-color: #E68AE5; }
span { border-color: rgb(230,138,229); }
td.TdClassName
{
border-color: #E68AE5;
}
.TagClassName
{
border-color: #E68AE5;
}
</style>