Shades of Psychedelic Purple #ED10FE
Tints of Psychedelic Purple #ED10FE
RGB
CMYK
RGB Variations
Color information
#ED10FE (or 0xED10FE) is known color: Psychedelic Purple. HEX triplet: ED, 10 and FE. RGB value is (237,16,254). Sum of RGB (Red+Green+Blue) = 237+16+254=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 16 (6.64% from 255 or 3.16% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED10FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED10FE is #12EF01. Grayscale: #6C6C6C. Windows color (decimal): -1240834 or 16650477. OLE color: 16650477.
HSL color Cylindrical-coordinate representation of color #ED10FE: hue angle of 295.71º 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 #ED10FE is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 16 | 254 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.00 |
| HSL | 295.71º | 0.99% | 0.53% | - |
| HSV(B) | 295.71º | 0.94% | 1% | - |
| XYZ | 53 | 25.53 | 95.9 | - |
| YUV | 109.21 | 209.72 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 254 | 0.07 | 0.94 | 0 | 0.00 | 295.71 | 0.99 | 0.53 |
| Hex | ED | 10 | FE | 7 | 5E | 0 | 0 | 128 | 63 | 35 |
| Octal | 355 | 20 | 376 | 7 | 136 | 0 | 0 | 450 | 143 | 65 |
| Binary | 11101101 | 10000 | 11111110 | 111 | 1011110 | 0 | 0 | 100101000 | 1100011 | 110101 |
Color Harmonies of #ED10FE
Complementary color
Monochromatic Colors of #ED10FE
Black with #ED10FE
Text Example
Text Example
White with #ED10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10FE; }
p { color: rgb(237,16,254); }
H1.HeaderClassName
{
color: #ED10FE;
}
.AnyTagClassName
{
color: #ED10FE;
}
</style>
background-color css
<style>
a { background-color: #ED10FE; }
a { background-color: rgb(237,16,254); }
div.DivClassName
{
background-color: #ED10FE;
}
.BgClassName
{
background-color: #ED10FE;
}
</style>
border-color css
<style>
span { border-color: #ED10FE; }
span { border-color: rgb(237,16,254); }
td.TdClassName
{
border-color: #ED10FE;
}
.TagClassName
{
border-color: #ED10FE;
}
</style>