Shades of Violet #E684E0
Tints of Violet #E684E0
RGB
CMYK
RGB Variations
Color information
#E684E0 (or 0xE684E0) is known color: Violet. HEX triplet: E6, 84 and E0. RGB value is (230,132,224). Sum of RGB (Red+Green+Blue) = 230+132+224=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E684E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684E0 is #197B1F. Grayscale: #ABABAB. Windows color (decimal): -1669920 or 14714086. OLE color: 14714086.
HSL color Cylindrical-coordinate representation of color #E684E0: hue angle of 303.67º 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 #E684E0 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 224 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.10 |
| HSL | 303.67º | 0.66% | 0.71% | - |
| HSV(B) | 303.67º | 0.43% | 0.9% | - |
| XYZ | 54.34 | 38.71 | 75.13 | - |
| YUV | 171.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 224 | 0 | 0.43 | 0.03 | 0.10 | 303.67 | 0.66 | 0.71 |
| Hex | E6 | 84 | E0 | 0 | 2B | 3 | A | 130 | 42 | 47 |
| Octal | 346 | 204 | 340 | 0 | 53 | 3 | 12 | 460 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11100000 | 0 | 101011 | 11 | 1010 | 100110000 | 1000010 | 1000111 |
Color Harmonies of #E684E0
Complementary color
Monochromatic Colors of #E684E0
Black with #E684E0
Text Example
Text Example
White with #E684E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684E0; }
p { color: rgb(230,132,224); }
H1.HeaderClassName
{
color: #E684E0;
}
.AnyTagClassName
{
color: #E684E0;
}
</style>
background-color css
<style>
a { background-color: #E684E0; }
a { background-color: rgb(230,132,224); }
div.DivClassName
{
background-color: #E684E0;
}
.BgClassName
{
background-color: #E684E0;
}
</style>
border-color css
<style>
span { border-color: #E684E0; }
span { border-color: rgb(230,132,224); }
td.TdClassName
{
border-color: #E684E0;
}
.TagClassName
{
border-color: #E684E0;
}
</style>