Shades of Psychedelic Purple #ED00FC
Tints of Psychedelic Purple #ED00FC
RGB
CMYK
RGB Variations
Color information
#ED00FC (or 0xED00FC) is known color: Psychedelic Purple. HEX triplet: ED, 00 and FC. RGB value is (237,0,252). Sum of RGB (Red+Green+Blue) = 237+0+252=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED00FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED00FC is #12FF03. Grayscale: #626262. Windows color (decimal): -1244932 or 16515309. OLE color: 16515309.
HSL color Cylindrical-coordinate representation of color #ED00FC: hue angle of 296.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED00FC is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 0 | 252 | - |
| CMYK | 0.06 | 1 | 0 | 0.01 |
| HSL | 296.43º | 1% | 0.49% | - |
| HSV(B) | 296.43º | 1% | 0.99% | - |
| XYZ | 52.5 | 25.03 | 94.16 | - |
| YUV | 99.59 | 214.02 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 252 | 0.06 | 1 | 0 | 0.01 | 296.43 | 1 | 0.49 |
| Hex | ED | 0 | FC | 6 | 64 | 0 | 1 | 128 | 64 | 31 |
| Octal | 355 | 0 | 374 | 6 | 144 | 0 | 1 | 450 | 144 | 61 |
| Binary | 11101101 | 0 | 11111100 | 110 | 1100100 | 0 | 1 | 100101000 | 1100100 | 110001 |
Color Harmonies of #ED00FC
Complementary color
Monochromatic Colors of #ED00FC
Black with #ED00FC
Text Example
Text Example
White with #ED00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED00FC; }
p { color: rgb(237,0,252); }
H1.HeaderClassName
{
color: #ED00FC;
}
.AnyTagClassName
{
color: #ED00FC;
}
</style>
background-color css
<style>
a { background-color: #ED00FC; }
a { background-color: rgb(237,0,252); }
div.DivClassName
{
background-color: #ED00FC;
}
.BgClassName
{
background-color: #ED00FC;
}
</style>
border-color css
<style>
span { border-color: #ED00FC; }
span { border-color: rgb(237,0,252); }
td.TdClassName
{
border-color: #ED00FC;
}
.TagClassName
{
border-color: #ED00FC;
}
</style>