Shades of Psychedelic Purple #E629FE
Tints of Psychedelic Purple #E629FE
RGB
CMYK
RGB Variations
Color information
#E629FE (or 0xE629FE) is known color: Psychedelic Purple. HEX triplet: E6, 29 and FE. RGB value is (230,41,254). Sum of RGB (Red+Green+Blue) = 230+41+254=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 41 (16.41% from 255 or 7.81% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #E629FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E629FE is #19D601. Grayscale: #797979. Windows color (decimal): -1693186 or 16656870. OLE color: 16656870.
HSL color Cylindrical-coordinate representation of color #E629FE: hue angle of 293.24º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E629FE is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 41 | 254 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.00 |
| HSL | 293.24º | 0.99% | 0.58% | - |
| HSV(B) | 293.24º | 0.84% | 1% | - |
| XYZ | 51.32 | 25.56 | 96 | - |
| YUV | 121.79 | 202.62 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 254 | 0.09 | 0.84 | 0 | 0.00 | 293.24 | 0.99 | 0.58 |
| Hex | E6 | 29 | FE | 9 | 54 | 0 | 0 | 125 | 63 | 3A |
| Octal | 346 | 51 | 376 | 11 | 124 | 0 | 0 | 445 | 143 | 72 |
| Binary | 11100110 | 101001 | 11111110 | 1001 | 1010100 | 0 | 0 | 100100101 | 1100011 | 111010 |
Color Harmonies of #E629FE
Complementary color
Monochromatic Colors of #E629FE
Black with #E629FE
Text Example
Text Example
White with #E629FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E629FE; }
p { color: rgb(230,41,254); }
H1.HeaderClassName
{
color: #E629FE;
}
.AnyTagClassName
{
color: #E629FE;
}
</style>
background-color css
<style>
a { background-color: #E629FE; }
a { background-color: rgb(230,41,254); }
div.DivClassName
{
background-color: #E629FE;
}
.BgClassName
{
background-color: #E629FE;
}
</style>
border-color css
<style>
span { border-color: #E629FE; }
span { border-color: rgb(230,41,254); }
td.TdClassName
{
border-color: #E629FE;
}
.TagClassName
{
border-color: #E629FE;
}
</style>