Shades of Psychedelic Purple #E301EE
Tints of Psychedelic Purple #E301EE
RGB
CMYK
RGB Variations
Color information
#E301EE (or 0xE301EE) is known color: Psychedelic Purple. HEX triplet: E3, 01 and EE. RGB value is (227,1,238). Sum of RGB (Red+Green+Blue) = 227+1+238=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #E301EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301EE is #1CFE11. Grayscale: #5E5E5E. Windows color (decimal): -1900050 or 15598051. OLE color: 15598051.
HSL color Cylindrical-coordinate representation of color #E301EE: hue angle of 297.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301EE is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 1 | 238 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.07 |
| HSL | 297.22º | 0.99% | 0.47% | - |
| HSV(B) | 297.22º | 1% | 0.93% | - |
| XYZ | 47.12 | 22.53 | 82.75 | - |
| YUV | 95.59 | 208.37 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 238 | 0.05 | 1.00 | 0 | 0.07 | 297.22 | 0.99 | 0.47 |
| Hex | E3 | 1 | EE | 5 | 64 | 0 | 7 | 129 | 63 | 2F |
| Octal | 343 | 1 | 356 | 5 | 144 | 0 | 7 | 451 | 143 | 57 |
| Binary | 11100011 | 1 | 11101110 | 101 | 1100100 | 0 | 111 | 100101001 | 1100011 | 101111 |
Color Harmonies of #E301EE
Complementary color
Monochromatic Colors of #E301EE
Black with #E301EE
Text Example
Text Example
White with #E301EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301EE; }
p { color: rgb(227,1,238); }
H1.HeaderClassName
{
color: #E301EE;
}
.AnyTagClassName
{
color: #E301EE;
}
</style>
background-color css
<style>
a { background-color: #E301EE; }
a { background-color: rgb(227,1,238); }
div.DivClassName
{
background-color: #E301EE;
}
.BgClassName
{
background-color: #E301EE;
}
</style>
border-color css
<style>
span { border-color: #E301EE; }
span { border-color: rgb(227,1,238); }
td.TdClassName
{
border-color: #E301EE;
}
.TagClassName
{
border-color: #E301EE;
}
</style>