Shades of Violet #E67EE6
Tints of Violet #E67EE6
RGB
CMYK
RGB Variations
Color information
#E67EE6 (or 0xE67EE6) is known color: Violet. HEX triplet: E6, 7E and E6. RGB value is (230,126,230). Sum of RGB (Red+Green+Blue) = 230+126+230=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E67EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67EE6 is #198119. Grayscale: #A8A8A8. Windows color (decimal): -1671450 or 15105766. OLE color: 15105766.
HSL color Cylindrical-coordinate representation of color #E67EE6: 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.45%. Process color model (Four color, CMYK) of #E67EE6 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 230 | - |
| CMYK | 0 | 0.45 | 0 | 0.10 |
| HSL | 300º | 0.68% | 0.7% | - |
| HSV(B) | 300º | 0.45% | 0.9% | - |
| XYZ | 54.38 | 37.46 | 79.23 | - |
| YUV | 168.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 230 | 0 | 0.45 | 0 | 0.10 | 300 | 0.68 | 0.7 |
| Hex | E6 | 7E | E6 | 0 | 2D | 0 | A | 12C | 44 | 46 |
| Octal | 346 | 176 | 346 | 0 | 55 | 0 | 12 | 454 | 104 | 106 |
| Binary | 11100110 | 1111110 | 11100110 | 0 | 101101 | 0 | 1010 | 100101100 | 1000100 | 1000110 |
Color Harmonies of #E67EE6
Complementary color
Monochromatic Colors of #E67EE6
Black with #E67EE6
Text Example
Text Example
White with #E67EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67EE6; }
p { color: rgb(230,126,230); }
H1.HeaderClassName
{
color: #E67EE6;
}
.AnyTagClassName
{
color: #E67EE6;
}
</style>
background-color css
<style>
a { background-color: #E67EE6; }
a { background-color: rgb(230,126,230); }
div.DivClassName
{
background-color: #E67EE6;
}
.BgClassName
{
background-color: #E67EE6;
}
</style>
border-color css
<style>
span { border-color: #E67EE6; }
span { border-color: rgb(230,126,230); }
td.TdClassName
{
border-color: #E67EE6;
}
.TagClassName
{
border-color: #E67EE6;
}
</style>