Shades of Psychedelic Purple #ED21FF
Tints of Psychedelic Purple #ED21FF
RGB
CMYK
RGB Variations
Color information
#ED21FF (or 0xED21FF) is known color: Psychedelic Purple. HEX triplet: ED, 21 and FF. RGB value is (237,33,255). Sum of RGB (Red+Green+Blue) = 237+33+255=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 33 (13.28% from 255 or 6.29% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED21FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED21FF is #12DE00. Grayscale: #767676. Windows color (decimal): -1236481 or 16720365. OLE color: 16720365.
HSL color Cylindrical-coordinate representation of color #ED21FF: hue angle of 295.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED21FF is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 33 | 255 | - |
| CMYK | 0.07 | 0.87 | 0 | 0 |
| HSL | 295.14º | 1% | 0.56% | - |
| HSV(B) | 295.14º | 0.87% | 1% | - |
| XYZ | 53.52 | 26.31 | 96.87 | - |
| YUV | 119.3 | 204.59 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 255 | 0.07 | 0.87 | 0 | 0 | 295.14 | 1 | 0.56 |
| Hex | ED | 21 | FF | 7 | 57 | 0 | 0 | 127 | 64 | 38 |
| Octal | 355 | 41 | 377 | 7 | 127 | 0 | 0 | 447 | 144 | 70 |
| Binary | 11101101 | 100001 | 11111111 | 111 | 1010111 | 0 | 0 | 100100111 | 1100100 | 111000 |
Color Harmonies of #ED21FF
Complementary color
Monochromatic Colors of #ED21FF
Black with #ED21FF
Text Example
Text Example
White with #ED21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED21FF; }
p { color: rgb(237,33,255); }
H1.HeaderClassName
{
color: #ED21FF;
}
.AnyTagClassName
{
color: #ED21FF;
}
</style>
background-color css
<style>
a { background-color: #ED21FF; }
a { background-color: rgb(237,33,255); }
div.DivClassName
{
background-color: #ED21FF;
}
.BgClassName
{
background-color: #ED21FF;
}
</style>
border-color css
<style>
span { border-color: #ED21FF; }
span { border-color: rgb(237,33,255); }
td.TdClassName
{
border-color: #ED21FF;
}
.TagClassName
{
border-color: #ED21FF;
}
</style>