Shades of Psychedelic Purple #ED01F7
Tints of Psychedelic Purple #ED01F7
RGB
CMYK
RGB Variations
Color information
#ED01F7 (or 0xED01F7) is known color: Psychedelic Purple. HEX triplet: ED, 01 and F7. RGB value is (237,1,247). Sum of RGB (Red+Green+Blue) = 237+1+247=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 1 (0.78% from 255 or 0.21% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED01F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED01F7 is #12FE08. Grayscale: #626262. Windows color (decimal): -1244681 or 16187885. OLE color: 16187885.
HSL color Cylindrical-coordinate representation of color #ED01F7: hue angle of 297.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED01F7 is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 1 | 247 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.03 |
| HSL | 297.56º | 0.99% | 0.49% | - |
| HSV(B) | 297.56º | 1% | 0.97% | - |
| XYZ | 51.72 | 24.74 | 90.05 | - |
| YUV | 99.61 | 211.19 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 247 | 0.04 | 1.00 | 0 | 0.03 | 297.56 | 0.99 | 0.49 |
| Hex | ED | 1 | F7 | 4 | 64 | 0 | 3 | 12A | 63 | 31 |
| Octal | 355 | 1 | 367 | 4 | 144 | 0 | 3 | 452 | 143 | 61 |
| Binary | 11101101 | 1 | 11110111 | 100 | 1100100 | 0 | 11 | 100101010 | 1100011 | 110001 |
Color Harmonies of #ED01F7
Complementary color
Monochromatic Colors of #ED01F7
Black with #ED01F7
Text Example
Text Example
White with #ED01F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01F7; }
p { color: rgb(237,1,247); }
H1.HeaderClassName
{
color: #ED01F7;
}
.AnyTagClassName
{
color: #ED01F7;
}
</style>
background-color css
<style>
a { background-color: #ED01F7; }
a { background-color: rgb(237,1,247); }
div.DivClassName
{
background-color: #ED01F7;
}
.BgClassName
{
background-color: #ED01F7;
}
</style>
border-color css
<style>
span { border-color: #ED01F7; }
span { border-color: rgb(237,1,247); }
td.TdClassName
{
border-color: #ED01F7;
}
.TagClassName
{
border-color: #ED01F7;
}
</style>