Shades of Psychedelic Purple #ED2EFC
Tints of Psychedelic Purple #ED2EFC
RGB
CMYK
RGB Variations
Color information
#ED2EFC (or 0xED2EFC) is known color: Psychedelic Purple. HEX triplet: ED, 2E and FC. RGB value is (237,46,252). Sum of RGB (Red+Green+Blue) = 237+46+252=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 46 (18.36% from 255 or 8.60% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED2EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2EFC is #12D103. Grayscale: #7D7D7D. Windows color (decimal): -1233156 or 16527085. OLE color: 16527085.
HSL color Cylindrical-coordinate representation of color #ED2EFC: hue angle of 295.63º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2EFC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 46 | 252 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.01 |
| HSL | 295.63º | 0.97% | 0.58% | - |
| HSV(B) | 295.63º | 0.82% | 0.99% | - |
| XYZ | 53.47 | 26.99 | 94.49 | - |
| YUV | 126.59 | 198.78 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 252 | 0.06 | 0.82 | 0 | 0.01 | 295.63 | 0.97 | 0.58 |
| Hex | ED | 2E | FC | 6 | 52 | 0 | 1 | 128 | 61 | 3A |
| Octal | 355 | 56 | 374 | 6 | 122 | 0 | 1 | 450 | 141 | 72 |
| Binary | 11101101 | 101110 | 11111100 | 110 | 1010010 | 0 | 1 | 100101000 | 1100001 | 111010 |
Color Harmonies of #ED2EFC
Complementary color
Monochromatic Colors of #ED2EFC
Black with #ED2EFC
Text Example
Text Example
White with #ED2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2EFC; }
p { color: rgb(237,46,252); }
H1.HeaderClassName
{
color: #ED2EFC;
}
.AnyTagClassName
{
color: #ED2EFC;
}
</style>
background-color css
<style>
a { background-color: #ED2EFC; }
a { background-color: rgb(237,46,252); }
div.DivClassName
{
background-color: #ED2EFC;
}
.BgClassName
{
background-color: #ED2EFC;
}
</style>
border-color css
<style>
span { border-color: #ED2EFC; }
span { border-color: rgb(237,46,252); }
td.TdClassName
{
border-color: #ED2EFC;
}
.TagClassName
{
border-color: #ED2EFC;
}
</style>