Shades of Psychedelic Purple #ED2FFA
Tints of Psychedelic Purple #ED2FFA
RGB
CMYK
RGB Variations
Color information
#ED2FFA (or 0xED2FFA) is known color: Psychedelic Purple. HEX triplet: ED, 2F and FA. RGB value is (237,47,250). Sum of RGB (Red+Green+Blue) = 237+47+250=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 47 (18.75% from 255 or 8.80% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED2FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2FFA is #12D005. Grayscale: #7E7E7E. Windows color (decimal): -1232902 or 16396269. OLE color: 16396269.
HSL color Cylindrical-coordinate representation of color #ED2FFA: hue angle of 296.16º degrees, saturation: 0.95, 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 #ED2FFA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 47 | 250 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.02 |
| HSL | 296.16º | 0.95% | 0.58% | - |
| HSV(B) | 296.16º | 0.81% | 0.98% | - |
| XYZ | 53.2 | 26.94 | 92.84 | - |
| YUV | 126.95 | 197.45 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 250 | 0.05 | 0.81 | 0 | 0.02 | 296.16 | 0.95 | 0.58 |
| Hex | ED | 2F | FA | 5 | 51 | 0 | 2 | 128 | 5F | 3A |
| Octal | 355 | 57 | 372 | 5 | 121 | 0 | 2 | 450 | 137 | 72 |
| Binary | 11101101 | 101111 | 11111010 | 101 | 1010001 | 0 | 10 | 100101000 | 1011111 | 111010 |
Color Harmonies of #ED2FFA
Complementary color
Monochromatic Colors of #ED2FFA
Black with #ED2FFA
Text Example
Text Example
White with #ED2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2FFA; }
p { color: rgb(237,47,250); }
H1.HeaderClassName
{
color: #ED2FFA;
}
.AnyTagClassName
{
color: #ED2FFA;
}
</style>
background-color css
<style>
a { background-color: #ED2FFA; }
a { background-color: rgb(237,47,250); }
div.DivClassName
{
background-color: #ED2FFA;
}
.BgClassName
{
background-color: #ED2FFA;
}
</style>
border-color css
<style>
span { border-color: #ED2FFA; }
span { border-color: rgb(237,47,250); }
td.TdClassName
{
border-color: #ED2FFA;
}
.TagClassName
{
border-color: #ED2FFA;
}
</style>