Shades of Psychedelic Purple #ED27FF
Tints of Psychedelic Purple #ED27FF
RGB
CMYK
RGB Variations
Color information
#ED27FF (or 0xED27FF) is known color: Psychedelic Purple. HEX triplet: ED, 27 and FF. RGB value is (237,39,255). Sum of RGB (Red+Green+Blue) = 237+39+255=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 39 (15.62% from 255 or 7.34% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED27FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED27FF is #12D800. Grayscale: #7A7A7A. Windows color (decimal): -1234945 or 16721901. OLE color: 16721901.
HSL color Cylindrical-coordinate representation of color #ED27FF: hue angle of 295º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED27FF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 39 | 255 | - |
| CMYK | 0.07 | 0.85 | 0 | 0 |
| HSL | 295º | 1% | 0.58% | - |
| HSV(B) | 295º | 0.85% | 1% | - |
| XYZ | 53.7 | 26.68 | 96.93 | - |
| YUV | 122.83 | 202.6 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 255 | 0.07 | 0.85 | 0 | 0 | 295 | 1 | 0.58 |
| Hex | ED | 27 | FF | 7 | 55 | 0 | 0 | 127 | 64 | 3A |
| Octal | 355 | 47 | 377 | 7 | 125 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101101 | 100111 | 11111111 | 111 | 1010101 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #ED27FF
Complementary color
Monochromatic Colors of #ED27FF
Black with #ED27FF
Text Example
Text Example
White with #ED27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED27FF; }
p { color: rgb(237,39,255); }
H1.HeaderClassName
{
color: #ED27FF;
}
.AnyTagClassName
{
color: #ED27FF;
}
</style>
background-color css
<style>
a { background-color: #ED27FF; }
a { background-color: rgb(237,39,255); }
div.DivClassName
{
background-color: #ED27FF;
}
.BgClassName
{
background-color: #ED27FF;
}
</style>
border-color css
<style>
span { border-color: #ED27FF; }
span { border-color: rgb(237,39,255); }
td.TdClassName
{
border-color: #ED27FF;
}
.TagClassName
{
border-color: #ED27FF;
}
</style>