Shades of Psychedelic Purple #ED1AF5
Tints of Psychedelic Purple #ED1AF5
RGB
CMYK
RGB Variations
Color information
#ED1AF5 (or 0xED1AF5) is known color: Psychedelic Purple. HEX triplet: ED, 1A and F5. RGB value is (237,26,245). Sum of RGB (Red+Green+Blue) = 237+26+245=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 26 (10.55% from 255 or 5.12% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED1AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AF5 is #12E50A. Grayscale: #717171. Windows color (decimal): -1238283 or 16063213. OLE color: 16063213.
HSL color Cylindrical-coordinate representation of color #ED1AF5: hue angle of 297.81º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1AF5 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 26 | 245 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.04 |
| HSL | 297.81º | 0.92% | 0.53% | - |
| HSV(B) | 297.81º | 0.89% | 0.96% | - |
| XYZ | 51.78 | 25.34 | 88.55 | - |
| YUV | 114.06 | 201.9 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 245 | 0.03 | 0.89 | 0 | 0.04 | 297.81 | 0.92 | 0.53 |
| Hex | ED | 1A | F5 | 3 | 59 | 0 | 4 | 12A | 5C | 35 |
| Octal | 355 | 32 | 365 | 3 | 131 | 0 | 4 | 452 | 134 | 65 |
| Binary | 11101101 | 11010 | 11110101 | 11 | 1011001 | 0 | 100 | 100101010 | 1011100 | 110101 |
Color Harmonies of #ED1AF5
Complementary color
Monochromatic Colors of #ED1AF5
Black with #ED1AF5
Text Example
Text Example
White with #ED1AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1AF5; }
p { color: rgb(237,26,245); }
H1.HeaderClassName
{
color: #ED1AF5;
}
.AnyTagClassName
{
color: #ED1AF5;
}
</style>
background-color css
<style>
a { background-color: #ED1AF5; }
a { background-color: rgb(237,26,245); }
div.DivClassName
{
background-color: #ED1AF5;
}
.BgClassName
{
background-color: #ED1AF5;
}
</style>
border-color css
<style>
span { border-color: #ED1AF5; }
span { border-color: rgb(237,26,245); }
td.TdClassName
{
border-color: #ED1AF5;
}
.TagClassName
{
border-color: #ED1AF5;
}
</style>