Shades of Violet #E67CF2
Tints of Violet #E67CF2
RGB
CMYK
RGB Variations
Color information
#E67CF2 (or 0xE67CF2) is known color: Violet. HEX triplet: E6, 7C and F2. RGB value is (230,124,242). Sum of RGB (Red+Green+Blue) = 230+124+242=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #E67CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67CF2 is #19830D. Grayscale: #A8A8A8. Windows color (decimal): -1671950 or 15891686. OLE color: 15891686.
HSL color Cylindrical-coordinate representation of color #E67CF2: hue angle of 293.9º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E67CF2 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 124 | 242 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.05 |
| HSL | 293.9º | 0.82% | 0.72% | - |
| HSV(B) | 293.9º | 0.49% | 0.95% | - |
| XYZ | 55.87 | 37.65 | 88.33 | - |
| YUV | 169.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 242 | 0.05 | 0.49 | 0 | 0.05 | 293.9 | 0.82 | 0.72 |
| Hex | E6 | 7C | F2 | 5 | 31 | 0 | 5 | 126 | 52 | 48 |
| Octal | 346 | 174 | 362 | 5 | 61 | 0 | 5 | 446 | 122 | 110 |
| Binary | 11100110 | 1111100 | 11110010 | 101 | 110001 | 0 | 101 | 100100110 | 1010010 | 1001000 |
Color Harmonies of #E67CF2
Complementary color
Monochromatic Colors of #E67CF2
Black with #E67CF2
Text Example
Text Example
White with #E67CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CF2; }
p { color: rgb(230,124,242); }
H1.HeaderClassName
{
color: #E67CF2;
}
.AnyTagClassName
{
color: #E67CF2;
}
</style>
background-color css
<style>
a { background-color: #E67CF2; }
a { background-color: rgb(230,124,242); }
div.DivClassName
{
background-color: #E67CF2;
}
.BgClassName
{
background-color: #E67CF2;
}
</style>
border-color css
<style>
span { border-color: #E67CF2; }
span { border-color: rgb(230,124,242); }
td.TdClassName
{
border-color: #E67CF2;
}
.TagClassName
{
border-color: #E67CF2;
}
</style>