Shades of Psychedelic Purple #E307FE
Tints of Psychedelic Purple #E307FE
RGB
CMYK
RGB Variations
Color information
#E307FE (or 0xE307FE) is known color: Psychedelic Purple. HEX triplet: E3, 07 and FE. RGB value is (227,7,254). Sum of RGB (Red+Green+Blue) = 227+7+254=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 7 (3.12% from 255 or 1.43% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #E307FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E307FE is #1CF801. Grayscale: #646464. Windows color (decimal): -1898498 or 16648163. OLE color: 16648163.
HSL color Cylindrical-coordinate representation of color #E307FE: hue angle of 293.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307FE is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 7 | 254 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.00 |
| HSL | 293.44º | 0.99% | 0.51% | - |
| HSV(B) | 293.44º | 0.97% | 1% | - |
| XYZ | 49.64 | 23.64 | 95.71 | - |
| YUV | 100.94 | 214.39 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 254 | 0.11 | 0.97 | 0 | 0.00 | 293.44 | 0.99 | 0.51 |
| Hex | E3 | 7 | FE | B | 61 | 0 | 0 | 125 | 63 | 33 |
| Octal | 343 | 7 | 376 | 13 | 141 | 0 | 0 | 445 | 143 | 63 |
| Binary | 11100011 | 111 | 11111110 | 1011 | 1100001 | 0 | 0 | 100100101 | 1100011 | 110011 |
Color Harmonies of #E307FE
Complementary color
Monochromatic Colors of #E307FE
Black with #E307FE
Text Example
Text Example
White with #E307FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E307FE; }
p { color: rgb(227,7,254); }
H1.HeaderClassName
{
color: #E307FE;
}
.AnyTagClassName
{
color: #E307FE;
}
</style>
background-color css
<style>
a { background-color: #E307FE; }
a { background-color: rgb(227,7,254); }
div.DivClassName
{
background-color: #E307FE;
}
.BgClassName
{
background-color: #E307FE;
}
</style>
border-color css
<style>
span { border-color: #E307FE; }
span { border-color: rgb(227,7,254); }
td.TdClassName
{
border-color: #E307FE;
}
.TagClassName
{
border-color: #E307FE;
}
</style>