Shades of Psychedelic Purple #ED04FE
Tints of Psychedelic Purple #ED04FE
RGB
CMYK
RGB Variations
Color information
#ED04FE (or 0xED04FE) is known color: Psychedelic Purple. HEX triplet: ED, 04 and FE. RGB value is (237,4,254). Sum of RGB (Red+Green+Blue) = 237+4+254=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 4 (1.95% from 255 or 0.81% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED04FE is #12FB01. Grayscale: #656565. Windows color (decimal): -1243906 or 16647405. OLE color: 16647405.
HSL color Cylindrical-coordinate representation of color #ED04FE: hue angle of 295.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED04FE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 4 | 254 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.00 |
| HSL | 295.92º | 0.99% | 0.51% | - |
| HSV(B) | 295.92º | 0.98% | 1% | - |
| XYZ | 52.86 | 25.25 | 95.85 | - |
| YUV | 102.17 | 213.69 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 254 | 0.07 | 0.98 | 0 | 0.00 | 295.92 | 0.99 | 0.51 |
| Hex | ED | 4 | FE | 7 | 62 | 0 | 0 | 128 | 63 | 33 |
| Octal | 355 | 4 | 376 | 7 | 142 | 0 | 0 | 450 | 143 | 63 |
| Binary | 11101101 | 100 | 11111110 | 111 | 1100010 | 0 | 0 | 100101000 | 1100011 | 110011 |
Color Harmonies of #ED04FE
Complementary color
Monochromatic Colors of #ED04FE
Black with #ED04FE
Text Example
Text Example
White with #ED04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED04FE; }
p { color: rgb(237,4,254); }
H1.HeaderClassName
{
color: #ED04FE;
}
.AnyTagClassName
{
color: #ED04FE;
}
</style>
background-color css
<style>
a { background-color: #ED04FE; }
a { background-color: rgb(237,4,254); }
div.DivClassName
{
background-color: #ED04FE;
}
.BgClassName
{
background-color: #ED04FE;
}
</style>
border-color css
<style>
span { border-color: #ED04FE; }
span { border-color: rgb(237,4,254); }
td.TdClassName
{
border-color: #ED04FE;
}
.TagClassName
{
border-color: #ED04FE;
}
</style>