Shades of Psychedelic Purple #ED29F4
Tints of Psychedelic Purple #ED29F4
RGB
CMYK
RGB Variations
Color information
#ED29F4 (or 0xED29F4) is known color: Psychedelic Purple. HEX triplet: ED, 29 and F4. RGB value is (237,41,244). Sum of RGB (Red+Green+Blue) = 237+41+244=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 41 (16.41% from 255 or 7.85% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED29F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED29F4 is #12D60B. Grayscale: #7A7A7A. Windows color (decimal): -1234444 or 16001517. OLE color: 16001517.
HSL color Cylindrical-coordinate representation of color #ED29F4: hue angle of 297.93º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED29F4 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 41 | 244 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.04 |
| HSL | 297.93º | 0.9% | 0.56% | - |
| HSV(B) | 297.93º | 0.83% | 0.96% | - |
| XYZ | 52.05 | 26.12 | 87.89 | - |
| YUV | 122.75 | 196.43 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 244 | 0.03 | 0.83 | 0 | 0.04 | 297.93 | 0.9 | 0.56 |
| Hex | ED | 29 | F4 | 3 | 53 | 0 | 4 | 12A | 5A | 38 |
| Octal | 355 | 51 | 364 | 3 | 123 | 0 | 4 | 452 | 132 | 70 |
| Binary | 11101101 | 101001 | 11110100 | 11 | 1010011 | 0 | 100 | 100101010 | 1011010 | 111000 |
Color Harmonies of #ED29F4
Complementary color
Monochromatic Colors of #ED29F4
Black with #ED29F4
Text Example
Text Example
White with #ED29F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED29F4; }
p { color: rgb(237,41,244); }
H1.HeaderClassName
{
color: #ED29F4;
}
.AnyTagClassName
{
color: #ED29F4;
}
</style>
background-color css
<style>
a { background-color: #ED29F4; }
a { background-color: rgb(237,41,244); }
div.DivClassName
{
background-color: #ED29F4;
}
.BgClassName
{
background-color: #ED29F4;
}
</style>
border-color css
<style>
span { border-color: #ED29F4; }
span { border-color: rgb(237,41,244); }
td.TdClassName
{
border-color: #ED29F4;
}
.TagClassName
{
border-color: #ED29F4;
}
</style>