Shades of Violet #E684E2
Tints of Violet #E684E2
RGB
CMYK
RGB Variations
Color information
#E684E2 (or 0xE684E2) is known color: Violet. HEX triplet: E6, 84 and E2. RGB value is (230,132,226). Sum of RGB (Red+Green+Blue) = 230+132+226=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E684E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684E2 is #197B1D. Grayscale: #ABABAB. Windows color (decimal): -1669918 or 14845158. OLE color: 14845158.
HSL color Cylindrical-coordinate representation of color #E684E2: hue angle of 302.45º 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 #E684E2 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 226 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.10 |
| HSL | 302.45º | 0.66% | 0.71% | - |
| HSV(B) | 302.45º | 0.43% | 0.9% | - |
| XYZ | 54.61 | 38.82 | 76.57 | - |
| YUV | 172.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 226 | 0 | 0.43 | 0.02 | 0.10 | 302.45 | 0.66 | 0.71 |
| Hex | E6 | 84 | E2 | 0 | 2B | 2 | A | 12E | 42 | 47 |
| Octal | 346 | 204 | 342 | 0 | 53 | 2 | 12 | 456 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11100010 | 0 | 101011 | 10 | 1010 | 100101110 | 1000010 | 1000111 |
Color Harmonies of #E684E2
Complementary color
Monochromatic Colors of #E684E2
Black with #E684E2
Text Example
Text Example
White with #E684E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684E2; }
p { color: rgb(230,132,226); }
H1.HeaderClassName
{
color: #E684E2;
}
.AnyTagClassName
{
color: #E684E2;
}
</style>
background-color css
<style>
a { background-color: #E684E2; }
a { background-color: rgb(230,132,226); }
div.DivClassName
{
background-color: #E684E2;
}
.BgClassName
{
background-color: #E684E2;
}
</style>
border-color css
<style>
span { border-color: #E684E2; }
span { border-color: rgb(230,132,226); }
td.TdClassName
{
border-color: #E684E2;
}
.TagClassName
{
border-color: #E684E2;
}
</style>