Shades of Violet #E384EE
Tints of Violet #E384EE
RGB
CMYK
RGB Variations
Color information
#E384EE (or 0xE384EE) is known color: Violet. HEX triplet: E3, 84 and EE. RGB value is (227,132,238). Sum of RGB (Red+Green+Blue) = 227+132+238=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #E384EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E384EE is #1C7B11. Grayscale: #ACACAC. Windows color (decimal): -1866514 or 15631587. OLE color: 15631587.
HSL color Cylindrical-coordinate representation of color #E384EE: hue angle of 293.77º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E384EE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 132 | 238 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.07 |
| HSL | 293.77º | 0.76% | 0.73% | - |
| HSV(B) | 293.77º | 0.45% | 0.93% | - |
| XYZ | 55.36 | 39.01 | 85.5 | - |
| YUV | 172.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 238 | 0.05 | 0.45 | 0 | 0.07 | 293.77 | 0.76 | 0.73 |
| Hex | E3 | 84 | EE | 5 | 2D | 0 | 7 | 126 | 4C | 49 |
| Octal | 343 | 204 | 356 | 5 | 55 | 0 | 7 | 446 | 114 | 111 |
| Binary | 11100011 | 10000100 | 11101110 | 101 | 101101 | 0 | 111 | 100100110 | 1001100 | 1001001 |
Color Harmonies of #E384EE
Complementary color
Monochromatic Colors of #E384EE
Black with #E384EE
Text Example
Text Example
White with #E384EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384EE; }
p { color: rgb(227,132,238); }
H1.HeaderClassName
{
color: #E384EE;
}
.AnyTagClassName
{
color: #E384EE;
}
</style>
background-color css
<style>
a { background-color: #E384EE; }
a { background-color: rgb(227,132,238); }
div.DivClassName
{
background-color: #E384EE;
}
.BgClassName
{
background-color: #E384EE;
}
</style>
border-color css
<style>
span { border-color: #E384EE; }
span { border-color: rgb(227,132,238); }
td.TdClassName
{
border-color: #E384EE;
}
.TagClassName
{
border-color: #E384EE;
}
</style>