Shades of Psychedelic Purple #ED31FF
Tints of Psychedelic Purple #ED31FF
RGB
CMYK
RGB Variations
Color information
#ED31FF (or 0xED31FF) is known color: Psychedelic Purple. HEX triplet: ED, 31 and FF. RGB value is (237,49,255). Sum of RGB (Red+Green+Blue) = 237+49+255=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 49 (19.53% from 255 or 9.06% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED31FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED31FF is #12CE00. Grayscale: #808080. Windows color (decimal): -1232385 or 16724461. OLE color: 16724461.
HSL color Cylindrical-coordinate representation of color #ED31FF: hue angle of 294.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED31FF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 49 | 255 | - |
| CMYK | 0.07 | 0.81 | 0 | 0 |
| HSL | 294.76º | 1% | 0.6% | - |
| HSV(B) | 294.76º | 0.81% | 1% | - |
| XYZ | 54.07 | 27.42 | 97.05 | - |
| YUV | 128.7 | 199.28 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 49 | 255 | 0.07 | 0.81 | 0 | 0 | 294.76 | 1 | 0.6 |
| Hex | ED | 31 | FF | 7 | 51 | 0 | 0 | 127 | 64 | 3C |
| Octal | 355 | 61 | 377 | 7 | 121 | 0 | 0 | 447 | 144 | 74 |
| Binary | 11101101 | 110001 | 11111111 | 111 | 1010001 | 0 | 0 | 100100111 | 1100100 | 111100 |
Color Harmonies of #ED31FF
Complementary color
Monochromatic Colors of #ED31FF
Black with #ED31FF
Text Example
Text Example
White with #ED31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED31FF; }
p { color: rgb(237,49,255); }
H1.HeaderClassName
{
color: #ED31FF;
}
.AnyTagClassName
{
color: #ED31FF;
}
</style>
background-color css
<style>
a { background-color: #ED31FF; }
a { background-color: rgb(237,49,255); }
div.DivClassName
{
background-color: #ED31FF;
}
.BgClassName
{
background-color: #ED31FF;
}
</style>
border-color css
<style>
span { border-color: #ED31FF; }
span { border-color: rgb(237,49,255); }
td.TdClassName
{
border-color: #ED31FF;
}
.TagClassName
{
border-color: #ED31FF;
}
</style>