Shades of Violet #E685E0
Tints of Violet #E685E0
RGB
CMYK
RGB Variations
Color information
#E685E0 (or 0xE685E0) is known color: Violet. HEX triplet: E6, 85 and E0. RGB value is (230,133,224). Sum of RGB (Red+Green+Blue) = 230+133+224=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E685E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685E0 is #197A1F. Grayscale: #ACACAC. Windows color (decimal): -1669664 or 14714342. OLE color: 14714342.
HSL color Cylindrical-coordinate representation of color #E685E0: hue angle of 303.71º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685E0 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 224 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.10 |
| HSL | 303.71º | 0.66% | 0.71% | - |
| HSV(B) | 303.71º | 0.42% | 0.9% | - |
| XYZ | 54.48 | 38.98 | 75.17 | - |
| YUV | 172.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 224 | 0 | 0.42 | 0.03 | 0.10 | 303.71 | 0.66 | 0.71 |
| Hex | E6 | 85 | E0 | 0 | 2A | 3 | A | 130 | 42 | 47 |
| Octal | 346 | 205 | 340 | 0 | 52 | 3 | 12 | 460 | 102 | 107 |
| Binary | 11100110 | 10000101 | 11100000 | 0 | 101010 | 11 | 1010 | 100110000 | 1000010 | 1000111 |
Color Harmonies of #E685E0
Complementary color
Monochromatic Colors of #E685E0
Black with #E685E0
Text Example
Text Example
White with #E685E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685E0; }
p { color: rgb(230,133,224); }
H1.HeaderClassName
{
color: #E685E0;
}
.AnyTagClassName
{
color: #E685E0;
}
</style>
background-color css
<style>
a { background-color: #E685E0; }
a { background-color: rgb(230,133,224); }
div.DivClassName
{
background-color: #E685E0;
}
.BgClassName
{
background-color: #E685E0;
}
</style>
border-color css
<style>
span { border-color: #E685E0; }
span { border-color: rgb(230,133,224); }
td.TdClassName
{
border-color: #E685E0;
}
.TagClassName
{
border-color: #E685E0;
}
</style>