Shades of Psychedelic Purple #ED33FE
Tints of Psychedelic Purple #ED33FE
RGB
CMYK
RGB Variations
Color information
#ED33FE (or 0xED33FE) is known color: Psychedelic Purple. HEX triplet: ED, 33 and FE. RGB value is (237,51,254). Sum of RGB (Red+Green+Blue) = 237+51+254=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 51 (20.31% from 255 or 9.41% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED33FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED33FE is #12CC01. Grayscale: #818181. Windows color (decimal): -1231874 or 16659437. OLE color: 16659437.
HSL color Cylindrical-coordinate representation of color #ED33FE: hue angle of 294.98º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED33FE is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 51 | 254 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.00 |
| HSL | 294.98º | 0.99% | 0.6% | - |
| HSV(B) | 294.98º | 0.8% | 1% | - |
| XYZ | 54 | 27.53 | 96.23 | - |
| YUV | 129.76 | 198.12 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 254 | 0.07 | 0.80 | 0 | 0.00 | 294.98 | 0.99 | 0.6 |
| Hex | ED | 33 | FE | 7 | 50 | 0 | 0 | 127 | 63 | 3C |
| Octal | 355 | 63 | 376 | 7 | 120 | 0 | 0 | 447 | 143 | 74 |
| Binary | 11101101 | 110011 | 11111110 | 111 | 1010000 | 0 | 0 | 100100111 | 1100011 | 111100 |
Color Harmonies of #ED33FE
Complementary color
Monochromatic Colors of #ED33FE
Black with #ED33FE
Text Example
Text Example
White with #ED33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED33FE; }
p { color: rgb(237,51,254); }
H1.HeaderClassName
{
color: #ED33FE;
}
.AnyTagClassName
{
color: #ED33FE;
}
</style>
background-color css
<style>
a { background-color: #ED33FE; }
a { background-color: rgb(237,51,254); }
div.DivClassName
{
background-color: #ED33FE;
}
.BgClassName
{
background-color: #ED33FE;
}
</style>
border-color css
<style>
span { border-color: #ED33FE; }
span { border-color: rgb(237,51,254); }
td.TdClassName
{
border-color: #ED33FE;
}
.TagClassName
{
border-color: #ED33FE;
}
</style>