Shades of Psychedelic Purple #ED1FFE
Tints of Psychedelic Purple #ED1FFE
RGB
CMYK
RGB Variations
Color information
#ED1FFE (or 0xED1FFE) is known color: Psychedelic Purple. HEX triplet: ED, 1F and FE. RGB value is (237,31,254). Sum of RGB (Red+Green+Blue) = 237+31+254=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 31 (12.5% from 255 or 5.94% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED1FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FFE is #12E001. Grayscale: #757575. Windows color (decimal): -1236994 or 16654317. OLE color: 16654317.
HSL color Cylindrical-coordinate representation of color #ED1FFE: hue angle of 295.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1FFE is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 31 | 254 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.00 |
| HSL | 295.43º | 0.99% | 0.56% | - |
| HSV(B) | 295.43º | 0.88% | 1% | - |
| XYZ | 53.3 | 26.14 | 96 | - |
| YUV | 118.02 | 204.75 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 254 | 0.07 | 0.88 | 0 | 0.00 | 295.43 | 0.99 | 0.56 |
| Hex | ED | 1F | FE | 7 | 58 | 0 | 0 | 127 | 63 | 38 |
| Octal | 355 | 37 | 376 | 7 | 130 | 0 | 0 | 447 | 143 | 70 |
| Binary | 11101101 | 11111 | 11111110 | 111 | 1011000 | 0 | 0 | 100100111 | 1100011 | 111000 |
Color Harmonies of #ED1FFE
Complementary color
Monochromatic Colors of #ED1FFE
Black with #ED1FFE
Text Example
Text Example
White with #ED1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1FFE; }
p { color: rgb(237,31,254); }
H1.HeaderClassName
{
color: #ED1FFE;
}
.AnyTagClassName
{
color: #ED1FFE;
}
</style>
background-color css
<style>
a { background-color: #ED1FFE; }
a { background-color: rgb(237,31,254); }
div.DivClassName
{
background-color: #ED1FFE;
}
.BgClassName
{
background-color: #ED1FFE;
}
</style>
border-color css
<style>
span { border-color: #ED1FFE; }
span { border-color: rgb(237,31,254); }
td.TdClassName
{
border-color: #ED1FFE;
}
.TagClassName
{
border-color: #ED1FFE;
}
</style>