Shades of Psychedelic Purple #ED01F5
Tints of Psychedelic Purple #ED01F5
RGB
CMYK
RGB Variations
Color information
#ED01F5 (or 0xED01F5) is known color: Psychedelic Purple. HEX triplet: ED, 01 and F5. RGB value is (237,1,245). Sum of RGB (Red+Green+Blue) = 237+1+245=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED01F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED01F5 is #12FE0A. Grayscale: #626262. Windows color (decimal): -1244683 or 16056813. OLE color: 16056813.
HSL color Cylindrical-coordinate representation of color #ED01F5: hue angle of 298.03º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED01F5 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 1 | 245 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.04 |
| HSL | 298.03º | 0.99% | 0.48% | - |
| HSV(B) | 298.03º | 1% | 0.96% | - |
| XYZ | 51.42 | 24.62 | 88.43 | - |
| YUV | 99.38 | 210.19 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 245 | 0.03 | 1.00 | 0 | 0.04 | 298.03 | 0.99 | 0.48 |
| Hex | ED | 1 | F5 | 3 | 64 | 0 | 4 | 12A | 63 | 30 |
| Octal | 355 | 1 | 365 | 3 | 144 | 0 | 4 | 452 | 143 | 60 |
| Binary | 11101101 | 1 | 11110101 | 11 | 1100100 | 0 | 100 | 100101010 | 1100011 | 110000 |
Color Harmonies of #ED01F5
Complementary color
Monochromatic Colors of #ED01F5
Black with #ED01F5
Text Example
Text Example
White with #ED01F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01F5; }
p { color: rgb(237,1,245); }
H1.HeaderClassName
{
color: #ED01F5;
}
.AnyTagClassName
{
color: #ED01F5;
}
</style>
background-color css
<style>
a { background-color: #ED01F5; }
a { background-color: rgb(237,1,245); }
div.DivClassName
{
background-color: #ED01F5;
}
.BgClassName
{
background-color: #ED01F5;
}
</style>
border-color css
<style>
span { border-color: #ED01F5; }
span { border-color: rgb(237,1,245); }
td.TdClassName
{
border-color: #ED01F5;
}
.TagClassName
{
border-color: #ED01F5;
}
</style>