Shades of Psychedelic Purple #ED20FE
Tints of Psychedelic Purple #ED20FE
RGB
CMYK
RGB Variations
Color information
#ED20FE (or 0xED20FE) is known color: Psychedelic Purple. HEX triplet: ED, 20 and FE. RGB value is (237,32,254). Sum of RGB (Red+Green+Blue) = 237+32+254=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 32 (12.89% from 255 or 6.12% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED20FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED20FE is #12DF01. Grayscale: #757575. Windows color (decimal): -1236738 or 16654573. OLE color: 16654573.
HSL color Cylindrical-coordinate representation of color #ED20FE: hue angle of 295.41º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED20FE is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 32 | 254 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.00 |
| HSL | 295.41º | 0.99% | 0.56% | - |
| HSV(B) | 295.41º | 0.87% | 1% | - |
| XYZ | 53.33 | 26.19 | 96.01 | - |
| YUV | 118.6 | 204.42 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 254 | 0.07 | 0.87 | 0 | 0.00 | 295.41 | 0.99 | 0.56 |
| Hex | ED | 20 | FE | 7 | 57 | 0 | 0 | 127 | 63 | 38 |
| Octal | 355 | 40 | 376 | 7 | 127 | 0 | 0 | 447 | 143 | 70 |
| Binary | 11101101 | 100000 | 11111110 | 111 | 1010111 | 0 | 0 | 100100111 | 1100011 | 111000 |
Color Harmonies of #ED20FE
Complementary color
Monochromatic Colors of #ED20FE
Black with #ED20FE
Text Example
Text Example
White with #ED20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20FE; }
p { color: rgb(237,32,254); }
H1.HeaderClassName
{
color: #ED20FE;
}
.AnyTagClassName
{
color: #ED20FE;
}
</style>
background-color css
<style>
a { background-color: #ED20FE; }
a { background-color: rgb(237,32,254); }
div.DivClassName
{
background-color: #ED20FE;
}
.BgClassName
{
background-color: #ED20FE;
}
</style>
border-color css
<style>
span { border-color: #ED20FE; }
span { border-color: rgb(237,32,254); }
td.TdClassName
{
border-color: #ED20FE;
}
.TagClassName
{
border-color: #ED20FE;
}
</style>