Shades of Psychedelic Purple #ED16FE
Tints of Psychedelic Purple #ED16FE
RGB
CMYK
RGB Variations
Color information
#ED16FE (or 0xED16FE) is known color: Psychedelic Purple. HEX triplet: ED, 16 and FE. RGB value is (237,22,254). Sum of RGB (Red+Green+Blue) = 237+22+254=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 22 (8.98% from 255 or 4.29% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED16FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED16FE is #12E901. Grayscale: #707070. Windows color (decimal): -1239298 or 16652013. OLE color: 16652013.
HSL color Cylindrical-coordinate representation of color #ED16FE: hue angle of 295.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED16FE is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 22 | 254 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.00 |
| HSL | 295.6º | 0.99% | 0.54% | - |
| HSV(B) | 295.6º | 0.91% | 1% | - |
| XYZ | 53.1 | 25.73 | 95.93 | - |
| YUV | 112.73 | 207.73 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 254 | 0.07 | 0.91 | 0 | 0.00 | 295.6 | 0.99 | 0.54 |
| Hex | ED | 16 | FE | 7 | 5B | 0 | 0 | 128 | 63 | 36 |
| Octal | 355 | 26 | 376 | 7 | 133 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11101101 | 10110 | 11111110 | 111 | 1011011 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #ED16FE
Complementary color
Monochromatic Colors of #ED16FE
Black with #ED16FE
Text Example
Text Example
White with #ED16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED16FE; }
p { color: rgb(237,22,254); }
H1.HeaderClassName
{
color: #ED16FE;
}
.AnyTagClassName
{
color: #ED16FE;
}
</style>
background-color css
<style>
a { background-color: #ED16FE; }
a { background-color: rgb(237,22,254); }
div.DivClassName
{
background-color: #ED16FE;
}
.BgClassName
{
background-color: #ED16FE;
}
</style>
border-color css
<style>
span { border-color: #ED16FE; }
span { border-color: rgb(237,22,254); }
td.TdClassName
{
border-color: #ED16FE;
}
.TagClassName
{
border-color: #ED16FE;
}
</style>