Shades of Violet #E674EE
Tints of Violet #E674EE
RGB
CMYK
RGB Variations
Color information
#E674EE (or 0xE674EE) is known color: Violet. HEX triplet: E6, 74 and EE. RGB value is (230,116,238). Sum of RGB (Red+Green+Blue) = 230+116+238=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #E674EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E674EE is #198B11. Grayscale: #A3A3A3. Windows color (decimal): -1674002 or 15627494. OLE color: 15627494.
HSL color Cylindrical-coordinate representation of color #E674EE: hue angle of 296.07º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E674EE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 116 | 238 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.07 |
| HSL | 296.07º | 0.78% | 0.69% | - |
| HSV(B) | 296.07º | 0.51% | 0.93% | - |
| XYZ | 54.31 | 35.49 | 84.88 | - |
| YUV | 163.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 238 | 0.03 | 0.51 | 0 | 0.07 | 296.07 | 0.78 | 0.69 |
| Hex | E6 | 74 | EE | 3 | 33 | 0 | 7 | 128 | 4E | 45 |
| Octal | 346 | 164 | 356 | 3 | 63 | 0 | 7 | 450 | 116 | 105 |
| Binary | 11100110 | 1110100 | 11101110 | 11 | 110011 | 0 | 111 | 100101000 | 1001110 | 1000101 |
Color Harmonies of #E674EE
Complementary color
Monochromatic Colors of #E674EE
Black with #E674EE
Text Example
Text Example
White with #E674EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674EE; }
p { color: rgb(230,116,238); }
H1.HeaderClassName
{
color: #E674EE;
}
.AnyTagClassName
{
color: #E674EE;
}
</style>
background-color css
<style>
a { background-color: #E674EE; }
a { background-color: rgb(230,116,238); }
div.DivClassName
{
background-color: #E674EE;
}
.BgClassName
{
background-color: #E674EE;
}
</style>
border-color css
<style>
span { border-color: #E674EE; }
span { border-color: rgb(230,116,238); }
td.TdClassName
{
border-color: #E674EE;
}
.TagClassName
{
border-color: #E674EE;
}
</style>