Shades of Violet #E68CED
Tints of Violet #E68CED
RGB
CMYK
RGB Variations
Color information
#E68CED (or 0xE68CED) is known color: Violet. HEX triplet: E6, 8C and ED. RGB value is (230,140,237). Sum of RGB (Red+Green+Blue) = 230+140+237=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #E68CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CED is #197312. Grayscale: #B1B1B1. Windows color (decimal): -1667859 or 15568102. OLE color: 15568102.
HSL color Cylindrical-coordinate representation of color #E68CED: hue angle of 295.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68CED is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 140 | 237 | - |
CMYK | 0.03 | 0.41 | 0 | 0.07 |
HSL | 295.67º | 0.73% | 0.74% | - |
HSV(B) | 295.67º | 0.41% | 0.93% | - |
XYZ | 57.3 | 41.69 | 85.15 | - |
YUV | 177.97 | 161.32 | 165.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 140 | 237 | 0.03 | 0.41 | 0 | 0.07 | 295.67 | 0.73 | 0.74 |
Hex | E6 | 8C | ED | 3 | 29 | 0 | 7 | 128 | 49 | 4A |
Octal | 346 | 214 | 355 | 3 | 51 | 0 | 7 | 450 | 111 | 112 |
Binary | 11100110 | 10001100 | 11101101 | 11 | 101001 | 0 | 111 | 100101000 | 1001001 | 1001010 |
Color Harmonies of #E68CED
Complementary color
Monochromatic Colors of #E68CED
Black with #E68CED
Text Example
Text Example
White with #E68CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CED; }
p { color: rgb(230,140,237); }
H1.HeaderClassName
{
color: #E68CED;
}
.AnyTagClassName
{
color: #E68CED;
}
</style>
background-color css
<style>
a { background-color: #E68CED; }
a { background-color: rgb(230,140,237); }
div.DivClassName
{
background-color: #E68CED;
}
.BgClassName
{
background-color: #E68CED;
}
</style>
border-color css
<style>
span { border-color: #E68CED; }
span { border-color: rgb(230,140,237); }
td.TdClassName
{
border-color: #E68CED;
}
.TagClassName
{
border-color: #E68CED;
}
</style>