Shades of Psychedelic Purple #E630FE
Tints of Psychedelic Purple #E630FE
RGB
CMYK
RGB Variations
Color information
#E630FE (or 0xE630FE) is known color: Psychedelic Purple. HEX triplet: E6, 30 and FE. RGB value is (230,48,254). Sum of RGB (Red+Green+Blue) = 230+48+254=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 48 (19.14% from 255 or 9.02% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #E630FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E630FE is #19CF01. Grayscale: #7D7D7D. Windows color (decimal): -1691394 or 16658662. OLE color: 16658662.
HSL color Cylindrical-coordinate representation of color #E630FE: hue angle of 293.01º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E630FE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 48 | 254 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.00 |
| HSL | 293.01º | 0.99% | 0.59% | - |
| HSV(B) | 293.01º | 0.81% | 1% | - |
| XYZ | 51.58 | 26.09 | 96.08 | - |
| YUV | 125.9 | 200.3 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 254 | 0.09 | 0.81 | 0 | 0.00 | 293.01 | 0.99 | 0.59 |
| Hex | E6 | 30 | FE | 9 | 51 | 0 | 0 | 125 | 63 | 3B |
| Octal | 346 | 60 | 376 | 11 | 121 | 0 | 0 | 445 | 143 | 73 |
| Binary | 11100110 | 110000 | 11111110 | 1001 | 1010001 | 0 | 0 | 100100101 | 1100011 | 111011 |
Color Harmonies of #E630FE
Complementary color
Monochromatic Colors of #E630FE
Black with #E630FE
Text Example
Text Example
White with #E630FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E630FE; }
p { color: rgb(230,48,254); }
H1.HeaderClassName
{
color: #E630FE;
}
.AnyTagClassName
{
color: #E630FE;
}
</style>
background-color css
<style>
a { background-color: #E630FE; }
a { background-color: rgb(230,48,254); }
div.DivClassName
{
background-color: #E630FE;
}
.BgClassName
{
background-color: #E630FE;
}
</style>
border-color css
<style>
span { border-color: #E630FE; }
span { border-color: rgb(230,48,254); }
td.TdClassName
{
border-color: #E630FE;
}
.TagClassName
{
border-color: #E630FE;
}
</style>