Shades of Psychedelic Purple #ED29FE
Tints of Psychedelic Purple #ED29FE
RGB
CMYK
RGB Variations
Color information
#ED29FE (or 0xED29FE) is known color: Psychedelic Purple. HEX triplet: ED, 29 and FE. RGB value is (237,41,254). Sum of RGB (Red+Green+Blue) = 237+41+254=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 41 (16.41% from 255 or 7.71% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED29FE is #12D601. Grayscale: #7B7B7B. Windows color (decimal): -1234434 or 16656877. OLE color: 16656877.
HSL color Cylindrical-coordinate representation of color #ED29FE: hue angle of 295.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED29FE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 41 | 254 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.00 |
| HSL | 295.21º | 0.99% | 0.58% | - |
| HSV(B) | 295.21º | 0.84% | 1% | - |
| XYZ | 53.61 | 26.75 | 96.1 | - |
| YUV | 123.89 | 201.43 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 254 | 0.07 | 0.84 | 0 | 0.00 | 295.21 | 0.99 | 0.58 |
| Hex | ED | 29 | FE | 7 | 54 | 0 | 0 | 127 | 63 | 3A |
| Octal | 355 | 51 | 376 | 7 | 124 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101101 | 101001 | 11111110 | 111 | 1010100 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #ED29FE
Complementary color
Monochromatic Colors of #ED29FE
Black with #ED29FE
Text Example
Text Example
White with #ED29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED29FE; }
p { color: rgb(237,41,254); }
H1.HeaderClassName
{
color: #ED29FE;
}
.AnyTagClassName
{
color: #ED29FE;
}
</style>
background-color css
<style>
a { background-color: #ED29FE; }
a { background-color: rgb(237,41,254); }
div.DivClassName
{
background-color: #ED29FE;
}
.BgClassName
{
background-color: #ED29FE;
}
</style>
border-color css
<style>
span { border-color: #ED29FE; }
span { border-color: rgb(237,41,254); }
td.TdClassName
{
border-color: #ED29FE;
}
.TagClassName
{
border-color: #ED29FE;
}
</style>