Shades of Violet #E67DE6
Tints of Violet #E67DE6
RGB
CMYK
RGB Variations
Color information
#E67DE6 (or 0xE67DE6) is known color: Violet. HEX triplet: E6, 7D and E6. RGB value is (230,125,230). Sum of RGB (Red+Green+Blue) = 230+125+230=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E67DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67DE6 is #198219. Grayscale: #A8A8A8. Windows color (decimal): -1671706 or 15105510. OLE color: 15105510.
HSL color Cylindrical-coordinate representation of color #E67DE6: hue angle of 300º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67DE6 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 230 | - |
| CMYK | 0 | 0.46 | 0 | 0.10 |
| HSL | 300º | 0.68% | 0.7% | - |
| HSV(B) | 300º | 0.46% | 0.9% | - |
| XYZ | 54.25 | 37.2 | 79.18 | - |
| YUV | 168.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 230 | 0 | 0.46 | 0 | 0.10 | 300 | 0.68 | 0.7 |
| Hex | E6 | 7D | E6 | 0 | 2E | 0 | A | 12C | 44 | 46 |
| Octal | 346 | 175 | 346 | 0 | 56 | 0 | 12 | 454 | 104 | 106 |
| Binary | 11100110 | 1111101 | 11100110 | 0 | 101110 | 0 | 1010 | 100101100 | 1000100 | 1000110 |
Color Harmonies of #E67DE6
Complementary color
Monochromatic Colors of #E67DE6
Black with #E67DE6
Text Example
Text Example
White with #E67DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DE6; }
p { color: rgb(230,125,230); }
H1.HeaderClassName
{
color: #E67DE6;
}
.AnyTagClassName
{
color: #E67DE6;
}
</style>
background-color css
<style>
a { background-color: #E67DE6; }
a { background-color: rgb(230,125,230); }
div.DivClassName
{
background-color: #E67DE6;
}
.BgClassName
{
background-color: #E67DE6;
}
</style>
border-color css
<style>
span { border-color: #E67DE6; }
span { border-color: rgb(230,125,230); }
td.TdClassName
{
border-color: #E67DE6;
}
.TagClassName
{
border-color: #E67DE6;
}
</style>