Shades of Psychedelic Purple #ED1AFE
Tints of Psychedelic Purple #ED1AFE
RGB
CMYK
RGB Variations
Color information
#ED1AFE (or 0xED1AFE) is known color: Psychedelic Purple. HEX triplet: ED, 1A and FE. RGB value is (237,26,254). Sum of RGB (Red+Green+Blue) = 237+26+254=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 26 (10.55% from 255 or 5.03% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED1AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AFE is #12E501. Grayscale: #727272. Windows color (decimal): -1238274 or 16653037. OLE color: 16653037.
HSL color Cylindrical-coordinate representation of color #ED1AFE: hue angle of 295.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1AFE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 26 | 254 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.00 |
| HSL | 295.53º | 0.99% | 0.55% | - |
| HSV(B) | 295.53º | 0.9% | 1% | - |
| XYZ | 53.18 | 25.9 | 95.96 | - |
| YUV | 115.08 | 206.4 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 254 | 0.07 | 0.90 | 0 | 0.00 | 295.53 | 0.99 | 0.55 |
| Hex | ED | 1A | FE | 7 | 5A | 0 | 0 | 128 | 63 | 37 |
| Octal | 355 | 32 | 376 | 7 | 132 | 0 | 0 | 450 | 143 | 67 |
| Binary | 11101101 | 11010 | 11111110 | 111 | 1011010 | 0 | 0 | 100101000 | 1100011 | 110111 |
Color Harmonies of #ED1AFE
Complementary color
Monochromatic Colors of #ED1AFE
Black with #ED1AFE
Text Example
Text Example
White with #ED1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1AFE; }
p { color: rgb(237,26,254); }
H1.HeaderClassName
{
color: #ED1AFE;
}
.AnyTagClassName
{
color: #ED1AFE;
}
</style>
background-color css
<style>
a { background-color: #ED1AFE; }
a { background-color: rgb(237,26,254); }
div.DivClassName
{
background-color: #ED1AFE;
}
.BgClassName
{
background-color: #ED1AFE;
}
</style>
border-color css
<style>
span { border-color: #ED1AFE; }
span { border-color: rgb(237,26,254); }
td.TdClassName
{
border-color: #ED1AFE;
}
.TagClassName
{
border-color: #ED1AFE;
}
</style>