Shades of Psychedelic Purple #ED23FE
Tints of Psychedelic Purple #ED23FE
RGB
CMYK
RGB Variations
Color information
#ED23FE (or 0xED23FE) is known color: Psychedelic Purple. HEX triplet: ED, 23 and FE. RGB value is (237,35,254). Sum of RGB (Red+Green+Blue) = 237+35+254=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 35 (14.06% from 255 or 6.65% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED23FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED23FE is #12DC01. Grayscale: #777777. Windows color (decimal): -1235970 or 16655341. OLE color: 16655341.
HSL color Cylindrical-coordinate representation of color #ED23FE: hue angle of 295.34º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED23FE is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 35 | 254 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.00 |
| HSL | 295.34º | 0.99% | 0.57% | - |
| HSV(B) | 295.34º | 0.86% | 1% | - |
| XYZ | 53.42 | 26.36 | 96.04 | - |
| YUV | 120.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 254 | 0.07 | 0.86 | 0 | 0.00 | 295.34 | 0.99 | 0.57 |
| Hex | ED | 23 | FE | 7 | 56 | 0 | 0 | 127 | 63 | 39 |
| Octal | 355 | 43 | 376 | 7 | 126 | 0 | 0 | 447 | 143 | 71 |
| Binary | 11101101 | 100011 | 11111110 | 111 | 1010110 | 0 | 0 | 100100111 | 1100011 | 111001 |
Color Harmonies of #ED23FE
Complementary color
Monochromatic Colors of #ED23FE
Black with #ED23FE
Text Example
Text Example
White with #ED23FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED23FE; }
p { color: rgb(237,35,254); }
H1.HeaderClassName
{
color: #ED23FE;
}
.AnyTagClassName
{
color: #ED23FE;
}
</style>
background-color css
<style>
a { background-color: #ED23FE; }
a { background-color: rgb(237,35,254); }
div.DivClassName
{
background-color: #ED23FE;
}
.BgClassName
{
background-color: #ED23FE;
}
</style>
border-color css
<style>
span { border-color: #ED23FE; }
span { border-color: rgb(237,35,254); }
td.TdClassName
{
border-color: #ED23FE;
}
.TagClassName
{
border-color: #ED23FE;
}
</style>