Shades of Psychedelic Purple #ED2AF4
Tints of Psychedelic Purple #ED2AF4
RGB
CMYK
RGB Variations
Color information
#ED2AF4 (or 0xED2AF4) is known color: Psychedelic Purple. HEX triplet: ED, 2A and F4. RGB value is (237,42,244). Sum of RGB (Red+Green+Blue) = 237+42+244=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 42 (16.80% from 255 or 8.03% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED2AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AF4 is #12D50B. Grayscale: #7A7A7A. Windows color (decimal): -1234188 or 16001773. OLE color: 16001773.
HSL color Cylindrical-coordinate representation of color #ED2AF4: hue angle of 297.92º 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 #ED2AF4 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 42 | 244 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.04 |
| HSL | 297.92º | 0.9% | 0.56% | - |
| HSV(B) | 297.92º | 0.83% | 0.96% | - |
| XYZ | 52.08 | 26.19 | 87.9 | - |
| YUV | 123.33 | 196.1 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 244 | 0.03 | 0.83 | 0 | 0.04 | 297.92 | 0.9 | 0.56 |
| Hex | ED | 2A | F4 | 3 | 53 | 0 | 4 | 12A | 5A | 38 |
| Octal | 355 | 52 | 364 | 3 | 123 | 0 | 4 | 452 | 132 | 70 |
| Binary | 11101101 | 101010 | 11110100 | 11 | 1010011 | 0 | 100 | 100101010 | 1011010 | 111000 |
Color Harmonies of #ED2AF4
Complementary color
Monochromatic Colors of #ED2AF4
Black with #ED2AF4
Text Example
Text Example
White with #ED2AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AF4; }
p { color: rgb(237,42,244); }
H1.HeaderClassName
{
color: #ED2AF4;
}
.AnyTagClassName
{
color: #ED2AF4;
}
</style>
background-color css
<style>
a { background-color: #ED2AF4; }
a { background-color: rgb(237,42,244); }
div.DivClassName
{
background-color: #ED2AF4;
}
.BgClassName
{
background-color: #ED2AF4;
}
</style>
border-color css
<style>
span { border-color: #ED2AF4; }
span { border-color: rgb(237,42,244); }
td.TdClassName
{
border-color: #ED2AF4;
}
.TagClassName
{
border-color: #ED2AF4;
}
</style>