Shades of Psychedelic Purple #ED17FD
Tints of Psychedelic Purple #ED17FD
RGB
CMYK
RGB Variations
Color information
#ED17FD (or 0xED17FD) is known color: Psychedelic Purple. HEX triplet: ED, 17 and FD. RGB value is (237,23,253). Sum of RGB (Red+Green+Blue) = 237+23+253=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 23 (9.38% from 255 or 4.48% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED17FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED17FD is #12E802. Grayscale: #707070. Windows color (decimal): -1239043 or 16586733. OLE color: 16586733.
HSL color Cylindrical-coordinate representation of color #ED17FD: hue angle of 295.83º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED17FD is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 23 | 253 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.01 |
| HSL | 295.83º | 0.98% | 0.54% | - |
| HSV(B) | 295.83º | 0.91% | 0.99% | - |
| XYZ | 52.96 | 25.71 | 95.1 | - |
| YUV | 113.21 | 206.9 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 253 | 0.06 | 0.91 | 0 | 0.01 | 295.83 | 0.98 | 0.54 |
| Hex | ED | 17 | FD | 6 | 5B | 0 | 1 | 128 | 62 | 36 |
| Octal | 355 | 27 | 375 | 6 | 133 | 0 | 1 | 450 | 142 | 66 |
| Binary | 11101101 | 10111 | 11111101 | 110 | 1011011 | 0 | 1 | 100101000 | 1100010 | 110110 |
Color Harmonies of #ED17FD
Complementary color
Monochromatic Colors of #ED17FD
Black with #ED17FD
Text Example
Text Example
White with #ED17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED17FD; }
p { color: rgb(237,23,253); }
H1.HeaderClassName
{
color: #ED17FD;
}
.AnyTagClassName
{
color: #ED17FD;
}
</style>
background-color css
<style>
a { background-color: #ED17FD; }
a { background-color: rgb(237,23,253); }
div.DivClassName
{
background-color: #ED17FD;
}
.BgClassName
{
background-color: #ED17FD;
}
</style>
border-color css
<style>
span { border-color: #ED17FD; }
span { border-color: rgb(237,23,253); }
td.TdClassName
{
border-color: #ED17FD;
}
.TagClassName
{
border-color: #ED17FD;
}
</style>