Shades of Violet #E680E4
Tints of Violet #E680E4
RGB
CMYK
RGB Variations
Color information
#E680E4 (or 0xE680E4) is known color: Violet. HEX triplet: E6, 80 and E4. RGB value is (230,128,228). Sum of RGB (Red+Green+Blue) = 230+128+228=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E680E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680E4 is #197F1B. Grayscale: #A9A9A9. Windows color (decimal): -1670940 or 14975206. OLE color: 14975206.
HSL color Cylindrical-coordinate representation of color #E680E4: hue angle of 301.18º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680E4 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 228 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.10 |
| HSL | 301.18º | 0.67% | 0.7% | - |
| HSV(B) | 301.18º | 0.44% | 0.9% | - |
| XYZ | 54.36 | 37.86 | 77.84 | - |
| YUV | 169.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 228 | 0 | 0.44 | 0.01 | 0.10 | 301.18 | 0.67 | 0.7 |
| Hex | E6 | 80 | E4 | 0 | 2C | 1 | A | 12D | 43 | 46 |
| Octal | 346 | 200 | 344 | 0 | 54 | 1 | 12 | 455 | 103 | 106 |
| Binary | 11100110 | 10000000 | 11100100 | 0 | 101100 | 1 | 1010 | 100101101 | 1000011 | 1000110 |
Color Harmonies of #E680E4
Complementary color
Monochromatic Colors of #E680E4
Black with #E680E4
Text Example
Text Example
White with #E680E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680E4; }
p { color: rgb(230,128,228); }
H1.HeaderClassName
{
color: #E680E4;
}
.AnyTagClassName
{
color: #E680E4;
}
</style>
background-color css
<style>
a { background-color: #E680E4; }
a { background-color: rgb(230,128,228); }
div.DivClassName
{
background-color: #E680E4;
}
.BgClassName
{
background-color: #E680E4;
}
</style>
border-color css
<style>
span { border-color: #E680E4; }
span { border-color: rgb(230,128,228); }
td.TdClassName
{
border-color: #E680E4;
}
.TagClassName
{
border-color: #E680E4;
}
</style>