Shades of Violet #E68FED
Tints of Violet #E68FED
RGB
CMYK
RGB Variations
Color information
#E68FED (or 0xE68FED) is known color: Violet. HEX triplet: E6, 8F and ED. RGB value is (230,143,237). Sum of RGB (Red+Green+Blue) = 230+143+237=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #E68FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68FED is #197012. Grayscale: #B3B3B3. Windows color (decimal): -1667091 or 15568870. OLE color: 15568870.
HSL color Cylindrical-coordinate representation of color #E68FED: hue angle of 295.53º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68FED is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 143 | 237 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.07 |
| HSL | 295.53º | 0.72% | 0.75% | - |
| HSV(B) | 295.53º | 0.4% | 0.93% | - |
| XYZ | 57.74 | 42.58 | 85.3 | - |
| YUV | 179.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 237 | 0.03 | 0.40 | 0 | 0.07 | 295.53 | 0.72 | 0.75 |
| Hex | E6 | 8F | ED | 3 | 28 | 0 | 7 | 128 | 48 | 4B |
| Octal | 346 | 217 | 355 | 3 | 50 | 0 | 7 | 450 | 110 | 113 |
| Binary | 11100110 | 10001111 | 11101101 | 11 | 101000 | 0 | 111 | 100101000 | 1001000 | 1001011 |
Color Harmonies of #E68FED
Complementary color
Monochromatic Colors of #E68FED
Black with #E68FED
Text Example
Text Example
White with #E68FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FED; }
p { color: rgb(230,143,237); }
H1.HeaderClassName
{
color: #E68FED;
}
.AnyTagClassName
{
color: #E68FED;
}
</style>
background-color css
<style>
a { background-color: #E68FED; }
a { background-color: rgb(230,143,237); }
div.DivClassName
{
background-color: #E68FED;
}
.BgClassName
{
background-color: #E68FED;
}
</style>
border-color css
<style>
span { border-color: #E68FED; }
span { border-color: rgb(230,143,237); }
td.TdClassName
{
border-color: #E68FED;
}
.TagClassName
{
border-color: #E68FED;
}
</style>