Shades of Psychedelic Purple #E727FE
Tints of Psychedelic Purple #E727FE
RGB
CMYK
RGB Variations
Color information
#E727FE (or 0xE727FE) is known color: Psychedelic Purple. HEX triplet: E7, 27 and FE. RGB value is (231,39,254). Sum of RGB (Red+Green+Blue) = 231+39+254=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 39 (15.62% from 255 or 7.44% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #E727FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727FE is #18D801. Grayscale: #787878. Windows color (decimal): -1628162 or 16656359. OLE color: 16656359.
HSL color Cylindrical-coordinate representation of color #E727FE: hue angle of 293.58º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E727FE is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 39 | 254 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.00 |
| HSL | 293.58º | 0.99% | 0.57% | - |
| HSV(B) | 293.58º | 0.85% | 1% | - |
| XYZ | 51.57 | 25.6 | 95.99 | - |
| YUV | 120.92 | 203.11 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 254 | 0.09 | 0.85 | 0 | 0.00 | 293.58 | 0.99 | 0.57 |
| Hex | E7 | 27 | FE | 9 | 55 | 0 | 0 | 126 | 63 | 39 |
| Octal | 347 | 47 | 376 | 11 | 125 | 0 | 0 | 446 | 143 | 71 |
| Binary | 11100111 | 100111 | 11111110 | 1001 | 1010101 | 0 | 0 | 100100110 | 1100011 | 111001 |
Color Harmonies of #E727FE
Complementary color
Monochromatic Colors of #E727FE
Black with #E727FE
Text Example
Text Example
White with #E727FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727FE; }
p { color: rgb(231,39,254); }
H1.HeaderClassName
{
color: #E727FE;
}
.AnyTagClassName
{
color: #E727FE;
}
</style>
background-color css
<style>
a { background-color: #E727FE; }
a { background-color: rgb(231,39,254); }
div.DivClassName
{
background-color: #E727FE;
}
.BgClassName
{
background-color: #E727FE;
}
</style>
border-color css
<style>
span { border-color: #E727FE; }
span { border-color: rgb(231,39,254); }
td.TdClassName
{
border-color: #E727FE;
}
.TagClassName
{
border-color: #E727FE;
}
</style>