Shades of Psychedelic Purple #ED1EF5
Tints of Psychedelic Purple #ED1EF5
RGB
CMYK
RGB Variations
Color information
#ED1EF5 (or 0xED1EF5) is known color: Psychedelic Purple. HEX triplet: ED, 1E and F5. RGB value is (237,30,245). Sum of RGB (Red+Green+Blue) = 237+30+245=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 30 (12.11% from 255 or 5.86% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED1EF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EF5 is #12E10A. Grayscale: #737373. Windows color (decimal): -1237259 or 16064237. OLE color: 16064237.
HSL color Cylindrical-coordinate representation of color #ED1EF5: hue angle of 297.77º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1EF5 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 30 | 245 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.04 |
| HSL | 297.77º | 0.91% | 0.54% | - |
| HSV(B) | 297.77º | 0.88% | 0.96% | - |
| XYZ | 51.87 | 25.53 | 88.58 | - |
| YUV | 116.4 | 200.58 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 245 | 0.03 | 0.88 | 0 | 0.04 | 297.77 | 0.91 | 0.54 |
| Hex | ED | 1E | F5 | 3 | 58 | 0 | 4 | 12A | 5B | 36 |
| Octal | 355 | 36 | 365 | 3 | 130 | 0 | 4 | 452 | 133 | 66 |
| Binary | 11101101 | 11110 | 11110101 | 11 | 1011000 | 0 | 100 | 100101010 | 1011011 | 110110 |
Color Harmonies of #ED1EF5
Complementary color
Monochromatic Colors of #ED1EF5
Black with #ED1EF5
Text Example
Text Example
White with #ED1EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1EF5; }
p { color: rgb(237,30,245); }
H1.HeaderClassName
{
color: #ED1EF5;
}
.AnyTagClassName
{
color: #ED1EF5;
}
</style>
background-color css
<style>
a { background-color: #ED1EF5; }
a { background-color: rgb(237,30,245); }
div.DivClassName
{
background-color: #ED1EF5;
}
.BgClassName
{
background-color: #ED1EF5;
}
</style>
border-color css
<style>
span { border-color: #ED1EF5; }
span { border-color: rgb(237,30,245); }
td.TdClassName
{
border-color: #ED1EF5;
}
.TagClassName
{
border-color: #ED1EF5;
}
</style>