Shades of Violet #E684E4
Tints of Violet #E684E4
RGB
CMYK
RGB Variations
Color information
#E684E4 (or 0xE684E4) is known color: Violet. HEX triplet: E6, 84 and E4. RGB value is (230,132,228). Sum of RGB (Red+Green+Blue) = 230+132+228=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E684E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684E4 is #197B1B. Grayscale: #ABABAB. Windows color (decimal): -1669916 or 14976230. OLE color: 14976230.
HSL color Cylindrical-coordinate representation of color #E684E4: hue angle of 301.22º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E684E4 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 228 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.10 |
| HSL | 301.22º | 0.66% | 0.71% | - |
| HSV(B) | 301.22º | 0.43% | 0.9% | - |
| XYZ | 54.89 | 38.93 | 78.02 | - |
| YUV | 172.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 228 | 0 | 0.43 | 0.01 | 0.10 | 301.22 | 0.66 | 0.71 |
| Hex | E6 | 84 | E4 | 0 | 2B | 1 | A | 12D | 42 | 47 |
| Octal | 346 | 204 | 344 | 0 | 53 | 1 | 12 | 455 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11100100 | 0 | 101011 | 1 | 1010 | 100101101 | 1000010 | 1000111 |
Color Harmonies of #E684E4
Complementary color
Monochromatic Colors of #E684E4
Black with #E684E4
Text Example
Text Example
White with #E684E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684E4; }
p { color: rgb(230,132,228); }
H1.HeaderClassName
{
color: #E684E4;
}
.AnyTagClassName
{
color: #E684E4;
}
</style>
background-color css
<style>
a { background-color: #E684E4; }
a { background-color: rgb(230,132,228); }
div.DivClassName
{
background-color: #E684E4;
}
.BgClassName
{
background-color: #E684E4;
}
</style>
border-color css
<style>
span { border-color: #E684E4; }
span { border-color: rgb(230,132,228); }
td.TdClassName
{
border-color: #E684E4;
}
.TagClassName
{
border-color: #E684E4;
}
</style>