Shades of Violet #E67AF2
Tints of Violet #E67AF2
RGB
CMYK
RGB Variations
Color information
#E67AF2 (or 0xE67AF2) is known color: Violet. HEX triplet: E6, 7A and F2. RGB value is (230,122,242). Sum of RGB (Red+Green+Blue) = 230+122+242=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #E67AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67AF2 is #19850D. Grayscale: #A7A7A7. Windows color (decimal): -1672462 or 15891174. OLE color: 15891174.
HSL color Cylindrical-coordinate representation of color #E67AF2: hue angle of 294º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67AF2 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 122 | 242 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.05 |
| HSL | 294º | 0.82% | 0.71% | - |
| HSV(B) | 294º | 0.5% | 0.95% | - |
| XYZ | 55.62 | 37.15 | 88.24 | - |
| YUV | 167.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 242 | 0.05 | 0.50 | 0 | 0.05 | 294 | 0.82 | 0.71 |
| Hex | E6 | 7A | F2 | 5 | 32 | 0 | 5 | 126 | 52 | 47 |
| Octal | 346 | 172 | 362 | 5 | 62 | 0 | 5 | 446 | 122 | 107 |
| Binary | 11100110 | 1111010 | 11110010 | 101 | 110010 | 0 | 101 | 100100110 | 1010010 | 1000111 |
Color Harmonies of #E67AF2
Complementary color
Monochromatic Colors of #E67AF2
Black with #E67AF2
Text Example
Text Example
White with #E67AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AF2; }
p { color: rgb(230,122,242); }
H1.HeaderClassName
{
color: #E67AF2;
}
.AnyTagClassName
{
color: #E67AF2;
}
</style>
background-color css
<style>
a { background-color: #E67AF2; }
a { background-color: rgb(230,122,242); }
div.DivClassName
{
background-color: #E67AF2;
}
.BgClassName
{
background-color: #E67AF2;
}
</style>
border-color css
<style>
span { border-color: #E67AF2; }
span { border-color: rgb(230,122,242); }
td.TdClassName
{
border-color: #E67AF2;
}
.TagClassName
{
border-color: #E67AF2;
}
</style>