Shades of Psychedelic Purple #ED21FE
Tints of Psychedelic Purple #ED21FE
RGB
CMYK
RGB Variations
Color information
#ED21FE (or 0xED21FE) is known color: Psychedelic Purple. HEX triplet: ED, 21 and FE. RGB value is (237,33,254). Sum of RGB (Red+Green+Blue) = 237+33+254=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 33 (13.28% from 255 or 6.30% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED21FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED21FE is #12DE01. Grayscale: #767676. Windows color (decimal): -1236482 or 16654829. OLE color: 16654829.
HSL color Cylindrical-coordinate representation of color #ED21FE: hue angle of 295.38º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED21FE is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 33 | 254 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.00 |
| HSL | 295.38º | 0.99% | 0.56% | - |
| HSV(B) | 295.38º | 0.87% | 1% | - |
| XYZ | 53.36 | 26.25 | 96.02 | - |
| YUV | 119.19 | 204.09 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 254 | 0.07 | 0.87 | 0 | 0.00 | 295.38 | 0.99 | 0.56 |
| Hex | ED | 21 | FE | 7 | 57 | 0 | 0 | 127 | 63 | 38 |
| Octal | 355 | 41 | 376 | 7 | 127 | 0 | 0 | 447 | 143 | 70 |
| Binary | 11101101 | 100001 | 11111110 | 111 | 1010111 | 0 | 0 | 100100111 | 1100011 | 111000 |
Color Harmonies of #ED21FE
Complementary color
Monochromatic Colors of #ED21FE
Black with #ED21FE
Text Example
Text Example
White with #ED21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED21FE; }
p { color: rgb(237,33,254); }
H1.HeaderClassName
{
color: #ED21FE;
}
.AnyTagClassName
{
color: #ED21FE;
}
</style>
background-color css
<style>
a { background-color: #ED21FE; }
a { background-color: rgb(237,33,254); }
div.DivClassName
{
background-color: #ED21FE;
}
.BgClassName
{
background-color: #ED21FE;
}
</style>
border-color css
<style>
span { border-color: #ED21FE; }
span { border-color: rgb(237,33,254); }
td.TdClassName
{
border-color: #ED21FE;
}
.TagClassName
{
border-color: #ED21FE;
}
</style>