Shades of Psychedelic Purple #ED09FE
Tints of Psychedelic Purple #ED09FE
RGB
CMYK
RGB Variations
Color information
#ED09FE (or 0xED09FE) is known color: Psychedelic Purple. HEX triplet: ED, 09 and FE. RGB value is (237,9,254). Sum of RGB (Red+Green+Blue) = 237+9+254=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 9 (3.91% from 255 or 1.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED09FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09FE is #12F601. Grayscale: #686868. Windows color (decimal): -1242626 or 16648685. OLE color: 16648685.
HSL color Cylindrical-coordinate representation of color #ED09FE: hue angle of 295.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED09FE is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 9 | 254 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.00 |
| HSL | 295.84º | 0.99% | 0.52% | - |
| HSV(B) | 295.84º | 0.96% | 1% | - |
| XYZ | 52.91 | 25.36 | 95.87 | - |
| YUV | 105.1 | 212.04 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 254 | 0.07 | 0.96 | 0 | 0.00 | 295.84 | 0.99 | 0.52 |
| Hex | ED | 9 | FE | 7 | 60 | 0 | 0 | 128 | 63 | 34 |
| Octal | 355 | 11 | 376 | 7 | 140 | 0 | 0 | 450 | 143 | 64 |
| Binary | 11101101 | 1001 | 11111110 | 111 | 1100000 | 0 | 0 | 100101000 | 1100011 | 110100 |
Color Harmonies of #ED09FE
Complementary color
Monochromatic Colors of #ED09FE
Black with #ED09FE
Text Example
Text Example
White with #ED09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09FE; }
p { color: rgb(237,9,254); }
H1.HeaderClassName
{
color: #ED09FE;
}
.AnyTagClassName
{
color: #ED09FE;
}
</style>
background-color css
<style>
a { background-color: #ED09FE; }
a { background-color: rgb(237,9,254); }
div.DivClassName
{
background-color: #ED09FE;
}
.BgClassName
{
background-color: #ED09FE;
}
</style>
border-color css
<style>
span { border-color: #ED09FE; }
span { border-color: rgb(237,9,254); }
td.TdClassName
{
border-color: #ED09FE;
}
.TagClassName
{
border-color: #ED09FE;
}
</style>