Shades of Psychedelic Purple #ED1EFC
Tints of Psychedelic Purple #ED1EFC
RGB
CMYK
RGB Variations
Color information
#ED1EFC (or 0xED1EFC) is known color: Psychedelic Purple. HEX triplet: ED, 1E and FC. RGB value is (237,30,252). Sum of RGB (Red+Green+Blue) = 237+30+252=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 30 (12.11% from 255 or 5.78% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED1EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EFC is #12E103. Grayscale: #747474. Windows color (decimal): -1237252 or 16522989. OLE color: 16522989.
HSL color Cylindrical-coordinate representation of color #ED1EFC: hue angle of 295.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1EFC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 30 | 252 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.01 |
| HSL | 295.95º | 0.97% | 0.55% | - |
| HSV(B) | 295.95º | 0.88% | 0.99% | - |
| XYZ | 52.96 | 25.96 | 94.32 | - |
| YUV | 117.2 | 204.08 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 252 | 0.06 | 0.88 | 0 | 0.01 | 295.95 | 0.97 | 0.55 |
| Hex | ED | 1E | FC | 6 | 58 | 0 | 1 | 128 | 61 | 37 |
| Octal | 355 | 36 | 374 | 6 | 130 | 0 | 1 | 450 | 141 | 67 |
| Binary | 11101101 | 11110 | 11111100 | 110 | 1011000 | 0 | 1 | 100101000 | 1100001 | 110111 |
Color Harmonies of #ED1EFC
Complementary color
Monochromatic Colors of #ED1EFC
Black with #ED1EFC
Text Example
Text Example
White with #ED1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1EFC; }
p { color: rgb(237,30,252); }
H1.HeaderClassName
{
color: #ED1EFC;
}
.AnyTagClassName
{
color: #ED1EFC;
}
</style>
background-color css
<style>
a { background-color: #ED1EFC; }
a { background-color: rgb(237,30,252); }
div.DivClassName
{
background-color: #ED1EFC;
}
.BgClassName
{
background-color: #ED1EFC;
}
</style>
border-color css
<style>
span { border-color: #ED1EFC; }
span { border-color: rgb(237,30,252); }
td.TdClassName
{
border-color: #ED1EFC;
}
.TagClassName
{
border-color: #ED1EFC;
}
</style>