Shades of Psychedelic Purple #ED2AFE
Tints of Psychedelic Purple #ED2AFE
RGB
CMYK
RGB Variations
Color information
#ED2AFE (or 0xED2AFE) is known color: Psychedelic Purple. HEX triplet: ED, 2A and FE. RGB value is (237,42,254). Sum of RGB (Red+Green+Blue) = 237+42+254=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 42 (16.80% from 255 or 7.88% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED2AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AFE is #12D501. Grayscale: #7B7B7B. Windows color (decimal): -1234178 or 16657133. OLE color: 16657133.
HSL color Cylindrical-coordinate representation of color #ED2AFE: hue angle of 295.19º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2AFE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 42 | 254 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.00 |
| HSL | 295.19º | 0.99% | 0.58% | - |
| HSV(B) | 295.19º | 0.83% | 1% | - |
| XYZ | 53.64 | 26.82 | 96.11 | - |
| YUV | 124.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 254 | 0.07 | 0.83 | 0 | 0.00 | 295.19 | 0.99 | 0.58 |
| Hex | ED | 2A | FE | 7 | 53 | 0 | 0 | 127 | 63 | 3A |
| Octal | 355 | 52 | 376 | 7 | 123 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101101 | 101010 | 11111110 | 111 | 1010011 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #ED2AFE
Complementary color
Monochromatic Colors of #ED2AFE
Black with #ED2AFE
Text Example
Text Example
White with #ED2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2AFE; }
p { color: rgb(237,42,254); }
H1.HeaderClassName
{
color: #ED2AFE;
}
.AnyTagClassName
{
color: #ED2AFE;
}
</style>
background-color css
<style>
a { background-color: #ED2AFE; }
a { background-color: rgb(237,42,254); }
div.DivClassName
{
background-color: #ED2AFE;
}
.BgClassName
{
background-color: #ED2AFE;
}
</style>
border-color css
<style>
span { border-color: #ED2AFE; }
span { border-color: rgb(237,42,254); }
td.TdClassName
{
border-color: #ED2AFE;
}
.TagClassName
{
border-color: #ED2AFE;
}
</style>