Shades of Violet #E67DEC
Tints of Violet #E67DEC
RGB
CMYK
RGB Variations
Color information
#E67DEC (or 0xE67DEC) is known color: Violet. HEX triplet: E6, 7D and EC. RGB value is (230,125,236). Sum of RGB (Red+Green+Blue) = 230+125+236=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #E67DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67DEC is #198213. Grayscale: #A8A8A8. Windows color (decimal): -1671700 or 15498726. OLE color: 15498726.
HSL color Cylindrical-coordinate representation of color #E67DEC: hue angle of 296.76º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67DEC is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 125 | 236 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.07 |
| HSL | 296.76º | 0.74% | 0.71% | - |
| HSV(B) | 296.76º | 0.47% | 0.93% | - |
| XYZ | 55.11 | 37.55 | 83.7 | - |
| YUV | 169.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 236 | 0.03 | 0.47 | 0 | 0.07 | 296.76 | 0.74 | 0.71 |
| Hex | E6 | 7D | EC | 3 | 2F | 0 | 7 | 129 | 4A | 47 |
| Octal | 346 | 175 | 354 | 3 | 57 | 0 | 7 | 451 | 112 | 107 |
| Binary | 11100110 | 1111101 | 11101100 | 11 | 101111 | 0 | 111 | 100101001 | 1001010 | 1000111 |
Color Harmonies of #E67DEC
Complementary color
Monochromatic Colors of #E67DEC
Black with #E67DEC
Text Example
Text Example
White with #E67DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DEC; }
p { color: rgb(230,125,236); }
H1.HeaderClassName
{
color: #E67DEC;
}
.AnyTagClassName
{
color: #E67DEC;
}
</style>
background-color css
<style>
a { background-color: #E67DEC; }
a { background-color: rgb(230,125,236); }
div.DivClassName
{
background-color: #E67DEC;
}
.BgClassName
{
background-color: #E67DEC;
}
</style>
border-color css
<style>
span { border-color: #E67DEC; }
span { border-color: rgb(230,125,236); }
td.TdClassName
{
border-color: #E67DEC;
}
.TagClassName
{
border-color: #E67DEC;
}
</style>