Shades of Violet #E68AF3
Tints of Violet #E68AF3
RGB
CMYK
RGB Variations
Color information
#E68AF3 (or 0xE68AF3) is known color: Violet. HEX triplet: E6, 8A and F3. RGB value is (230,138,243). Sum of RGB (Red+Green+Blue) = 230+138+243=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #E68AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AF3 is #19750C. Grayscale: #B1B1B1. Windows color (decimal): -1668365 or 15960806. OLE color: 15960806.
HSL color Cylindrical-coordinate representation of color #E68AF3: hue angle of 292.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68AF3 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 138 | 243 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.05 |
| HSL | 292.57º | 0.81% | 0.75% | - |
| HSV(B) | 292.57º | 0.43% | 0.95% | - |
| XYZ | 57.9 | 41.47 | 89.75 | - |
| YUV | 177.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 243 | 0.05 | 0.43 | 0 | 0.05 | 292.57 | 0.81 | 0.75 |
| Hex | E6 | 8A | F3 | 5 | 2B | 0 | 5 | 125 | 51 | 4B |
| Octal | 346 | 212 | 363 | 5 | 53 | 0 | 5 | 445 | 121 | 113 |
| Binary | 11100110 | 10001010 | 11110011 | 101 | 101011 | 0 | 101 | 100100101 | 1010001 | 1001011 |
Color Harmonies of #E68AF3
Complementary color
Monochromatic Colors of #E68AF3
Black with #E68AF3
Text Example
Text Example
White with #E68AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AF3; }
p { color: rgb(230,138,243); }
H1.HeaderClassName
{
color: #E68AF3;
}
.AnyTagClassName
{
color: #E68AF3;
}
</style>
background-color css
<style>
a { background-color: #E68AF3; }
a { background-color: rgb(230,138,243); }
div.DivClassName
{
background-color: #E68AF3;
}
.BgClassName
{
background-color: #E68AF3;
}
</style>
border-color css
<style>
span { border-color: #E68AF3; }
span { border-color: rgb(230,138,243); }
td.TdClassName
{
border-color: #E68AF3;
}
.TagClassName
{
border-color: #E68AF3;
}
</style>