Shades of Violet #E680E7
Tints of Violet #E680E7
RGB
CMYK
RGB Variations
Color information
#E680E7 (or 0xE680E7) is known color: Violet. HEX triplet: E6, 80 and E7. RGB value is (230,128,231). Sum of RGB (Red+Green+Blue) = 230+128+231=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 231 - color contains mainly: blue. Hex color #E680E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E680E7 is #197F18. Grayscale: #A9A9A9. Windows color (decimal): -1670937 or 15171814. OLE color: 15171814.
HSL color Cylindrical-coordinate representation of color #E680E7: hue angle of 299.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E680E7 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 128 | 231 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.09 |
| HSL | 299.42º | 0.68% | 0.7% | - |
| HSV(B) | 299.42º | 0.45% | 0.91% | - |
| XYZ | 54.78 | 38.03 | 80.05 | - |
| YUV | 170.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 231 | 0.00 | 0.45 | 0 | 0.09 | 299.42 | 0.68 | 0.7 |
| Hex | E6 | 80 | E7 | 0 | 2D | 0 | 9 | 12B | 44 | 46 |
| Octal | 346 | 200 | 347 | 0 | 55 | 0 | 11 | 453 | 104 | 106 |
| Binary | 11100110 | 10000000 | 11100111 | 0 | 101101 | 0 | 1001 | 100101011 | 1000100 | 1000110 |
Color Harmonies of #E680E7
Complementary color
Monochromatic Colors of #E680E7
Black with #E680E7
Text Example
Text Example
White with #E680E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680E7; }
p { color: rgb(230,128,231); }
H1.HeaderClassName
{
color: #E680E7;
}
.AnyTagClassName
{
color: #E680E7;
}
</style>
background-color css
<style>
a { background-color: #E680E7; }
a { background-color: rgb(230,128,231); }
div.DivClassName
{
background-color: #E680E7;
}
.BgClassName
{
background-color: #E680E7;
}
</style>
border-color css
<style>
span { border-color: #E680E7; }
span { border-color: rgb(230,128,231); }
td.TdClassName
{
border-color: #E680E7;
}
.TagClassName
{
border-color: #E680E7;
}
</style>