Shades of Psychedelic Purple #ED29FA
Tints of Psychedelic Purple #ED29FA
RGB
CMYK
RGB Variations
Color information
#ED29FA (or 0xED29FA) is known color: Psychedelic Purple. HEX triplet: ED, 29 and FA. RGB value is (237,41,250). Sum of RGB (Red+Green+Blue) = 237+41+250=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 41 (16.41% from 255 or 7.77% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED29FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED29FA is #12D605. Grayscale: #7A7A7A. Windows color (decimal): -1234438 or 16394733. OLE color: 16394733.
HSL color Cylindrical-coordinate representation of color #ED29FA: hue angle of 296.27º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED29FA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 41 | 250 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.02 |
| HSL | 296.27º | 0.95% | 0.57% | - |
| HSV(B) | 296.27º | 0.84% | 0.98% | - |
| XYZ | 52.97 | 26.49 | 92.76 | - |
| YUV | 123.43 | 199.43 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 250 | 0.05 | 0.84 | 0 | 0.02 | 296.27 | 0.95 | 0.57 |
| Hex | ED | 29 | FA | 5 | 54 | 0 | 2 | 128 | 5F | 39 |
| Octal | 355 | 51 | 372 | 5 | 124 | 0 | 2 | 450 | 137 | 71 |
| Binary | 11101101 | 101001 | 11111010 | 101 | 1010100 | 0 | 10 | 100101000 | 1011111 | 111001 |
Color Harmonies of #ED29FA
Complementary color
Monochromatic Colors of #ED29FA
Black with #ED29FA
Text Example
Text Example
White with #ED29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED29FA; }
p { color: rgb(237,41,250); }
H1.HeaderClassName
{
color: #ED29FA;
}
.AnyTagClassName
{
color: #ED29FA;
}
</style>
background-color css
<style>
a { background-color: #ED29FA; }
a { background-color: rgb(237,41,250); }
div.DivClassName
{
background-color: #ED29FA;
}
.BgClassName
{
background-color: #ED29FA;
}
</style>
border-color css
<style>
span { border-color: #ED29FA; }
span { border-color: rgb(237,41,250); }
td.TdClassName
{
border-color: #ED29FA;
}
.TagClassName
{
border-color: #ED29FA;
}
</style>