Shades of Psychedelic Purple #ED1AFF
Tints of Psychedelic Purple #ED1AFF
RGB
CMYK
RGB Variations
Color information
#ED1AFF (or 0xED1AFF) is known color: Psychedelic Purple. HEX triplet: ED, 1A and FF. RGB value is (237,26,255). Sum of RGB (Red+Green+Blue) = 237+26+255=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 26 (10.55% from 255 or 5.02% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED1AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AFF is #12E500. Grayscale: #727272. Windows color (decimal): -1238273 or 16718573. OLE color: 16718573.
HSL color Cylindrical-coordinate representation of color #ED1AFF: hue angle of 295.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1AFF is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 26 | 255 | - |
| CMYK | 0.07 | 0.90 | 0 | 0 |
| HSL | 295.28º | 1% | 0.55% | - |
| HSV(B) | 295.28º | 0.9% | 1% | - |
| XYZ | 53.34 | 25.96 | 96.81 | - |
| YUV | 115.2 | 206.9 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 255 | 0.07 | 0.90 | 0 | 0 | 295.28 | 1 | 0.55 |
| Hex | ED | 1A | FF | 7 | 5A | 0 | 0 | 127 | 64 | 37 |
| Octal | 355 | 32 | 377 | 7 | 132 | 0 | 0 | 447 | 144 | 67 |
| Binary | 11101101 | 11010 | 11111111 | 111 | 1011010 | 0 | 0 | 100100111 | 1100100 | 110111 |
Color Harmonies of #ED1AFF
Complementary color
Monochromatic Colors of #ED1AFF
Black with #ED1AFF
Text Example
Text Example
White with #ED1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1AFF; }
p { color: rgb(237,26,255); }
H1.HeaderClassName
{
color: #ED1AFF;
}
.AnyTagClassName
{
color: #ED1AFF;
}
</style>
background-color css
<style>
a { background-color: #ED1AFF; }
a { background-color: rgb(237,26,255); }
div.DivClassName
{
background-color: #ED1AFF;
}
.BgClassName
{
background-color: #ED1AFF;
}
</style>
border-color css
<style>
span { border-color: #ED1AFF; }
span { border-color: rgb(237,26,255); }
td.TdClassName
{
border-color: #ED1AFF;
}
.TagClassName
{
border-color: #ED1AFF;
}
</style>