Shades of Psychedelic Purple #ED0EFA
Tints of Psychedelic Purple #ED0EFA
RGB
CMYK
RGB Variations
Color information
#ED0EFA (or 0xED0EFA) is known color: Psychedelic Purple. HEX triplet: ED, 0E and FA. RGB value is (237,14,250). Sum of RGB (Red+Green+Blue) = 237+14+250=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 14 (5.86% from 255 or 2.79% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED0EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0EFA is #12F105. Grayscale: #6A6A6A. Windows color (decimal): -1241350 or 16387821. OLE color: 16387821.
HSL color Cylindrical-coordinate representation of color #ED0EFA: hue angle of 296.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0EFA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 14 | 250 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.02 |
| HSL | 296.69º | 0.96% | 0.52% | - |
| HSV(B) | 296.69º | 0.94% | 0.98% | - |
| XYZ | 52.34 | 25.22 | 92.55 | - |
| YUV | 107.58 | 208.38 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 14 | 250 | 0.05 | 0.94 | 0 | 0.02 | 296.69 | 0.96 | 0.52 |
| Hex | ED | E | FA | 5 | 5E | 0 | 2 | 129 | 60 | 34 |
| Octal | 355 | 16 | 372 | 5 | 136 | 0 | 2 | 451 | 140 | 64 |
| Binary | 11101101 | 1110 | 11111010 | 101 | 1011110 | 0 | 10 | 100101001 | 1100000 | 110100 |
Color Harmonies of #ED0EFA
Complementary color
Monochromatic Colors of #ED0EFA
Black with #ED0EFA
Text Example
Text Example
White with #ED0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0EFA; }
p { color: rgb(237,14,250); }
H1.HeaderClassName
{
color: #ED0EFA;
}
.AnyTagClassName
{
color: #ED0EFA;
}
</style>
background-color css
<style>
a { background-color: #ED0EFA; }
a { background-color: rgb(237,14,250); }
div.DivClassName
{
background-color: #ED0EFA;
}
.BgClassName
{
background-color: #ED0EFA;
}
</style>
border-color css
<style>
span { border-color: #ED0EFA; }
span { border-color: rgb(237,14,250); }
td.TdClassName
{
border-color: #ED0EFA;
}
.TagClassName
{
border-color: #ED0EFA;
}
</style>