Shades of Violet #E67DF0
Tints of Violet #E67DF0
RGB
CMYK
RGB Variations
Color information
#E67DF0 (or 0xE67DF0) is known color: Violet. HEX triplet: E6, 7D and F0. RGB value is (230,125,240). Sum of RGB (Red+Green+Blue) = 230+125+240=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #E67DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67DF0 is #19820F. Grayscale: #A9A9A9. Windows color (decimal): -1671696 or 15760870. OLE color: 15760870.
HSL color Cylindrical-coordinate representation of color #E67DF0: hue angle of 294.78º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E67DF0 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 125 | 240 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.06 |
| HSL | 294.78º | 0.79% | 0.72% | - |
| HSV(B) | 294.78º | 0.48% | 0.94% | - |
| XYZ | 55.69 | 37.78 | 86.8 | - |
| YUV | 169.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 240 | 0.04 | 0.48 | 0 | 0.06 | 294.78 | 0.79 | 0.72 |
| Hex | E6 | 7D | F0 | 4 | 30 | 0 | 6 | 127 | 4F | 48 |
| Octal | 346 | 175 | 360 | 4 | 60 | 0 | 6 | 447 | 117 | 110 |
| Binary | 11100110 | 1111101 | 11110000 | 100 | 110000 | 0 | 110 | 100100111 | 1001111 | 1001000 |
Color Harmonies of #E67DF0
Complementary color
Monochromatic Colors of #E67DF0
Black with #E67DF0
Text Example
Text Example
White with #E67DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DF0; }
p { color: rgb(230,125,240); }
H1.HeaderClassName
{
color: #E67DF0;
}
.AnyTagClassName
{
color: #E67DF0;
}
</style>
background-color css
<style>
a { background-color: #E67DF0; }
a { background-color: rgb(230,125,240); }
div.DivClassName
{
background-color: #E67DF0;
}
.BgClassName
{
background-color: #E67DF0;
}
</style>
border-color css
<style>
span { border-color: #E67DF0; }
span { border-color: rgb(230,125,240); }
td.TdClassName
{
border-color: #E67DF0;
}
.TagClassName
{
border-color: #E67DF0;
}
</style>