Shades of Psychedelic Purple #ED28F9
Tints of Psychedelic Purple #ED28F9
RGB
CMYK
RGB Variations
Color information
#ED28F9 (or 0xED28F9) is known color: Psychedelic Purple. HEX triplet: ED, 28 and F9. RGB value is (237,40,249). Sum of RGB (Red+Green+Blue) = 237+40+249=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 40 (16.02% from 255 or 7.60% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED28F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED28F9 is #12D706. Grayscale: #7A7A7A. Windows color (decimal): -1234695 or 16328941. OLE color: 16328941.
HSL color Cylindrical-coordinate representation of color #ED28F9: hue angle of 296.56º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED28F9 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 40 | 249 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.02 |
| HSL | 296.56º | 0.95% | 0.57% | - |
| HSV(B) | 296.56º | 0.84% | 0.98% | - |
| XYZ | 52.78 | 26.36 | 91.93 | - |
| YUV | 122.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 249 | 0.05 | 0.84 | 0 | 0.02 | 296.56 | 0.95 | 0.57 |
| Hex | ED | 28 | F9 | 5 | 54 | 0 | 2 | 129 | 5F | 39 |
| Octal | 355 | 50 | 371 | 5 | 124 | 0 | 2 | 451 | 137 | 71 |
| Binary | 11101101 | 101000 | 11111001 | 101 | 1010100 | 0 | 10 | 100101001 | 1011111 | 111001 |
Color Harmonies of #ED28F9
Complementary color
Monochromatic Colors of #ED28F9
Black with #ED28F9
Text Example
Text Example
White with #ED28F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28F9; }
p { color: rgb(237,40,249); }
H1.HeaderClassName
{
color: #ED28F9;
}
.AnyTagClassName
{
color: #ED28F9;
}
</style>
background-color css
<style>
a { background-color: #ED28F9; }
a { background-color: rgb(237,40,249); }
div.DivClassName
{
background-color: #ED28F9;
}
.BgClassName
{
background-color: #ED28F9;
}
</style>
border-color css
<style>
span { border-color: #ED28F9; }
span { border-color: rgb(237,40,249); }
td.TdClassName
{
border-color: #ED28F9;
}
.TagClassName
{
border-color: #ED28F9;
}
</style>