Shades of Psychedelic Purple #ED2AFF
Tints of Psychedelic Purple #ED2AFF
RGB
CMYK
RGB Variations
Color information
#ED2AFF (or 0xED2AFF) is known color: Psychedelic Purple. HEX triplet: ED, 2A and FF. RGB value is (237,42,255). Sum of RGB (Red+Green+Blue) = 237+42+255=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 42 (16.80% from 255 or 7.87% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED2AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AFF is #12D500. Grayscale: #7B7B7B. Windows color (decimal): -1234177 or 16722669. OLE color: 16722669.
HSL color Cylindrical-coordinate representation of color #ED2AFF: hue angle of 294.93º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2AFF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 42 | 255 | - |
| CMYK | 0.07 | 0.84 | 0 | 0 |
| HSL | 294.93º | 1% | 0.58% | - |
| HSV(B) | 294.93º | 0.84% | 1% | - |
| XYZ | 53.8 | 26.88 | 96.96 | - |
| YUV | 124.59 | 201.6 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 255 | 0.07 | 0.84 | 0 | 0 | 294.93 | 1 | 0.58 |
| Hex | ED | 2A | FF | 7 | 54 | 0 | 0 | 127 | 64 | 3A |
| Octal | 355 | 52 | 377 | 7 | 124 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101101 | 101010 | 11111111 | 111 | 1010100 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #ED2AFF
Complementary color
Monochromatic Colors of #ED2AFF
Black with #ED2AFF
Text Example
Text Example
White with #ED2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AFF; }
p { color: rgb(237,42,255); }
H1.HeaderClassName
{
color: #ED2AFF;
}
.AnyTagClassName
{
color: #ED2AFF;
}
</style>
background-color css
<style>
a { background-color: #ED2AFF; }
a { background-color: rgb(237,42,255); }
div.DivClassName
{
background-color: #ED2AFF;
}
.BgClassName
{
background-color: #ED2AFF;
}
</style>
border-color css
<style>
span { border-color: #ED2AFF; }
span { border-color: rgb(237,42,255); }
td.TdClassName
{
border-color: #ED2AFF;
}
.TagClassName
{
border-color: #ED2AFF;
}
</style>