Shades of Psychedelic Purple #ED18F9
Tints of Psychedelic Purple #ED18F9
RGB
CMYK
RGB Variations
Color information
#ED18F9 (or 0xED18F9) is known color: Psychedelic Purple. HEX triplet: ED, 18 and F9. RGB value is (237,24,249). Sum of RGB (Red+Green+Blue) = 237+24+249=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 24 (9.77% from 255 or 4.71% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED18F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED18F9 is #12E706. Grayscale: #707070. Windows color (decimal): -1238791 or 16324845. OLE color: 16324845.
HSL color Cylindrical-coordinate representation of color #ED18F9: hue angle of 296.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED18F9 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 24 | 249 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.02 |
| HSL | 296.8º | 0.95% | 0.54% | - |
| HSV(B) | 296.8º | 0.9% | 0.98% | - |
| XYZ | 52.35 | 25.5 | 91.78 | - |
| YUV | 113.34 | 204.57 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 249 | 0.05 | 0.90 | 0 | 0.02 | 296.8 | 0.95 | 0.54 |
| Hex | ED | 18 | F9 | 5 | 5A | 0 | 2 | 129 | 5F | 36 |
| Octal | 355 | 30 | 371 | 5 | 132 | 0 | 2 | 451 | 137 | 66 |
| Binary | 11101101 | 11000 | 11111001 | 101 | 1011010 | 0 | 10 | 100101001 | 1011111 | 110110 |
Color Harmonies of #ED18F9
Complementary color
Monochromatic Colors of #ED18F9
Black with #ED18F9
Text Example
Text Example
White with #ED18F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18F9; }
p { color: rgb(237,24,249); }
H1.HeaderClassName
{
color: #ED18F9;
}
.AnyTagClassName
{
color: #ED18F9;
}
</style>
background-color css
<style>
a { background-color: #ED18F9; }
a { background-color: rgb(237,24,249); }
div.DivClassName
{
background-color: #ED18F9;
}
.BgClassName
{
background-color: #ED18F9;
}
</style>
border-color css
<style>
span { border-color: #ED18F9; }
span { border-color: rgb(237,24,249); }
td.TdClassName
{
border-color: #ED18F9;
}
.TagClassName
{
border-color: #ED18F9;
}
</style>