Shades of Psychedelic Purple #ED30F7
Tints of Psychedelic Purple #ED30F7
RGB
CMYK
RGB Variations
Color information
#ED30F7 (or 0xED30F7) is known color: Psychedelic Purple. HEX triplet: ED, 30 and F7. RGB value is (237,48,247). Sum of RGB (Red+Green+Blue) = 237+48+247=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 48 (19.14% from 255 or 9.02% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED30F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED30F7 is #12CF08. Grayscale: #7E7E7E. Windows color (decimal): -1232649 or 16199917. OLE color: 16199917.
HSL color Cylindrical-coordinate representation of color #ED30F7: hue angle of 296.98º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED30F7 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 48 | 247 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.03 |
| HSL | 296.98º | 0.93% | 0.58% | - |
| HSV(B) | 296.98º | 0.81% | 0.97% | - |
| XYZ | 52.77 | 26.83 | 90.39 | - |
| YUV | 127.2 | 195.62 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 247 | 0.04 | 0.81 | 0 | 0.03 | 296.98 | 0.93 | 0.58 |
| Hex | ED | 30 | F7 | 4 | 51 | 0 | 3 | 129 | 5D | 3A |
| Octal | 355 | 60 | 367 | 4 | 121 | 0 | 3 | 451 | 135 | 72 |
| Binary | 11101101 | 110000 | 11110111 | 100 | 1010001 | 0 | 11 | 100101001 | 1011101 | 111010 |
Color Harmonies of #ED30F7
Complementary color
Monochromatic Colors of #ED30F7
Black with #ED30F7
Text Example
Text Example
White with #ED30F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30F7; }
p { color: rgb(237,48,247); }
H1.HeaderClassName
{
color: #ED30F7;
}
.AnyTagClassName
{
color: #ED30F7;
}
</style>
background-color css
<style>
a { background-color: #ED30F7; }
a { background-color: rgb(237,48,247); }
div.DivClassName
{
background-color: #ED30F7;
}
.BgClassName
{
background-color: #ED30F7;
}
</style>
border-color css
<style>
span { border-color: #ED30F7; }
span { border-color: rgb(237,48,247); }
td.TdClassName
{
border-color: #ED30F7;
}
.TagClassName
{
border-color: #ED30F7;
}
</style>