Shades of Psychedelic Purple #ED0FFE
Tints of Psychedelic Purple #ED0FFE
RGB
CMYK
RGB Variations
Color information
#ED0FFE (or 0xED0FFE) is known color: Psychedelic Purple. HEX triplet: ED, 0F and FE. RGB value is (237,15,254). Sum of RGB (Red+Green+Blue) = 237+15+254=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 15 (6.25% from 255 or 2.96% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED0FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FFE is #12F001. Grayscale: #6B6B6B. Windows color (decimal): -1241090 or 16650221. OLE color: 16650221.
HSL color Cylindrical-coordinate representation of color #ED0FFE: hue angle of 295.73º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FFE is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 15 | 254 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.00 |
| HSL | 295.73º | 0.99% | 0.53% | - |
| HSV(B) | 295.73º | 0.94% | 1% | - |
| XYZ | 52.99 | 25.5 | 95.9 | - |
| YUV | 108.62 | 210.05 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 254 | 0.07 | 0.94 | 0 | 0.00 | 295.73 | 0.99 | 0.53 |
| Hex | ED | F | FE | 7 | 5E | 0 | 0 | 128 | 63 | 35 |
| Octal | 355 | 17 | 376 | 7 | 136 | 0 | 0 | 450 | 143 | 65 |
| Binary | 11101101 | 1111 | 11111110 | 111 | 1011110 | 0 | 0 | 100101000 | 1100011 | 110101 |
Color Harmonies of #ED0FFE
Complementary color
Monochromatic Colors of #ED0FFE
Black with #ED0FFE
Text Example
Text Example
White with #ED0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FFE; }
p { color: rgb(237,15,254); }
H1.HeaderClassName
{
color: #ED0FFE;
}
.AnyTagClassName
{
color: #ED0FFE;
}
</style>
background-color css
<style>
a { background-color: #ED0FFE; }
a { background-color: rgb(237,15,254); }
div.DivClassName
{
background-color: #ED0FFE;
}
.BgClassName
{
background-color: #ED0FFE;
}
</style>
border-color css
<style>
span { border-color: #ED0FFE; }
span { border-color: rgb(237,15,254); }
td.TdClassName
{
border-color: #ED0FFE;
}
.TagClassName
{
border-color: #ED0FFE;
}
</style>