Shades of Psychedelic Purple #ED26FE
Tints of Psychedelic Purple #ED26FE
RGB
CMYK
RGB Variations
Color information
#ED26FE (or 0xED26FE) is known color: Psychedelic Purple. HEX triplet: ED, 26 and FE. RGB value is (237,38,254). Sum of RGB (Red+Green+Blue) = 237+38+254=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 38 (15.23% from 255 or 7.18% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED26FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED26FE is #12D901. Grayscale: #797979. Windows color (decimal): -1235202 or 16656109. OLE color: 16656109.
HSL color Cylindrical-coordinate representation of color #ED26FE: hue angle of 295.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED26FE is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 38 | 254 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.00 |
| HSL | 295.28º | 0.99% | 0.57% | - |
| HSV(B) | 295.28º | 0.85% | 1% | - |
| XYZ | 53.51 | 26.55 | 96.07 | - |
| YUV | 122.13 | 202.43 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 254 | 0.07 | 0.85 | 0 | 0.00 | 295.28 | 0.99 | 0.57 |
| Hex | ED | 26 | FE | 7 | 55 | 0 | 0 | 127 | 63 | 39 |
| Octal | 355 | 46 | 376 | 7 | 125 | 0 | 0 | 447 | 143 | 71 |
| Binary | 11101101 | 100110 | 11111110 | 111 | 1010101 | 0 | 0 | 100100111 | 1100011 | 111001 |
Color Harmonies of #ED26FE
Complementary color
Monochromatic Colors of #ED26FE
Black with #ED26FE
Text Example
Text Example
White with #ED26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26FE; }
p { color: rgb(237,38,254); }
H1.HeaderClassName
{
color: #ED26FE;
}
.AnyTagClassName
{
color: #ED26FE;
}
</style>
background-color css
<style>
a { background-color: #ED26FE; }
a { background-color: rgb(237,38,254); }
div.DivClassName
{
background-color: #ED26FE;
}
.BgClassName
{
background-color: #ED26FE;
}
</style>
border-color css
<style>
span { border-color: #ED26FE; }
span { border-color: rgb(237,38,254); }
td.TdClassName
{
border-color: #ED26FE;
}
.TagClassName
{
border-color: #ED26FE;
}
</style>