Shades of Psychedelic Purple #ED30F9
Tints of Psychedelic Purple #ED30F9
RGB
CMYK
RGB Variations
Color information
#ED30F9 (or 0xED30F9) is known color: Psychedelic Purple. HEX triplet: ED, 30 and F9. RGB value is (237,48,249). Sum of RGB (Red+Green+Blue) = 237+48+249=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 48 (19.14% from 255 or 8.99% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED30F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED30F9 is #12CF06. Grayscale: #7E7E7E. Windows color (decimal): -1232647 or 16330989. OLE color: 16330989.
HSL color Cylindrical-coordinate representation of color #ED30F9: hue angle of 296.42º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED30F9 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 48 | 249 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.02 |
| HSL | 296.42º | 0.94% | 0.58% | - |
| HSV(B) | 296.42º | 0.81% | 0.98% | - |
| XYZ | 53.08 | 26.96 | 92.03 | - |
| YUV | 127.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 249 | 0.05 | 0.81 | 0 | 0.02 | 296.42 | 0.94 | 0.58 |
| Hex | ED | 30 | F9 | 5 | 51 | 0 | 2 | 128 | 5E | 3A |
| Octal | 355 | 60 | 371 | 5 | 121 | 0 | 2 | 450 | 136 | 72 |
| Binary | 11101101 | 110000 | 11111001 | 101 | 1010001 | 0 | 10 | 100101000 | 1011110 | 111010 |
Color Harmonies of #ED30F9
Complementary color
Monochromatic Colors of #ED30F9
Black with #ED30F9
Text Example
Text Example
White with #ED30F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30F9; }
p { color: rgb(237,48,249); }
H1.HeaderClassName
{
color: #ED30F9;
}
.AnyTagClassName
{
color: #ED30F9;
}
</style>
background-color css
<style>
a { background-color: #ED30F9; }
a { background-color: rgb(237,48,249); }
div.DivClassName
{
background-color: #ED30F9;
}
.BgClassName
{
background-color: #ED30F9;
}
</style>
border-color css
<style>
span { border-color: #ED30F9; }
span { border-color: rgb(237,48,249); }
td.TdClassName
{
border-color: #ED30F9;
}
.TagClassName
{
border-color: #ED30F9;
}
</style>