Shades of Psychedelic Purple #ED07F9
Tints of Psychedelic Purple #ED07F9
RGB
CMYK
RGB Variations
Color information
#ED07F9 (or 0xED07F9) is known color: Psychedelic Purple. HEX triplet: ED, 07 and F9. RGB value is (237,7,249). Sum of RGB (Red+Green+Blue) = 237+7+249=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 7 (3.12% from 255 or 1.42% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED07F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED07F9 is #12F806. Grayscale: #666666. Windows color (decimal): -1243143 or 16320493. OLE color: 16320493.
HSL color Cylindrical-coordinate representation of color #ED07F9: hue angle of 297.02º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07F9 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 7 | 249 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.02 |
| HSL | 297.02º | 0.95% | 0.5% | - |
| HSV(B) | 297.02º | 0.97% | 0.98% | - |
| XYZ | 52.1 | 25 | 91.7 | - |
| YUV | 103.36 | 210.2 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 249 | 0.05 | 0.97 | 0 | 0.02 | 297.02 | 0.95 | 0.5 |
| Hex | ED | 7 | F9 | 5 | 61 | 0 | 2 | 129 | 5F | 32 |
| Octal | 355 | 7 | 371 | 5 | 141 | 0 | 2 | 451 | 137 | 62 |
| Binary | 11101101 | 111 | 11111001 | 101 | 1100001 | 0 | 10 | 100101001 | 1011111 | 110010 |
Color Harmonies of #ED07F9
Complementary color
Monochromatic Colors of #ED07F9
Black with #ED07F9
Text Example
Text Example
White with #ED07F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07F9; }
p { color: rgb(237,7,249); }
H1.HeaderClassName
{
color: #ED07F9;
}
.AnyTagClassName
{
color: #ED07F9;
}
</style>
background-color css
<style>
a { background-color: #ED07F9; }
a { background-color: rgb(237,7,249); }
div.DivClassName
{
background-color: #ED07F9;
}
.BgClassName
{
background-color: #ED07F9;
}
</style>
border-color css
<style>
span { border-color: #ED07F9; }
span { border-color: rgb(237,7,249); }
td.TdClassName
{
border-color: #ED07F9;
}
.TagClassName
{
border-color: #ED07F9;
}
</style>