Shades of Violet #E68FEC
Tints of Violet #E68FEC
RGB
CMYK
RGB Variations
Color information
#E68FEC (or 0xE68FEC) is known color: Violet. HEX triplet: E6, 8F and EC. RGB value is (230,143,236). Sum of RGB (Red+Green+Blue) = 230+143+236=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #E68FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68FEC is #197013. Grayscale: #B3B3B3. Windows color (decimal): -1667092 or 15503334. OLE color: 15503334.
HSL color Cylindrical-coordinate representation of color #E68FEC: hue angle of 296.13º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68FEC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 143 | 236 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.07 |
| HSL | 296.13º | 0.71% | 0.74% | - |
| HSV(B) | 296.13º | 0.39% | 0.93% | - |
| XYZ | 57.6 | 42.52 | 84.53 | - |
| YUV | 179.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 236 | 0.03 | 0.39 | 0 | 0.07 | 296.13 | 0.71 | 0.74 |
| Hex | E6 | 8F | EC | 3 | 27 | 0 | 7 | 128 | 47 | 4A |
| Octal | 346 | 217 | 354 | 3 | 47 | 0 | 7 | 450 | 107 | 112 |
| Binary | 11100110 | 10001111 | 11101100 | 11 | 100111 | 0 | 111 | 100101000 | 1000111 | 1001010 |
Color Harmonies of #E68FEC
Complementary color
Monochromatic Colors of #E68FEC
Black with #E68FEC
Text Example
Text Example
White with #E68FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FEC; }
p { color: rgb(230,143,236); }
H1.HeaderClassName
{
color: #E68FEC;
}
.AnyTagClassName
{
color: #E68FEC;
}
</style>
background-color css
<style>
a { background-color: #E68FEC; }
a { background-color: rgb(230,143,236); }
div.DivClassName
{
background-color: #E68FEC;
}
.BgClassName
{
background-color: #E68FEC;
}
</style>
border-color css
<style>
span { border-color: #E68FEC; }
span { border-color: rgb(230,143,236); }
td.TdClassName
{
border-color: #E68FEC;
}
.TagClassName
{
border-color: #E68FEC;
}
</style>