Shades of Psychedelic Purple #ED07F8
Tints of Psychedelic Purple #ED07F8
RGB
CMYK
RGB Variations
Color information
#ED07F8 (or 0xED07F8) is known color: Psychedelic Purple. HEX triplet: ED, 07 and F8. RGB value is (237,7,248). Sum of RGB (Red+Green+Blue) = 237+7+248=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 7 (3.12% from 255 or 1.42% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED07F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED07F8 is #12F807. Grayscale: #666666. Windows color (decimal): -1243144 or 16254957. OLE color: 16254957.
HSL color Cylindrical-coordinate representation of color #ED07F8: hue angle of 297.26º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07F8 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 7 | 248 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.03 |
| HSL | 297.26º | 0.95% | 0.5% | - |
| HSV(B) | 297.26º | 0.97% | 0.97% | - |
| XYZ | 51.94 | 24.93 | 90.88 | - |
| YUV | 103.24 | 209.7 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 248 | 0.04 | 0.97 | 0 | 0.03 | 297.26 | 0.95 | 0.5 |
| Hex | ED | 7 | F8 | 4 | 61 | 0 | 3 | 129 | 5F | 32 |
| Octal | 355 | 7 | 370 | 4 | 141 | 0 | 3 | 451 | 137 | 62 |
| Binary | 11101101 | 111 | 11111000 | 100 | 1100001 | 0 | 11 | 100101001 | 1011111 | 110010 |
Color Harmonies of #ED07F8
Complementary color
Monochromatic Colors of #ED07F8
Black with #ED07F8
Text Example
Text Example
White with #ED07F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07F8; }
p { color: rgb(237,7,248); }
H1.HeaderClassName
{
color: #ED07F8;
}
.AnyTagClassName
{
color: #ED07F8;
}
</style>
background-color css
<style>
a { background-color: #ED07F8; }
a { background-color: rgb(237,7,248); }
div.DivClassName
{
background-color: #ED07F8;
}
.BgClassName
{
background-color: #ED07F8;
}
</style>
border-color css
<style>
span { border-color: #ED07F8; }
span { border-color: rgb(237,7,248); }
td.TdClassName
{
border-color: #ED07F8;
}
.TagClassName
{
border-color: #ED07F8;
}
</style>