Shades of Psychedelic Purple #ED2EFA
Tints of Psychedelic Purple #ED2EFA
RGB
CMYK
RGB Variations
Color information
#ED2EFA (or 0xED2EFA) is known color: Psychedelic Purple. HEX triplet: ED, 2E and FA. RGB value is (237,46,250). Sum of RGB (Red+Green+Blue) = 237+46+250=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 46 (18.36% from 255 or 8.63% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED2EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2EFA is #12D105. Grayscale: #7D7D7D. Windows color (decimal): -1233158 or 16396013. OLE color: 16396013.
HSL color Cylindrical-coordinate representation of color #ED2EFA: hue angle of 296.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2EFA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 46 | 250 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.02 |
| HSL | 296.18º | 0.95% | 0.58% | - |
| HSV(B) | 296.18º | 0.82% | 0.98% | - |
| XYZ | 53.16 | 26.86 | 92.83 | - |
| YUV | 126.37 | 197.78 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 250 | 0.05 | 0.82 | 0 | 0.02 | 296.18 | 0.95 | 0.58 |
| Hex | ED | 2E | FA | 5 | 52 | 0 | 2 | 128 | 5F | 3A |
| Octal | 355 | 56 | 372 | 5 | 122 | 0 | 2 | 450 | 137 | 72 |
| Binary | 11101101 | 101110 | 11111010 | 101 | 1010010 | 0 | 10 | 100101000 | 1011111 | 111010 |
Color Harmonies of #ED2EFA
Complementary color
Monochromatic Colors of #ED2EFA
Black with #ED2EFA
Text Example
Text Example
White with #ED2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2EFA; }
p { color: rgb(237,46,250); }
H1.HeaderClassName
{
color: #ED2EFA;
}
.AnyTagClassName
{
color: #ED2EFA;
}
</style>
background-color css
<style>
a { background-color: #ED2EFA; }
a { background-color: rgb(237,46,250); }
div.DivClassName
{
background-color: #ED2EFA;
}
.BgClassName
{
background-color: #ED2EFA;
}
</style>
border-color css
<style>
span { border-color: #ED2EFA; }
span { border-color: rgb(237,46,250); }
td.TdClassName
{
border-color: #ED2EFA;
}
.TagClassName
{
border-color: #ED2EFA;
}
</style>