Shades of Violet #E68FE3
Tints of Violet #E68FE3
RGB
CMYK
RGB Variations
Color information
#E68FE3 (or 0xE68FE3) is known color: Violet. HEX triplet: E6, 8F and E3. RGB value is (230,143,227). Sum of RGB (Red+Green+Blue) = 230+143+227=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FE3 is #19701C. Grayscale: #B2B2B2. Windows color (decimal): -1667101 or 14913510. OLE color: 14913510.
HSL color Cylindrical-coordinate representation of color #E68FE3: hue angle of 302.07º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FE3 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 227 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.10 |
| HSL | 302.07º | 0.64% | 0.73% | - |
| HSV(B) | 302.07º | 0.38% | 0.9% | - |
| XYZ | 56.32 | 42.01 | 77.81 | - |
| YUV | 178.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 227 | 0 | 0.38 | 0.01 | 0.10 | 302.07 | 0.64 | 0.73 |
| Hex | E6 | 8F | E3 | 0 | 26 | 1 | A | 12E | 40 | 49 |
| Octal | 346 | 217 | 343 | 0 | 46 | 1 | 12 | 456 | 100 | 111 |
| Binary | 11100110 | 10001111 | 11100011 | 0 | 100110 | 1 | 1010 | 100101110 | 1000000 | 1001001 |
Color Harmonies of #E68FE3
Complementary color
Monochromatic Colors of #E68FE3
Black with #E68FE3
Text Example
Text Example
White with #E68FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FE3; }
p { color: rgb(230,143,227); }
H1.HeaderClassName
{
color: #E68FE3;
}
.AnyTagClassName
{
color: #E68FE3;
}
</style>
background-color css
<style>
a { background-color: #E68FE3; }
a { background-color: rgb(230,143,227); }
div.DivClassName
{
background-color: #E68FE3;
}
.BgClassName
{
background-color: #E68FE3;
}
</style>
border-color css
<style>
span { border-color: #E68FE3; }
span { border-color: rgb(230,143,227); }
td.TdClassName
{
border-color: #E68FE3;
}
.TagClassName
{
border-color: #E68FE3;
}
</style>