Shades of Psychedelic Purple #ED05F6
Tints of Psychedelic Purple #ED05F6
RGB
CMYK
RGB Variations
Color information
#ED05F6 (or 0xED05F6) is known color: Psychedelic Purple. HEX triplet: ED, 05 and F6. RGB value is (237,5,246). Sum of RGB (Red+Green+Blue) = 237+5+246=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED05F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED05F6 is #12FA09. Grayscale: #656565. Windows color (decimal): -1243658 or 16123373. OLE color: 16123373.
HSL color Cylindrical-coordinate representation of color #ED05F6: hue angle of 297.76º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED05F6 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 5 | 246 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.04 |
| HSL | 297.76º | 0.96% | 0.49% | - |
| HSV(B) | 297.76º | 0.98% | 0.96% | - |
| XYZ | 51.61 | 24.77 | 89.25 | - |
| YUV | 101.84 | 209.36 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 246 | 0.04 | 0.98 | 0 | 0.04 | 297.76 | 0.96 | 0.49 |
| Hex | ED | 5 | F6 | 4 | 62 | 0 | 4 | 12A | 60 | 31 |
| Octal | 355 | 5 | 366 | 4 | 142 | 0 | 4 | 452 | 140 | 61 |
| Binary | 11101101 | 101 | 11110110 | 100 | 1100010 | 0 | 100 | 100101010 | 1100000 | 110001 |
Color Harmonies of #ED05F6
Complementary color
Monochromatic Colors of #ED05F6
Black with #ED05F6
Text Example
Text Example
White with #ED05F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED05F6; }
p { color: rgb(237,5,246); }
H1.HeaderClassName
{
color: #ED05F6;
}
.AnyTagClassName
{
color: #ED05F6;
}
</style>
background-color css
<style>
a { background-color: #ED05F6; }
a { background-color: rgb(237,5,246); }
div.DivClassName
{
background-color: #ED05F6;
}
.BgClassName
{
background-color: #ED05F6;
}
</style>
border-color css
<style>
span { border-color: #ED05F6; }
span { border-color: rgb(237,5,246); }
td.TdClassName
{
border-color: #ED05F6;
}
.TagClassName
{
border-color: #ED05F6;
}
</style>