Shades of Psychedelic Purple #ED06F7
Tints of Psychedelic Purple #ED06F7
RGB
CMYK
RGB Variations
Color information
#ED06F7 (or 0xED06F7) is known color: Psychedelic Purple. HEX triplet: ED, 06 and F7. RGB value is (237,6,247). Sum of RGB (Red+Green+Blue) = 237+6+247=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 6 (2.73% from 255 or 1.22% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED06F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06F7 is #12F908. Grayscale: #656565. Windows color (decimal): -1243401 or 16189165. OLE color: 16189165.
HSL color Cylindrical-coordinate representation of color #ED06F7: hue angle of 297.51º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED06F7 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 6 | 247 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.03 |
| HSL | 297.51º | 0.95% | 0.5% | - |
| HSV(B) | 297.51º | 0.98% | 0.97% | - |
| XYZ | 51.78 | 24.85 | 90.06 | - |
| YUV | 102.54 | 209.53 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 247 | 0.04 | 0.98 | 0 | 0.03 | 297.51 | 0.95 | 0.5 |
| Hex | ED | 6 | F7 | 4 | 62 | 0 | 3 | 12A | 5F | 32 |
| Octal | 355 | 6 | 367 | 4 | 142 | 0 | 3 | 452 | 137 | 62 |
| Binary | 11101101 | 110 | 11110111 | 100 | 1100010 | 0 | 11 | 100101010 | 1011111 | 110010 |
Color Harmonies of #ED06F7
Complementary color
Monochromatic Colors of #ED06F7
Black with #ED06F7
Text Example
Text Example
White with #ED06F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED06F7; }
p { color: rgb(237,6,247); }
H1.HeaderClassName
{
color: #ED06F7;
}
.AnyTagClassName
{
color: #ED06F7;
}
</style>
background-color css
<style>
a { background-color: #ED06F7; }
a { background-color: rgb(237,6,247); }
div.DivClassName
{
background-color: #ED06F7;
}
.BgClassName
{
background-color: #ED06F7;
}
</style>
border-color css
<style>
span { border-color: #ED06F7; }
span { border-color: rgb(237,6,247); }
td.TdClassName
{
border-color: #ED06F7;
}
.TagClassName
{
border-color: #ED06F7;
}
</style>