Shades of Psychedelic Purple #ED09FA
Tints of Psychedelic Purple #ED09FA
RGB
CMYK
RGB Variations
Color information
#ED09FA (or 0xED09FA) is known color: Psychedelic Purple. HEX triplet: ED, 09 and FA. RGB value is (237,9,250). Sum of RGB (Red+Green+Blue) = 237+9+250=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 9 (3.91% from 255 or 1.81% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED09FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09FA is #12F605. Grayscale: #676767. Windows color (decimal): -1242630 or 16386541. OLE color: 16386541.
HSL color Cylindrical-coordinate representation of color #ED09FA: hue angle of 296.76º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED09FA is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 9 | 250 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.02 |
| HSL | 296.76º | 0.96% | 0.51% | - |
| HSV(B) | 296.76º | 0.96% | 0.98% | - |
| XYZ | 52.28 | 25.1 | 92.53 | - |
| YUV | 104.65 | 210.04 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 250 | 0.05 | 0.96 | 0 | 0.02 | 296.76 | 0.96 | 0.51 |
| Hex | ED | 9 | FA | 5 | 60 | 0 | 2 | 129 | 60 | 33 |
| Octal | 355 | 11 | 372 | 5 | 140 | 0 | 2 | 451 | 140 | 63 |
| Binary | 11101101 | 1001 | 11111010 | 101 | 1100000 | 0 | 10 | 100101001 | 1100000 | 110011 |
Color Harmonies of #ED09FA
Complementary color
Monochromatic Colors of #ED09FA
Black with #ED09FA
Text Example
Text Example
White with #ED09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09FA; }
p { color: rgb(237,9,250); }
H1.HeaderClassName
{
color: #ED09FA;
}
.AnyTagClassName
{
color: #ED09FA;
}
</style>
background-color css
<style>
a { background-color: #ED09FA; }
a { background-color: rgb(237,9,250); }
div.DivClassName
{
background-color: #ED09FA;
}
.BgClassName
{
background-color: #ED09FA;
}
</style>
border-color css
<style>
span { border-color: #ED09FA; }
span { border-color: rgb(237,9,250); }
td.TdClassName
{
border-color: #ED09FA;
}
.TagClassName
{
border-color: #ED09FA;
}
</style>