Shades of Psychedelic Purple #ED12FE
Tints of Psychedelic Purple #ED12FE
RGB
CMYK
RGB Variations
Color information
#ED12FE (or 0xED12FE) is known color: Psychedelic Purple. HEX triplet: ED, 12 and FE. RGB value is (237,18,254). Sum of RGB (Red+Green+Blue) = 237+18+254=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 18 (7.42% from 255 or 3.54% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED12FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12FE is #12ED01. Grayscale: #6D6D6D. Windows color (decimal): -1240322 or 16650989. OLE color: 16650989.
HSL color Cylindrical-coordinate representation of color #ED12FE: hue angle of 295.68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED12FE is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 18 | 254 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.00 |
| HSL | 295.68º | 0.99% | 0.53% | - |
| HSV(B) | 295.68º | 0.93% | 1% | - |
| XYZ | 53.03 | 25.59 | 95.91 | - |
| YUV | 110.39 | 209.05 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 254 | 0.07 | 0.93 | 0 | 0.00 | 295.68 | 0.99 | 0.53 |
| Hex | ED | 12 | FE | 7 | 5D | 0 | 0 | 128 | 63 | 35 |
| Octal | 355 | 22 | 376 | 7 | 135 | 0 | 0 | 450 | 143 | 65 |
| Binary | 11101101 | 10010 | 11111110 | 111 | 1011101 | 0 | 0 | 100101000 | 1100011 | 110101 |
Color Harmonies of #ED12FE
Complementary color
Monochromatic Colors of #ED12FE
Black with #ED12FE
Text Example
Text Example
White with #ED12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED12FE; }
p { color: rgb(237,18,254); }
H1.HeaderClassName
{
color: #ED12FE;
}
.AnyTagClassName
{
color: #ED12FE;
}
</style>
background-color css
<style>
a { background-color: #ED12FE; }
a { background-color: rgb(237,18,254); }
div.DivClassName
{
background-color: #ED12FE;
}
.BgClassName
{
background-color: #ED12FE;
}
</style>
border-color css
<style>
span { border-color: #ED12FE; }
span { border-color: rgb(237,18,254); }
td.TdClassName
{
border-color: #ED12FE;
}
.TagClassName
{
border-color: #ED12FE;
}
</style>