Shades of Psychedelic Purple #E732FE
Tints of Psychedelic Purple #E732FE
RGB
CMYK
RGB Variations
Color information
#E732FE (or 0xE732FE) is known color: Psychedelic Purple. HEX triplet: E7, 32 and FE. RGB value is (231,50,254). Sum of RGB (Red+Green+Blue) = 231+50+254=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 50 (19.92% from 255 or 9.35% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #E732FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E732FE is #18CD01. Grayscale: #7E7E7E. Windows color (decimal): -1625346 or 16659175. OLE color: 16659175.
HSL color Cylindrical-coordinate representation of color #E732FE: hue angle of 293.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E732FE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 50 | 254 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.00 |
| HSL | 293.24º | 0.99% | 0.6% | - |
| HSV(B) | 293.24º | 0.8% | 1% | - |
| XYZ | 51.98 | 26.43 | 96.13 | - |
| YUV | 127.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 254 | 0.09 | 0.80 | 0 | 0.00 | 293.24 | 0.99 | 0.6 |
| Hex | E7 | 32 | FE | 9 | 50 | 0 | 0 | 125 | 63 | 3C |
| Octal | 347 | 62 | 376 | 11 | 120 | 0 | 0 | 445 | 143 | 74 |
| Binary | 11100111 | 110010 | 11111110 | 1001 | 1010000 | 0 | 0 | 100100101 | 1100011 | 111100 |
Color Harmonies of #E732FE
Complementary color
Monochromatic Colors of #E732FE
Black with #E732FE
Text Example
Text Example
White with #E732FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E732FE; }
p { color: rgb(231,50,254); }
H1.HeaderClassName
{
color: #E732FE;
}
.AnyTagClassName
{
color: #E732FE;
}
</style>
background-color css
<style>
a { background-color: #E732FE; }
a { background-color: rgb(231,50,254); }
div.DivClassName
{
background-color: #E732FE;
}
.BgClassName
{
background-color: #E732FE;
}
</style>
border-color css
<style>
span { border-color: #E732FE; }
span { border-color: rgb(231,50,254); }
td.TdClassName
{
border-color: #E732FE;
}
.TagClassName
{
border-color: #E732FE;
}
</style>