Shades of Violet #E67AF1
Tints of Violet #E67AF1
RGB
CMYK
RGB Variations
Color information
#E67AF1 (or 0xE67AF1) is known color: Violet. HEX triplet: E6, 7A and F1. RGB value is (230,122,241). Sum of RGB (Red+Green+Blue) = 230+122+241=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #E67AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67AF1 is #19850E. Grayscale: #A7A7A7. Windows color (decimal): -1672463 or 15825638. OLE color: 15825638.
HSL color Cylindrical-coordinate representation of color #E67AF1: hue angle of 294.45º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E67AF1 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 122 | 241 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.05 |
| HSL | 294.45º | 0.81% | 0.71% | - |
| HSV(B) | 294.45º | 0.49% | 0.95% | - |
| XYZ | 55.47 | 37.09 | 87.46 | - |
| YUV | 167.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 241 | 0.05 | 0.49 | 0 | 0.05 | 294.45 | 0.81 | 0.71 |
| Hex | E6 | 7A | F1 | 5 | 31 | 0 | 5 | 126 | 51 | 47 |
| Octal | 346 | 172 | 361 | 5 | 61 | 0 | 5 | 446 | 121 | 107 |
| Binary | 11100110 | 1111010 | 11110001 | 101 | 110001 | 0 | 101 | 100100110 | 1010001 | 1000111 |
Color Harmonies of #E67AF1
Complementary color
Monochromatic Colors of #E67AF1
Black with #E67AF1
Text Example
Text Example
White with #E67AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AF1; }
p { color: rgb(230,122,241); }
H1.HeaderClassName
{
color: #E67AF1;
}
.AnyTagClassName
{
color: #E67AF1;
}
</style>
background-color css
<style>
a { background-color: #E67AF1; }
a { background-color: rgb(230,122,241); }
div.DivClassName
{
background-color: #E67AF1;
}
.BgClassName
{
background-color: #E67AF1;
}
</style>
border-color css
<style>
span { border-color: #E67AF1; }
span { border-color: rgb(230,122,241); }
td.TdClassName
{
border-color: #E67AF1;
}
.TagClassName
{
border-color: #E67AF1;
}
</style>