Shades of Psychedelic Purple #ED2CF9
Tints of Psychedelic Purple #ED2CF9
RGB
CMYK
RGB Variations
Color information
#ED2CF9 (or 0xED2CF9) is known color: Psychedelic Purple. HEX triplet: ED, 2C and F9. RGB value is (237,44,249). Sum of RGB (Red+Green+Blue) = 237+44+249=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 44 (17.58% from 255 or 8.30% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED2CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2CF9 is #12D306. Grayscale: #7C7C7C. Windows color (decimal): -1233671 or 16329965. OLE color: 16329965.
HSL color Cylindrical-coordinate representation of color #ED2CF9: hue angle of 296.49º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2CF9 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 44 | 249 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.02 |
| HSL | 296.49º | 0.94% | 0.57% | - |
| HSV(B) | 296.49º | 0.82% | 0.98% | - |
| XYZ | 52.92 | 26.65 | 91.98 | - |
| YUV | 125.08 | 197.94 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 249 | 0.05 | 0.82 | 0 | 0.02 | 296.49 | 0.94 | 0.57 |
| Hex | ED | 2C | F9 | 5 | 52 | 0 | 2 | 128 | 5E | 39 |
| Octal | 355 | 54 | 371 | 5 | 122 | 0 | 2 | 450 | 136 | 71 |
| Binary | 11101101 | 101100 | 11111001 | 101 | 1010010 | 0 | 10 | 100101000 | 1011110 | 111001 |
Color Harmonies of #ED2CF9
Complementary color
Monochromatic Colors of #ED2CF9
Black with #ED2CF9
Text Example
Text Example
White with #ED2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CF9; }
p { color: rgb(237,44,249); }
H1.HeaderClassName
{
color: #ED2CF9;
}
.AnyTagClassName
{
color: #ED2CF9;
}
</style>
background-color css
<style>
a { background-color: #ED2CF9; }
a { background-color: rgb(237,44,249); }
div.DivClassName
{
background-color: #ED2CF9;
}
.BgClassName
{
background-color: #ED2CF9;
}
</style>
border-color css
<style>
span { border-color: #ED2CF9; }
span { border-color: rgb(237,44,249); }
td.TdClassName
{
border-color: #ED2CF9;
}
.TagClassName
{
border-color: #ED2CF9;
}
</style>