Shades of Psychedelic Purple #ED0FF5
Tints of Psychedelic Purple #ED0FF5
RGB
CMYK
RGB Variations
Color information
#ED0FF5 (or 0xED0FF5) is known color: Psychedelic Purple. HEX triplet: ED, 0F and F5. RGB value is (237,15,245). Sum of RGB (Red+Green+Blue) = 237+15+245=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED0FF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FF5 is #12F00A. Grayscale: #6A6A6A. Windows color (decimal): -1241099 or 16060397. OLE color: 16060397.
HSL color Cylindrical-coordinate representation of color #ED0FF5: hue angle of 297.91º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FF5 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 15 | 245 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.04 |
| HSL | 297.91º | 0.92% | 0.51% | - |
| HSV(B) | 297.91º | 0.94% | 0.96% | - |
| XYZ | 51.58 | 24.94 | 88.48 | - |
| YUV | 107.6 | 205.55 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 245 | 0.03 | 0.94 | 0 | 0.04 | 297.91 | 0.92 | 0.51 |
| Hex | ED | F | F5 | 3 | 5E | 0 | 4 | 12A | 5C | 33 |
| Octal | 355 | 17 | 365 | 3 | 136 | 0 | 4 | 452 | 134 | 63 |
| Binary | 11101101 | 1111 | 11110101 | 11 | 1011110 | 0 | 100 | 100101010 | 1011100 | 110011 |
Color Harmonies of #ED0FF5
Complementary color
Monochromatic Colors of #ED0FF5
Black with #ED0FF5
Text Example
Text Example
White with #ED0FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FF5; }
p { color: rgb(237,15,245); }
H1.HeaderClassName
{
color: #ED0FF5;
}
.AnyTagClassName
{
color: #ED0FF5;
}
</style>
background-color css
<style>
a { background-color: #ED0FF5; }
a { background-color: rgb(237,15,245); }
div.DivClassName
{
background-color: #ED0FF5;
}
.BgClassName
{
background-color: #ED0FF5;
}
</style>
border-color css
<style>
span { border-color: #ED0FF5; }
span { border-color: rgb(237,15,245); }
td.TdClassName
{
border-color: #ED0FF5;
}
.TagClassName
{
border-color: #ED0FF5;
}
</style>