Shades of Psychedelic Purple #E301EF
Tints of Psychedelic Purple #E301EF
RGB
CMYK
RGB Variations
Color information
#E301EF (or 0xE301EF) is known color: Psychedelic Purple. HEX triplet: E3, 01 and EF. RGB value is (227,1,239). Sum of RGB (Red+Green+Blue) = 227+1+239=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #E301EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301EF is #1CFE10. Grayscale: #5E5E5E. Windows color (decimal): -1900049 or 15663587. OLE color: 15663587.
HSL color Cylindrical-coordinate representation of color #E301EF: hue angle of 296.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301EF is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 1 | 239 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.06 |
| HSL | 296.97º | 0.99% | 0.47% | - |
| HSV(B) | 296.97º | 1% | 0.94% | - |
| XYZ | 47.27 | 22.58 | 83.53 | - |
| YUV | 95.71 | 208.87 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 239 | 0.05 | 1.00 | 0 | 0.06 | 296.97 | 0.99 | 0.47 |
| Hex | E3 | 1 | EF | 5 | 64 | 0 | 6 | 129 | 63 | 2F |
| Octal | 343 | 1 | 357 | 5 | 144 | 0 | 6 | 451 | 143 | 57 |
| Binary | 11100011 | 1 | 11101111 | 101 | 1100100 | 0 | 110 | 100101001 | 1100011 | 101111 |
Color Harmonies of #E301EF
Complementary color
Monochromatic Colors of #E301EF
Black with #E301EF
Text Example
Text Example
White with #E301EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E301EF; }
p { color: rgb(227,1,239); }
H1.HeaderClassName
{
color: #E301EF;
}
.AnyTagClassName
{
color: #E301EF;
}
</style>
background-color css
<style>
a { background-color: #E301EF; }
a { background-color: rgb(227,1,239); }
div.DivClassName
{
background-color: #E301EF;
}
.BgClassName
{
background-color: #E301EF;
}
</style>
border-color css
<style>
span { border-color: #E301EF; }
span { border-color: rgb(227,1,239); }
td.TdClassName
{
border-color: #E301EF;
}
.TagClassName
{
border-color: #E301EF;
}
</style>