Shades of Psychedelic Purple #ED01FE
Tints of Psychedelic Purple #ED01FE
RGB
CMYK
RGB Variations
Color information
#ED01FE (or 0xED01FE) is known color: Psychedelic Purple. HEX triplet: ED, 01 and FE. RGB value is (237,1,254). Sum of RGB (Red+Green+Blue) = 237+1+254=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED01FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED01FE is #12FE01. Grayscale: #636363. Windows color (decimal): -1244674 or 16646637. OLE color: 16646637.
HSL color Cylindrical-coordinate representation of color #ED01FE: hue angle of 295.97º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED01FE is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 1 | 254 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.00 |
| HSL | 295.97º | 0.99% | 0.5% | - |
| HSV(B) | 295.97º | 1% | 1% | - |
| XYZ | 52.83 | 25.18 | 95.84 | - |
| YUV | 100.41 | 214.69 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 254 | 0.07 | 1.00 | 0 | 0.00 | 295.97 | 0.99 | 0.5 |
| Hex | ED | 1 | FE | 7 | 64 | 0 | 0 | 128 | 63 | 32 |
| Octal | 355 | 1 | 376 | 7 | 144 | 0 | 0 | 450 | 143 | 62 |
| Binary | 11101101 | 1 | 11111110 | 111 | 1100100 | 0 | 0 | 100101000 | 1100011 | 110010 |
Color Harmonies of #ED01FE
Complementary color
Monochromatic Colors of #ED01FE
Black with #ED01FE
Text Example
Text Example
White with #ED01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01FE; }
p { color: rgb(237,1,254); }
H1.HeaderClassName
{
color: #ED01FE;
}
.AnyTagClassName
{
color: #ED01FE;
}
</style>
background-color css
<style>
a { background-color: #ED01FE; }
a { background-color: rgb(237,1,254); }
div.DivClassName
{
background-color: #ED01FE;
}
.BgClassName
{
background-color: #ED01FE;
}
</style>
border-color css
<style>
span { border-color: #ED01FE; }
span { border-color: rgb(237,1,254); }
td.TdClassName
{
border-color: #ED01FE;
}
.TagClassName
{
border-color: #ED01FE;
}
</style>