Shades of Violet #E68CEC
Tints of Violet #E68CEC
RGB
CMYK
RGB Variations
Color information
#E68CEC (or 0xE68CEC) is known color: Violet. HEX triplet: E6, 8C and EC. RGB value is (230,140,236). Sum of RGB (Red+Green+Blue) = 230+140+236=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #E68CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CEC is #197313. Grayscale: #B1B1B1. Windows color (decimal): -1667860 or 15502566. OLE color: 15502566.
HSL color Cylindrical-coordinate representation of color #E68CEC: hue angle of 296.25º degrees, saturation: 0.72, 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 #E68CEC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 140 | 236 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.07 |
| HSL | 296.25º | 0.72% | 0.74% | - |
| HSV(B) | 296.25º | 0.41% | 0.93% | - |
| XYZ | 57.15 | 41.64 | 84.38 | - |
| YUV | 177.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 236 | 0.03 | 0.41 | 0 | 0.07 | 296.25 | 0.72 | 0.74 |
| Hex | E6 | 8C | EC | 3 | 29 | 0 | 7 | 128 | 48 | 4A |
| Octal | 346 | 214 | 354 | 3 | 51 | 0 | 7 | 450 | 110 | 112 |
| Binary | 11100110 | 10001100 | 11101100 | 11 | 101001 | 0 | 111 | 100101000 | 1001000 | 1001010 |
Color Harmonies of #E68CEC
Complementary color
Monochromatic Colors of #E68CEC
Black with #E68CEC
Text Example
Text Example
White with #E68CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CEC; }
p { color: rgb(230,140,236); }
H1.HeaderClassName
{
color: #E68CEC;
}
.AnyTagClassName
{
color: #E68CEC;
}
</style>
background-color css
<style>
a { background-color: #E68CEC; }
a { background-color: rgb(230,140,236); }
div.DivClassName
{
background-color: #E68CEC;
}
.BgClassName
{
background-color: #E68CEC;
}
</style>
border-color css
<style>
span { border-color: #E68CEC; }
span { border-color: rgb(230,140,236); }
td.TdClassName
{
border-color: #E68CEC;
}
.TagClassName
{
border-color: #E68CEC;
}
</style>