Shades of Psychedelic Purple #ED0FFD
Tints of Psychedelic Purple #ED0FFD
RGB
CMYK
RGB Variations
Color information
#ED0FFD (or 0xED0FFD) is known color: Psychedelic Purple. HEX triplet: ED, 0F and FD. RGB value is (237,15,253). Sum of RGB (Red+Green+Blue) = 237+15+253=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 15 (6.25% from 255 or 2.97% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED0FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FFD is #12F002. Grayscale: #6B6B6B. Windows color (decimal): -1241091 or 16584685. OLE color: 16584685.
HSL color Cylindrical-coordinate representation of color #ED0FFD: hue angle of 295.97º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FFD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 15 | 253 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.01 |
| HSL | 295.97º | 0.98% | 0.53% | - |
| HSV(B) | 295.97º | 0.94% | 0.99% | - |
| XYZ | 52.83 | 25.44 | 95.05 | - |
| YUV | 108.51 | 209.55 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 253 | 0.06 | 0.94 | 0 | 0.01 | 295.97 | 0.98 | 0.53 |
| Hex | ED | F | FD | 6 | 5E | 0 | 1 | 128 | 62 | 35 |
| Octal | 355 | 17 | 375 | 6 | 136 | 0 | 1 | 450 | 142 | 65 |
| Binary | 11101101 | 1111 | 11111101 | 110 | 1011110 | 0 | 1 | 100101000 | 1100010 | 110101 |
Color Harmonies of #ED0FFD
Complementary color
Monochromatic Colors of #ED0FFD
Black with #ED0FFD
Text Example
Text Example
White with #ED0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FFD; }
p { color: rgb(237,15,253); }
H1.HeaderClassName
{
color: #ED0FFD;
}
.AnyTagClassName
{
color: #ED0FFD;
}
</style>
background-color css
<style>
a { background-color: #ED0FFD; }
a { background-color: rgb(237,15,253); }
div.DivClassName
{
background-color: #ED0FFD;
}
.BgClassName
{
background-color: #ED0FFD;
}
</style>
border-color css
<style>
span { border-color: #ED0FFD; }
span { border-color: rgb(237,15,253); }
td.TdClassName
{
border-color: #ED0FFD;
}
.TagClassName
{
border-color: #ED0FFD;
}
</style>