Shades of Psychedelic Purple #ED28FC
Tints of Psychedelic Purple #ED28FC
RGB
CMYK
RGB Variations
Color information
#ED28FC (or 0xED28FC) is known color: Psychedelic Purple. HEX triplet: ED, 28 and FC. RGB value is (237,40,252). Sum of RGB (Red+Green+Blue) = 237+40+252=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 40 (16.02% from 255 or 7.56% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED28FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED28FC is #12D703. Grayscale: #7A7A7A. Windows color (decimal): -1234692 or 16525549. OLE color: 16525549.
HSL color Cylindrical-coordinate representation of color #ED28FC: hue angle of 295.75º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED28FC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 40 | 252 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.01 |
| HSL | 295.75º | 0.97% | 0.57% | - |
| HSV(B) | 295.75º | 0.84% | 0.99% | - |
| XYZ | 53.25 | 26.55 | 94.41 | - |
| YUV | 123.07 | 200.77 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 252 | 0.06 | 0.84 | 0 | 0.01 | 295.75 | 0.97 | 0.57 |
| Hex | ED | 28 | FC | 6 | 54 | 0 | 1 | 128 | 61 | 39 |
| Octal | 355 | 50 | 374 | 6 | 124 | 0 | 1 | 450 | 141 | 71 |
| Binary | 11101101 | 101000 | 11111100 | 110 | 1010100 | 0 | 1 | 100101000 | 1100001 | 111001 |
Color Harmonies of #ED28FC
Complementary color
Monochromatic Colors of #ED28FC
Black with #ED28FC
Text Example
Text Example
White with #ED28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28FC; }
p { color: rgb(237,40,252); }
H1.HeaderClassName
{
color: #ED28FC;
}
.AnyTagClassName
{
color: #ED28FC;
}
</style>
background-color css
<style>
a { background-color: #ED28FC; }
a { background-color: rgb(237,40,252); }
div.DivClassName
{
background-color: #ED28FC;
}
.BgClassName
{
background-color: #ED28FC;
}
</style>
border-color css
<style>
span { border-color: #ED28FC; }
span { border-color: rgb(237,40,252); }
td.TdClassName
{
border-color: #ED28FC;
}
.TagClassName
{
border-color: #ED28FC;
}
</style>