Shades of Violet #E68FEE
Tints of Violet #E68FEE
RGB
CMYK
RGB Variations
Color information
#E68FEE (or 0xE68FEE) is known color: Violet. HEX triplet: E6, 8F and EE. RGB value is (230,143,238). Sum of RGB (Red+Green+Blue) = 230+143+238=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #E68FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68FEE is #197011. Grayscale: #B3B3B3. Windows color (decimal): -1667090 or 15634406. OLE color: 15634406.
HSL color Cylindrical-coordinate representation of color #E68FEE: hue angle of 294.95º degrees, saturation: 0.74, 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 #E68FEE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 143 | 238 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.07 |
| HSL | 294.95º | 0.74% | 0.75% | - |
| HSV(B) | 294.95º | 0.4% | 0.93% | - |
| XYZ | 57.89 | 42.64 | 86.07 | - |
| YUV | 179.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 238 | 0.03 | 0.40 | 0 | 0.07 | 294.95 | 0.74 | 0.75 |
| Hex | E6 | 8F | EE | 3 | 28 | 0 | 7 | 127 | 4A | 4B |
| Octal | 346 | 217 | 356 | 3 | 50 | 0 | 7 | 447 | 112 | 113 |
| Binary | 11100110 | 10001111 | 11101110 | 11 | 101000 | 0 | 111 | 100100111 | 1001010 | 1001011 |
Color Harmonies of #E68FEE
Complementary color
Monochromatic Colors of #E68FEE
Black with #E68FEE
Text Example
Text Example
White with #E68FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FEE; }
p { color: rgb(230,143,238); }
H1.HeaderClassName
{
color: #E68FEE;
}
.AnyTagClassName
{
color: #E68FEE;
}
</style>
background-color css
<style>
a { background-color: #E68FEE; }
a { background-color: rgb(230,143,238); }
div.DivClassName
{
background-color: #E68FEE;
}
.BgClassName
{
background-color: #E68FEE;
}
</style>
border-color css
<style>
span { border-color: #E68FEE; }
span { border-color: rgb(230,143,238); }
td.TdClassName
{
border-color: #E68FEE;
}
.TagClassName
{
border-color: #E68FEE;
}
</style>