Shades of Psychedelic Purple #ED1FFA
Tints of Psychedelic Purple #ED1FFA
RGB
CMYK
RGB Variations
Color information
#ED1FFA (or 0xED1FFA) is known color: Psychedelic Purple. HEX triplet: ED, 1F and FA. RGB value is (237,31,250). Sum of RGB (Red+Green+Blue) = 237+31+250=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 31 (12.5% from 255 or 5.98% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED1FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FFA is #12E005. Grayscale: #747474. Windows color (decimal): -1236998 or 16392173. OLE color: 16392173.
HSL color Cylindrical-coordinate representation of color #ED1FFA: hue angle of 296.44º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1FFA is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 31 | 250 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.02 |
| HSL | 296.44º | 0.96% | 0.55% | - |
| HSV(B) | 296.44º | 0.88% | 0.98% | - |
| XYZ | 52.67 | 25.89 | 92.66 | - |
| YUV | 117.56 | 202.75 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 250 | 0.05 | 0.88 | 0 | 0.02 | 296.44 | 0.96 | 0.55 |
| Hex | ED | 1F | FA | 5 | 58 | 0 | 2 | 128 | 60 | 37 |
| Octal | 355 | 37 | 372 | 5 | 130 | 0 | 2 | 450 | 140 | 67 |
| Binary | 11101101 | 11111 | 11111010 | 101 | 1011000 | 0 | 10 | 100101000 | 1100000 | 110111 |
Color Harmonies of #ED1FFA
Complementary color
Monochromatic Colors of #ED1FFA
Black with #ED1FFA
Text Example
Text Example
White with #ED1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1FFA; }
p { color: rgb(237,31,250); }
H1.HeaderClassName
{
color: #ED1FFA;
}
.AnyTagClassName
{
color: #ED1FFA;
}
</style>
background-color css
<style>
a { background-color: #ED1FFA; }
a { background-color: rgb(237,31,250); }
div.DivClassName
{
background-color: #ED1FFA;
}
.BgClassName
{
background-color: #ED1FFA;
}
</style>
border-color css
<style>
span { border-color: #ED1FFA; }
span { border-color: rgb(237,31,250); }
td.TdClassName
{
border-color: #ED1FFA;
}
.TagClassName
{
border-color: #ED1FFA;
}
</style>