Shades of Psychedelic Purple #ED11FE
Tints of Psychedelic Purple #ED11FE
RGB
CMYK
RGB Variations
Color information
#ED11FE (or 0xED11FE) is known color: Psychedelic Purple. HEX triplet: ED, 11 and FE. RGB value is (237,17,254). Sum of RGB (Red+Green+Blue) = 237+17+254=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED11FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11FE is #12EE01. Grayscale: #6D6D6D. Windows color (decimal): -1240578 or 16650733. OLE color: 16650733.
HSL color Cylindrical-coordinate representation of color #ED11FE: hue angle of 295.7º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED11FE is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 17 | 254 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.00 |
| HSL | 295.7º | 0.99% | 0.53% | - |
| HSV(B) | 295.7º | 0.93% | 1% | - |
| XYZ | 53.01 | 25.56 | 95.91 | - |
| YUV | 109.8 | 209.39 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 254 | 0.07 | 0.93 | 0 | 0.00 | 295.7 | 0.99 | 0.53 |
| Hex | ED | 11 | FE | 7 | 5D | 0 | 0 | 128 | 63 | 35 |
| Octal | 355 | 21 | 376 | 7 | 135 | 0 | 0 | 450 | 143 | 65 |
| Binary | 11101101 | 10001 | 11111110 | 111 | 1011101 | 0 | 0 | 100101000 | 1100011 | 110101 |
Color Harmonies of #ED11FE
Complementary color
Monochromatic Colors of #ED11FE
Black with #ED11FE
Text Example
Text Example
White with #ED11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11FE; }
p { color: rgb(237,17,254); }
H1.HeaderClassName
{
color: #ED11FE;
}
.AnyTagClassName
{
color: #ED11FE;
}
</style>
background-color css
<style>
a { background-color: #ED11FE; }
a { background-color: rgb(237,17,254); }
div.DivClassName
{
background-color: #ED11FE;
}
.BgClassName
{
background-color: #ED11FE;
}
</style>
border-color css
<style>
span { border-color: #ED11FE; }
span { border-color: rgb(237,17,254); }
td.TdClassName
{
border-color: #ED11FE;
}
.TagClassName
{
border-color: #ED11FE;
}
</style>