Shades of Psychedelic Purple #ED18FC
Tints of Psychedelic Purple #ED18FC
RGB
CMYK
RGB Variations
Color information
#ED18FC (or 0xED18FC) is known color: Psychedelic Purple. HEX triplet: ED, 18 and FC. RGB value is (237,24,252). Sum of RGB (Red+Green+Blue) = 237+24+252=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 24 (9.77% from 255 or 4.68% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED18FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED18FC is #12E703. Grayscale: #707070. Windows color (decimal): -1238788 or 16521453. OLE color: 16521453.
HSL color Cylindrical-coordinate representation of color #ED18FC: hue angle of 296.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED18FC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 24 | 252 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.01 |
| HSL | 296.05º | 0.97% | 0.54% | - |
| HSV(B) | 296.05º | 0.9% | 0.99% | - |
| XYZ | 52.82 | 25.69 | 94.27 | - |
| YUV | 113.68 | 206.07 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 252 | 0.06 | 0.90 | 0 | 0.01 | 296.05 | 0.97 | 0.54 |
| Hex | ED | 18 | FC | 6 | 5A | 0 | 1 | 128 | 61 | 36 |
| Octal | 355 | 30 | 374 | 6 | 132 | 0 | 1 | 450 | 141 | 66 |
| Binary | 11101101 | 11000 | 11111100 | 110 | 1011010 | 0 | 1 | 100101000 | 1100001 | 110110 |
Color Harmonies of #ED18FC
Complementary color
Monochromatic Colors of #ED18FC
Black with #ED18FC
Text Example
Text Example
White with #ED18FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18FC; }
p { color: rgb(237,24,252); }
H1.HeaderClassName
{
color: #ED18FC;
}
.AnyTagClassName
{
color: #ED18FC;
}
</style>
background-color css
<style>
a { background-color: #ED18FC; }
a { background-color: rgb(237,24,252); }
div.DivClassName
{
background-color: #ED18FC;
}
.BgClassName
{
background-color: #ED18FC;
}
</style>
border-color css
<style>
span { border-color: #ED18FC; }
span { border-color: rgb(237,24,252); }
td.TdClassName
{
border-color: #ED18FC;
}
.TagClassName
{
border-color: #ED18FC;
}
</style>