Shades of Psychedelic Purple #ED07FF
Tints of Psychedelic Purple #ED07FF
RGB
CMYK
RGB Variations
Color information
#ED07FF (or 0xED07FF) is known color: Psychedelic Purple. HEX triplet: ED, 07 and FF. RGB value is (237,7,255). Sum of RGB (Red+Green+Blue) = 237+7+255=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 7 (3.12% from 255 or 1.40% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED07FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED07FF is #12F800. Grayscale: #676767. Windows color (decimal): -1243137 or 16713709. OLE color: 16713709.
HSL color Cylindrical-coordinate representation of color #ED07FF: hue angle of 295.65º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07FF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 7 | 255 | - |
| CMYK | 0.07 | 0.97 | 0 | 0 |
| HSL | 295.65º | 1% | 0.51% | - |
| HSV(B) | 295.65º | 0.97% | 1% | - |
| XYZ | 53.05 | 25.38 | 96.71 | - |
| YUV | 104.04 | 213.2 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 255 | 0.07 | 0.97 | 0 | 0 | 295.65 | 1 | 0.51 |
| Hex | ED | 7 | FF | 7 | 61 | 0 | 0 | 128 | 64 | 33 |
| Octal | 355 | 7 | 377 | 7 | 141 | 0 | 0 | 450 | 144 | 63 |
| Binary | 11101101 | 111 | 11111111 | 111 | 1100001 | 0 | 0 | 100101000 | 1100100 | 110011 |
Color Harmonies of #ED07FF
Complementary color
Monochromatic Colors of #ED07FF
Black with #ED07FF
Text Example
Text Example
White with #ED07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07FF; }
p { color: rgb(237,7,255); }
H1.HeaderClassName
{
color: #ED07FF;
}
.AnyTagClassName
{
color: #ED07FF;
}
</style>
background-color css
<style>
a { background-color: #ED07FF; }
a { background-color: rgb(237,7,255); }
div.DivClassName
{
background-color: #ED07FF;
}
.BgClassName
{
background-color: #ED07FF;
}
</style>
border-color css
<style>
span { border-color: #ED07FF; }
span { border-color: rgb(237,7,255); }
td.TdClassName
{
border-color: #ED07FF;
}
.TagClassName
{
border-color: #ED07FF;
}
</style>