Shades of Psychedelic Purple #ED2DF9
Tints of Psychedelic Purple #ED2DF9
RGB
CMYK
RGB Variations
Color information
#ED2DF9 (or 0xED2DF9) is known color: Psychedelic Purple. HEX triplet: ED, 2D and F9. RGB value is (237,45,249). Sum of RGB (Red+Green+Blue) = 237+45+249=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 45 (17.97% from 255 or 8.47% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED2DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2DF9 is #12D206. Grayscale: #7D7D7D. Windows color (decimal): -1233415 or 16330221. OLE color: 16330221.
HSL color Cylindrical-coordinate representation of color #ED2DF9: hue angle of 296.47º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2DF9 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 45 | 249 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.02 |
| HSL | 296.47º | 0.94% | 0.58% | - |
| HSV(B) | 296.47º | 0.82% | 0.98% | - |
| XYZ | 52.96 | 26.72 | 91.99 | - |
| YUV | 125.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 249 | 0.05 | 0.82 | 0 | 0.02 | 296.47 | 0.94 | 0.58 |
| Hex | ED | 2D | F9 | 5 | 52 | 0 | 2 | 128 | 5E | 3A |
| Octal | 355 | 55 | 371 | 5 | 122 | 0 | 2 | 450 | 136 | 72 |
| Binary | 11101101 | 101101 | 11111001 | 101 | 1010010 | 0 | 10 | 100101000 | 1011110 | 111010 |
Color Harmonies of #ED2DF9
Complementary color
Monochromatic Colors of #ED2DF9
Black with #ED2DF9
Text Example
Text Example
White with #ED2DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DF9; }
p { color: rgb(237,45,249); }
H1.HeaderClassName
{
color: #ED2DF9;
}
.AnyTagClassName
{
color: #ED2DF9;
}
</style>
background-color css
<style>
a { background-color: #ED2DF9; }
a { background-color: rgb(237,45,249); }
div.DivClassName
{
background-color: #ED2DF9;
}
.BgClassName
{
background-color: #ED2DF9;
}
</style>
border-color css
<style>
span { border-color: #ED2DF9; }
span { border-color: rgb(237,45,249); }
td.TdClassName
{
border-color: #ED2DF9;
}
.TagClassName
{
border-color: #ED2DF9;
}
</style>