Shades of Violet #E684ED
Tints of Violet #E684ED
RGB
CMYK
RGB Variations
Color information
#E684ED (or 0xE684ED) is known color: Violet. HEX triplet: E6, 84 and ED. RGB value is (230,132,237). Sum of RGB (Red+Green+Blue) = 230+132+237=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #E684ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E684ED is #197B12. Grayscale: #ACACAC. Windows color (decimal): -1669907 or 15566054. OLE color: 15566054.
HSL color Cylindrical-coordinate representation of color #E684ED: hue angle of 296º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E684ED is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 132 | 237 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.07 |
| HSL | 296º | 0.74% | 0.72% | - |
| HSV(B) | 296º | 0.44% | 0.93% | - |
| XYZ | 56.17 | 39.44 | 84.77 | - |
| YUV | 173.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 237 | 0.03 | 0.44 | 0 | 0.07 | 296 | 0.74 | 0.72 |
| Hex | E6 | 84 | ED | 3 | 2C | 0 | 7 | 128 | 4A | 48 |
| Octal | 346 | 204 | 355 | 3 | 54 | 0 | 7 | 450 | 112 | 110 |
| Binary | 11100110 | 10000100 | 11101101 | 11 | 101100 | 0 | 111 | 100101000 | 1001010 | 1001000 |
Color Harmonies of #E684ED
Complementary color
Monochromatic Colors of #E684ED
Black with #E684ED
Text Example
Text Example
White with #E684ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684ED; }
p { color: rgb(230,132,237); }
H1.HeaderClassName
{
color: #E684ED;
}
.AnyTagClassName
{
color: #E684ED;
}
</style>
background-color css
<style>
a { background-color: #E684ED; }
a { background-color: rgb(230,132,237); }
div.DivClassName
{
background-color: #E684ED;
}
.BgClassName
{
background-color: #E684ED;
}
</style>
border-color css
<style>
span { border-color: #E684ED; }
span { border-color: rgb(230,132,237); }
td.TdClassName
{
border-color: #E684ED;
}
.TagClassName
{
border-color: #E684ED;
}
</style>