Shades of Violet #E684EF
Tints of Violet #E684EF
RGB
CMYK
RGB Variations
Color information
#E684EF (or 0xE684EF) is known color: Violet. HEX triplet: E6, 84 and EF. RGB value is (230,132,239). Sum of RGB (Red+Green+Blue) = 230+132+239=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #E684EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E684EF is #197B10. Grayscale: #ADADAD. Windows color (decimal): -1669905 or 15697126. OLE color: 15697126.
HSL color Cylindrical-coordinate representation of color #E684EF: hue angle of 294.95º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E684EF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 132 | 239 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.06 |
| HSL | 294.95º | 0.77% | 0.73% | - |
| HSV(B) | 294.95º | 0.45% | 0.94% | - |
| XYZ | 56.46 | 39.56 | 86.32 | - |
| YUV | 173.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 239 | 0.04 | 0.45 | 0 | 0.06 | 294.95 | 0.77 | 0.73 |
| Hex | E6 | 84 | EF | 4 | 2D | 0 | 6 | 127 | 4D | 49 |
| Octal | 346 | 204 | 357 | 4 | 55 | 0 | 6 | 447 | 115 | 111 |
| Binary | 11100110 | 10000100 | 11101111 | 100 | 101101 | 0 | 110 | 100100111 | 1001101 | 1001001 |
Color Harmonies of #E684EF
Complementary color
Monochromatic Colors of #E684EF
Black with #E684EF
Text Example
Text Example
White with #E684EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684EF; }
p { color: rgb(230,132,239); }
H1.HeaderClassName
{
color: #E684EF;
}
.AnyTagClassName
{
color: #E684EF;
}
</style>
background-color css
<style>
a { background-color: #E684EF; }
a { background-color: rgb(230,132,239); }
div.DivClassName
{
background-color: #E684EF;
}
.BgClassName
{
background-color: #E684EF;
}
</style>
border-color css
<style>
span { border-color: #E684EF; }
span { border-color: rgb(230,132,239); }
td.TdClassName
{
border-color: #E684EF;
}
.TagClassName
{
border-color: #E684EF;
}
</style>