Shades of Psychedelic Purple #ED2CFE
Tints of Psychedelic Purple #ED2CFE
RGB
CMYK
RGB Variations
Color information
#ED2CFE (or 0xED2CFE) is known color: Psychedelic Purple. HEX triplet: ED, 2C and FE. RGB value is (237,44,254). Sum of RGB (Red+Green+Blue) = 237+44+254=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 44 (17.58% from 255 or 8.22% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED2CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2CFE is #12D301. Grayscale: #7C7C7C. Windows color (decimal): -1233666 or 16657645. OLE color: 16657645.
HSL color Cylindrical-coordinate representation of color #ED2CFE: hue angle of 295.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2CFE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 44 | 254 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.00 |
| HSL | 295.14º | 0.99% | 0.58% | - |
| HSV(B) | 295.14º | 0.83% | 1% | - |
| XYZ | 53.72 | 26.96 | 96.14 | - |
| YUV | 125.65 | 200.44 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 44 | 254 | 0.07 | 0.83 | 0 | 0.00 | 295.14 | 0.99 | 0.58 |
| Hex | ED | 2C | FE | 7 | 53 | 0 | 0 | 127 | 63 | 3A |
| Octal | 355 | 54 | 376 | 7 | 123 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101101 | 101100 | 11111110 | 111 | 1010011 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #ED2CFE
Complementary color
Monochromatic Colors of #ED2CFE
Black with #ED2CFE
Text Example
Text Example
White with #ED2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2CFE; }
p { color: rgb(237,44,254); }
H1.HeaderClassName
{
color: #ED2CFE;
}
.AnyTagClassName
{
color: #ED2CFE;
}
</style>
background-color css
<style>
a { background-color: #ED2CFE; }
a { background-color: rgb(237,44,254); }
div.DivClassName
{
background-color: #ED2CFE;
}
.BgClassName
{
background-color: #ED2CFE;
}
</style>
border-color css
<style>
span { border-color: #ED2CFE; }
span { border-color: rgb(237,44,254); }
td.TdClassName
{
border-color: #ED2CFE;
}
.TagClassName
{
border-color: #ED2CFE;
}
</style>