Shades of Psychedelic Purple #ED06F8
Tints of Psychedelic Purple #ED06F8
RGB
CMYK
RGB Variations
Color information
#ED06F8 (or 0xED06F8) is known color: Psychedelic Purple. HEX triplet: ED, 06 and F8. RGB value is (237,6,248). Sum of RGB (Red+Green+Blue) = 237+6+248=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 6 (2.73% from 255 or 1.22% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED06F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06F8 is #12F907. Grayscale: #656565. Windows color (decimal): -1243400 or 16254701. OLE color: 16254701.
HSL color Cylindrical-coordinate representation of color #ED06F8: hue angle of 297.27º 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 #ED06F8 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 6 | 248 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.03 |
| HSL | 297.27º | 0.95% | 0.5% | - |
| HSV(B) | 297.27º | 0.98% | 0.97% | - |
| XYZ | 51.93 | 24.91 | 90.88 | - |
| YUV | 102.66 | 210.03 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 248 | 0.04 | 0.98 | 0 | 0.03 | 297.27 | 0.95 | 0.5 |
| Hex | ED | 6 | F8 | 4 | 62 | 0 | 3 | 129 | 5F | 32 |
| Octal | 355 | 6 | 370 | 4 | 142 | 0 | 3 | 451 | 137 | 62 |
| Binary | 11101101 | 110 | 11111000 | 100 | 1100010 | 0 | 11 | 100101001 | 1011111 | 110010 |
Color Harmonies of #ED06F8
Complementary color
Monochromatic Colors of #ED06F8
Black with #ED06F8
Text Example
Text Example
White with #ED06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED06F8; }
p { color: rgb(237,6,248); }
H1.HeaderClassName
{
color: #ED06F8;
}
.AnyTagClassName
{
color: #ED06F8;
}
</style>
background-color css
<style>
a { background-color: #ED06F8; }
a { background-color: rgb(237,6,248); }
div.DivClassName
{
background-color: #ED06F8;
}
.BgClassName
{
background-color: #ED06F8;
}
</style>
border-color css
<style>
span { border-color: #ED06F8; }
span { border-color: rgb(237,6,248); }
td.TdClassName
{
border-color: #ED06F8;
}
.TagClassName
{
border-color: #ED06F8;
}
</style>