Shades of Psychedelic Purple #E313EE
Tints of Psychedelic Purple #E313EE
RGB
CMYK
RGB Variations
Color information
#E313EE (or 0xE313EE) is known color: Psychedelic Purple. HEX triplet: E3, 13 and EE. RGB value is (227,19,238). Sum of RGB (Red+Green+Blue) = 227+19+238=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #E313EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313EE is #1CEC11. Grayscale: #696969. Windows color (decimal): -1895442 or 15602659. OLE color: 15602659.
HSL color Cylindrical-coordinate representation of color #E313EE: hue angle of 296.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E313EE is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 19 | 238 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.07 |
| HSL | 296.99º | 0.87% | 0.5% | - |
| HSV(B) | 296.99º | 0.92% | 0.93% | - |
| XYZ | 47.34 | 22.97 | 82.83 | - |
| YUV | 106.16 | 202.41 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 238 | 0.05 | 0.92 | 0 | 0.07 | 296.99 | 0.87 | 0.5 |
| Hex | E3 | 13 | EE | 5 | 5C | 0 | 7 | 129 | 57 | 32 |
| Octal | 343 | 23 | 356 | 5 | 134 | 0 | 7 | 451 | 127 | 62 |
| Binary | 11100011 | 10011 | 11101110 | 101 | 1011100 | 0 | 111 | 100101001 | 1010111 | 110010 |
Color Harmonies of #E313EE
Complementary color
Monochromatic Colors of #E313EE
Black with #E313EE
Text Example
Text Example
White with #E313EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E313EE; }
p { color: rgb(227,19,238); }
H1.HeaderClassName
{
color: #E313EE;
}
.AnyTagClassName
{
color: #E313EE;
}
</style>
background-color css
<style>
a { background-color: #E313EE; }
a { background-color: rgb(227,19,238); }
div.DivClassName
{
background-color: #E313EE;
}
.BgClassName
{
background-color: #E313EE;
}
</style>
border-color css
<style>
span { border-color: #E313EE; }
span { border-color: rgb(227,19,238); }
td.TdClassName
{
border-color: #E313EE;
}
.TagClassName
{
border-color: #E313EE;
}
</style>