Shades of Psychedelic Purple #ED27FE
Tints of Psychedelic Purple #ED27FE
RGB
CMYK
RGB Variations
Color information
#ED27FE (or 0xED27FE) is known color: Psychedelic Purple. HEX triplet: ED, 27 and FE. RGB value is (237,39,254). Sum of RGB (Red+Green+Blue) = 237+39+254=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 39 (15.62% from 255 or 7.36% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED27FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED27FE is #12D801. Grayscale: #7A7A7A. Windows color (decimal): -1234946 or 16656365. OLE color: 16656365.
HSL color Cylindrical-coordinate representation of color #ED27FE: hue angle of 295.26º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED27FE is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 39 | 254 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.00 |
| HSL | 295.26º | 0.99% | 0.57% | - |
| HSV(B) | 295.26º | 0.85% | 1% | - |
| XYZ | 53.54 | 26.61 | 96.08 | - |
| YUV | 122.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 254 | 0.07 | 0.85 | 0 | 0.00 | 295.26 | 0.99 | 0.57 |
| Hex | ED | 27 | FE | 7 | 55 | 0 | 0 | 127 | 63 | 39 |
| Octal | 355 | 47 | 376 | 7 | 125 | 0 | 0 | 447 | 143 | 71 |
| Binary | 11101101 | 100111 | 11111110 | 111 | 1010101 | 0 | 0 | 100100111 | 1100011 | 111001 |
Color Harmonies of #ED27FE
Complementary color
Monochromatic Colors of #ED27FE
Black with #ED27FE
Text Example
Text Example
White with #ED27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27FE; }
p { color: rgb(237,39,254); }
H1.HeaderClassName
{
color: #ED27FE;
}
.AnyTagClassName
{
color: #ED27FE;
}
</style>
background-color css
<style>
a { background-color: #ED27FE; }
a { background-color: rgb(237,39,254); }
div.DivClassName
{
background-color: #ED27FE;
}
.BgClassName
{
background-color: #ED27FE;
}
</style>
border-color css
<style>
span { border-color: #ED27FE; }
span { border-color: rgb(237,39,254); }
td.TdClassName
{
border-color: #ED27FE;
}
.TagClassName
{
border-color: #ED27FE;
}
</style>