Shades of Violet #E390EE
Tints of Violet #E390EE
RGB
CMYK
RGB Variations
Color information
#E390EE (or 0xE390EE) is known color: Violet. HEX triplet: E3, 90 and EE. RGB value is (227,144,238). Sum of RGB (Red+Green+Blue) = 227+144+238=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #E390EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390EE is #1C6F11. Grayscale: #B3B3B3. Windows color (decimal): -1863442 or 15634659. OLE color: 15634659.
HSL color Cylindrical-coordinate representation of color #E390EE: hue angle of 292.98º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E390EE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 144 | 238 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.07 |
| HSL | 292.98º | 0.73% | 0.75% | - |
| HSV(B) | 292.98º | 0.39% | 0.93% | - |
| XYZ | 57.08 | 42.45 | 86.07 | - |
| YUV | 179.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 238 | 0.05 | 0.39 | 0 | 0.07 | 292.98 | 0.73 | 0.75 |
| Hex | E3 | 90 | EE | 5 | 27 | 0 | 7 | 125 | 49 | 4B |
| Octal | 343 | 220 | 356 | 5 | 47 | 0 | 7 | 445 | 111 | 113 |
| Binary | 11100011 | 10010000 | 11101110 | 101 | 100111 | 0 | 111 | 100100101 | 1001001 | 1001011 |
Color Harmonies of #E390EE
Complementary color
Monochromatic Colors of #E390EE
Black with #E390EE
Text Example
Text Example
White with #E390EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390EE; }
p { color: rgb(227,144,238); }
H1.HeaderClassName
{
color: #E390EE;
}
.AnyTagClassName
{
color: #E390EE;
}
</style>
background-color css
<style>
a { background-color: #E390EE; }
a { background-color: rgb(227,144,238); }
div.DivClassName
{
background-color: #E390EE;
}
.BgClassName
{
background-color: #E390EE;
}
</style>
border-color css
<style>
span { border-color: #E390EE; }
span { border-color: rgb(227,144,238); }
td.TdClassName
{
border-color: #E390EE;
}
.TagClassName
{
border-color: #E390EE;
}
</style>