Shades of Psychedelic Purple #ED1CFE
Tints of Psychedelic Purple #ED1CFE
RGB
CMYK
RGB Variations
Color information
#ED1CFE (or 0xED1CFE) is known color: Psychedelic Purple. HEX triplet: ED, 1C and FE. RGB value is (237,28,254). Sum of RGB (Red+Green+Blue) = 237+28+254=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 28 (11.33% from 255 or 5.39% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED1CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1CFE is #12E301. Grayscale: #737373. Windows color (decimal): -1237762 or 16653549. OLE color: 16653549.
HSL color Cylindrical-coordinate representation of color #ED1CFE: hue angle of 295.49º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1CFE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 28 | 254 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.00 |
| HSL | 295.49º | 0.99% | 0.55% | - |
| HSV(B) | 295.49º | 0.89% | 1% | - |
| XYZ | 53.23 | 25.99 | 95.98 | - |
| YUV | 116.26 | 205.74 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 28 | 254 | 0.07 | 0.89 | 0 | 0.00 | 295.49 | 0.99 | 0.55 |
| Hex | ED | 1C | FE | 7 | 59 | 0 | 0 | 127 | 63 | 37 |
| Octal | 355 | 34 | 376 | 7 | 131 | 0 | 0 | 447 | 143 | 67 |
| Binary | 11101101 | 11100 | 11111110 | 111 | 1011001 | 0 | 0 | 100100111 | 1100011 | 110111 |
Color Harmonies of #ED1CFE
Complementary color
Monochromatic Colors of #ED1CFE
Black with #ED1CFE
Text Example
Text Example
White with #ED1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1CFE; }
p { color: rgb(237,28,254); }
H1.HeaderClassName
{
color: #ED1CFE;
}
.AnyTagClassName
{
color: #ED1CFE;
}
</style>
background-color css
<style>
a { background-color: #ED1CFE; }
a { background-color: rgb(237,28,254); }
div.DivClassName
{
background-color: #ED1CFE;
}
.BgClassName
{
background-color: #ED1CFE;
}
</style>
border-color css
<style>
span { border-color: #ED1CFE; }
span { border-color: rgb(237,28,254); }
td.TdClassName
{
border-color: #ED1CFE;
}
.TagClassName
{
border-color: #ED1CFE;
}
</style>