Shades of Psychedelic Purple #ED03FA
Tints of Psychedelic Purple #ED03FA
RGB
CMYK
RGB Variations
Color information
#ED03FA (or 0xED03FA) is known color: Psychedelic Purple. HEX triplet: ED, 03 and FA. RGB value is (237,3,250). Sum of RGB (Red+Green+Blue) = 237+3+250=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 3 (1.56% from 255 or 0.61% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED03FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED03FA is #12FC05. Grayscale: #646464. Windows color (decimal): -1244166 or 16385005. OLE color: 16385005.
HSL color Cylindrical-coordinate representation of color #ED03FA: hue angle of 296.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03FA is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 3 | 250 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.02 |
| HSL | 296.84º | 0.98% | 0.5% | - |
| HSV(B) | 296.84º | 0.99% | 0.98% | - |
| XYZ | 52.21 | 24.97 | 92.51 | - |
| YUV | 101.12 | 212.02 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 250 | 0.05 | 0.99 | 0 | 0.02 | 296.84 | 0.98 | 0.5 |
| Hex | ED | 3 | FA | 5 | 63 | 0 | 2 | 129 | 62 | 32 |
| Octal | 355 | 3 | 372 | 5 | 143 | 0 | 2 | 451 | 142 | 62 |
| Binary | 11101101 | 11 | 11111010 | 101 | 1100011 | 0 | 10 | 100101001 | 1100010 | 110010 |
Color Harmonies of #ED03FA
Complementary color
Monochromatic Colors of #ED03FA
Black with #ED03FA
Text Example
Text Example
White with #ED03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03FA; }
p { color: rgb(237,3,250); }
H1.HeaderClassName
{
color: #ED03FA;
}
.AnyTagClassName
{
color: #ED03FA;
}
</style>
background-color css
<style>
a { background-color: #ED03FA; }
a { background-color: rgb(237,3,250); }
div.DivClassName
{
background-color: #ED03FA;
}
.BgClassName
{
background-color: #ED03FA;
}
</style>
border-color css
<style>
span { border-color: #ED03FA; }
span { border-color: rgb(237,3,250); }
td.TdClassName
{
border-color: #ED03FA;
}
.TagClassName
{
border-color: #ED03FA;
}
</style>