Shades of Psychedelic Purple #ED11FF
Tints of Psychedelic Purple #ED11FF
RGB
CMYK
RGB Variations
Color information
#ED11FF (or 0xED11FF) is known color: Psychedelic Purple. HEX triplet: ED, 11 and FF. RGB value is (237,17,255). Sum of RGB (Red+Green+Blue) = 237+17+255=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 17 (7.03% from 255 or 3.34% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11FF is #12EE00. Grayscale: #6D6D6D. Windows color (decimal): -1240577 or 16716269. OLE color: 16716269.
HSL color Cylindrical-coordinate representation of color #ED11FF: hue angle of 295.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED11FF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 17 | 255 | - |
| CMYK | 0.07 | 0.93 | 0 | 0 |
| HSL | 295.46º | 1% | 0.53% | - |
| HSV(B) | 295.46º | 0.93% | 1% | - |
| XYZ | 53.18 | 25.63 | 96.75 | - |
| YUV | 109.91 | 209.89 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 255 | 0.07 | 0.93 | 0 | 0 | 295.46 | 1 | 0.53 |
| Hex | ED | 11 | FF | 7 | 5D | 0 | 0 | 127 | 64 | 35 |
| Octal | 355 | 21 | 377 | 7 | 135 | 0 | 0 | 447 | 144 | 65 |
| Binary | 11101101 | 10001 | 11111111 | 111 | 1011101 | 0 | 0 | 100100111 | 1100100 | 110101 |
Color Harmonies of #ED11FF
Complementary color
Monochromatic Colors of #ED11FF
Black with #ED11FF
Text Example
Text Example
White with #ED11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED11FF; }
p { color: rgb(237,17,255); }
H1.HeaderClassName
{
color: #ED11FF;
}
.AnyTagClassName
{
color: #ED11FF;
}
</style>
background-color css
<style>
a { background-color: #ED11FF; }
a { background-color: rgb(237,17,255); }
div.DivClassName
{
background-color: #ED11FF;
}
.BgClassName
{
background-color: #ED11FF;
}
</style>
border-color css
<style>
span { border-color: #ED11FF; }
span { border-color: rgb(237,17,255); }
td.TdClassName
{
border-color: #ED11FF;
}
.TagClassName
{
border-color: #ED11FF;
}
</style>