Shades of Psychedelic Purple #ED15FE
Tints of Psychedelic Purple #ED15FE
RGB
CMYK
RGB Variations
Color information
#ED15FE (or 0xED15FE) is known color: Psychedelic Purple. HEX triplet: ED, 15 and FE. RGB value is (237,21,254). Sum of RGB (Red+Green+Blue) = 237+21+254=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED15FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED15FE is #12EA01. Grayscale: #6F6F6F. Windows color (decimal): -1239554 or 16651757. OLE color: 16651757.
HSL color Cylindrical-coordinate representation of color #ED15FE: hue angle of 295.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED15FE is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 21 | 254 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.00 |
| HSL | 295.62º | 0.99% | 0.54% | - |
| HSV(B) | 295.62º | 0.92% | 1% | - |
| XYZ | 53.08 | 25.7 | 95.93 | - |
| YUV | 112.15 | 208.06 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 254 | 0.07 | 0.92 | 0 | 0.00 | 295.62 | 0.99 | 0.54 |
| Hex | ED | 15 | FE | 7 | 5C | 0 | 0 | 128 | 63 | 36 |
| Octal | 355 | 25 | 376 | 7 | 134 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11101101 | 10101 | 11111110 | 111 | 1011100 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #ED15FE
Complementary color
Monochromatic Colors of #ED15FE
Black with #ED15FE
Text Example
Text Example
White with #ED15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED15FE; }
p { color: rgb(237,21,254); }
H1.HeaderClassName
{
color: #ED15FE;
}
.AnyTagClassName
{
color: #ED15FE;
}
</style>
background-color css
<style>
a { background-color: #ED15FE; }
a { background-color: rgb(237,21,254); }
div.DivClassName
{
background-color: #ED15FE;
}
.BgClassName
{
background-color: #ED15FE;
}
</style>
border-color css
<style>
span { border-color: #ED15FE; }
span { border-color: rgb(237,21,254); }
td.TdClassName
{
border-color: #ED15FE;
}
.TagClassName
{
border-color: #ED15FE;
}
</style>