Shades of Psychedelic Purple #ED30FE
Tints of Psychedelic Purple #ED30FE
RGB
CMYK
RGB Variations
Color information
#ED30FE (or 0xED30FE) is known color: Psychedelic Purple. HEX triplet: ED, 30 and FE. RGB value is (237,48,254). Sum of RGB (Red+Green+Blue) = 237+48+254=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 48 (19.14% from 255 or 8.91% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED30FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED30FE is #12CF01. Grayscale: #7F7F7F. Windows color (decimal): -1232642 or 16658669. OLE color: 16658669.
HSL color Cylindrical-coordinate representation of color #ED30FE: hue angle of 295.05º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED30FE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 48 | 254 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.00 |
| HSL | 295.05º | 0.99% | 0.59% | - |
| HSV(B) | 295.05º | 0.81% | 1% | - |
| XYZ | 53.87 | 27.27 | 96.19 | - |
| YUV | 128 | 199.12 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 48 | 254 | 0.07 | 0.81 | 0 | 0.00 | 295.05 | 0.99 | 0.59 |
| Hex | ED | 30 | FE | 7 | 51 | 0 | 0 | 127 | 63 | 3B |
| Octal | 355 | 60 | 376 | 7 | 121 | 0 | 0 | 447 | 143 | 73 |
| Binary | 11101101 | 110000 | 11111110 | 111 | 1010001 | 0 | 0 | 100100111 | 1100011 | 111011 |
Color Harmonies of #ED30FE
Complementary color
Monochromatic Colors of #ED30FE
Black with #ED30FE
Text Example
Text Example
White with #ED30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED30FE; }
p { color: rgb(237,48,254); }
H1.HeaderClassName
{
color: #ED30FE;
}
.AnyTagClassName
{
color: #ED30FE;
}
</style>
background-color css
<style>
a { background-color: #ED30FE; }
a { background-color: rgb(237,48,254); }
div.DivClassName
{
background-color: #ED30FE;
}
.BgClassName
{
background-color: #ED30FE;
}
</style>
border-color css
<style>
span { border-color: #ED30FE; }
span { border-color: rgb(237,48,254); }
td.TdClassName
{
border-color: #ED30FE;
}
.TagClassName
{
border-color: #ED30FE;
}
</style>