Shades of Violet #E674F1
Tints of Violet #E674F1
RGB
CMYK
RGB Variations
Color information
#E674F1 (or 0xE674F1) is known color: Violet. HEX triplet: E6, 74 and F1. RGB value is (230,116,241). Sum of RGB (Red+Green+Blue) = 230+116+241=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #E674F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E674F1 is #198B0E. Grayscale: #A3A3A3. Windows color (decimal): -1673999 or 15824102. OLE color: 15824102.
HSL color Cylindrical-coordinate representation of color #E674F1: hue angle of 294.72º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E674F1 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 116 | 241 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.05 |
| HSL | 294.72º | 0.82% | 0.7% | - |
| HSV(B) | 294.72º | 0.52% | 0.95% | - |
| XYZ | 54.76 | 35.66 | 87.22 | - |
| YUV | 164.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 241 | 0.05 | 0.52 | 0 | 0.05 | 294.72 | 0.82 | 0.7 |
| Hex | E6 | 74 | F1 | 5 | 34 | 0 | 5 | 127 | 52 | 46 |
| Octal | 346 | 164 | 361 | 5 | 64 | 0 | 5 | 447 | 122 | 106 |
| Binary | 11100110 | 1110100 | 11110001 | 101 | 110100 | 0 | 101 | 100100111 | 1010010 | 1000110 |
Color Harmonies of #E674F1
Complementary color
Monochromatic Colors of #E674F1
Black with #E674F1
Text Example
Text Example
White with #E674F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674F1; }
p { color: rgb(230,116,241); }
H1.HeaderClassName
{
color: #E674F1;
}
.AnyTagClassName
{
color: #E674F1;
}
</style>
background-color css
<style>
a { background-color: #E674F1; }
a { background-color: rgb(230,116,241); }
div.DivClassName
{
background-color: #E674F1;
}
.BgClassName
{
background-color: #E674F1;
}
</style>
border-color css
<style>
span { border-color: #E674F1; }
span { border-color: rgb(230,116,241); }
td.TdClassName
{
border-color: #E674F1;
}
.TagClassName
{
border-color: #E674F1;
}
</style>