Shades of Violet #E68AF1
Tints of Violet #E68AF1
RGB
CMYK
RGB Variations
Color information
#E68AF1 (or 0xE68AF1) is known color: Violet. HEX triplet: E6, 8A and F1. RGB value is (230,138,241). Sum of RGB (Red+Green+Blue) = 230+138+241=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #E68AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68AF1 is #19750E. Grayscale: #B0B0B0. Windows color (decimal): -1668367 or 15829734. OLE color: 15829734.
HSL color Cylindrical-coordinate representation of color #E68AF1: hue angle of 293.59º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68AF1 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 138 | 241 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.05 |
| HSL | 293.59º | 0.79% | 0.74% | - |
| HSV(B) | 293.59º | 0.43% | 0.95% | - |
| XYZ | 57.6 | 41.35 | 88.16 | - |
| YUV | 177.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 241 | 0.05 | 0.43 | 0 | 0.05 | 293.59 | 0.79 | 0.74 |
| Hex | E6 | 8A | F1 | 5 | 2B | 0 | 5 | 126 | 4F | 4A |
| Octal | 346 | 212 | 361 | 5 | 53 | 0 | 5 | 446 | 117 | 112 |
| Binary | 11100110 | 10001010 | 11110001 | 101 | 101011 | 0 | 101 | 100100110 | 1001111 | 1001010 |
Color Harmonies of #E68AF1
Complementary color
Monochromatic Colors of #E68AF1
Black with #E68AF1
Text Example
Text Example
White with #E68AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AF1; }
p { color: rgb(230,138,241); }
H1.HeaderClassName
{
color: #E68AF1;
}
.AnyTagClassName
{
color: #E68AF1;
}
</style>
background-color css
<style>
a { background-color: #E68AF1; }
a { background-color: rgb(230,138,241); }
div.DivClassName
{
background-color: #E68AF1;
}
.BgClassName
{
background-color: #E68AF1;
}
</style>
border-color css
<style>
span { border-color: #E68AF1; }
span { border-color: rgb(230,138,241); }
td.TdClassName
{
border-color: #E68AF1;
}
.TagClassName
{
border-color: #E68AF1;
}
</style>