Shades of Violet #E374EE
Tints of Violet #E374EE
RGB
CMYK
RGB Variations
Color information
#E374EE (or 0xE374EE) is known color: Violet. HEX triplet: E3, 74 and EE. RGB value is (227,116,238). Sum of RGB (Red+Green+Blue) = 227+116+238=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #E374EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E374EE is #1C8B11. Grayscale: #A2A2A2. Windows color (decimal): -1870610 or 15627491. OLE color: 15627491.
HSL color Cylindrical-coordinate representation of color #E374EE: hue angle of 294.59º 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 #E374EE is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 116 | 238 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 294.59º | 0.78% | 0.69% | - |
| HSV(B) | 294.59º | 0.51% | 0.93% | - |
| XYZ | 53.36 | 34.99 | 84.83 | - |
| YUV | 163.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 238 | 0.05 | 0.51 | 0 | 0.07 | 294.59 | 0.78 | 0.69 |
| Hex | E3 | 74 | EE | 5 | 33 | 0 | 7 | 127 | 4E | 45 |
| Octal | 343 | 164 | 356 | 5 | 63 | 0 | 7 | 447 | 116 | 105 |
| Binary | 11100011 | 1110100 | 11101110 | 101 | 110011 | 0 | 111 | 100100111 | 1001110 | 1000101 |
Color Harmonies of #E374EE
Complementary color
Monochromatic Colors of #E374EE
Black with #E374EE
Text Example
Text Example
White with #E374EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374EE; }
p { color: rgb(227,116,238); }
H1.HeaderClassName
{
color: #E374EE;
}
.AnyTagClassName
{
color: #E374EE;
}
</style>
background-color css
<style>
a { background-color: #E374EE; }
a { background-color: rgb(227,116,238); }
div.DivClassName
{
background-color: #E374EE;
}
.BgClassName
{
background-color: #E374EE;
}
</style>
border-color css
<style>
span { border-color: #E374EE; }
span { border-color: rgb(227,116,238); }
td.TdClassName
{
border-color: #E374EE;
}
.TagClassName
{
border-color: #E374EE;
}
</style>