Shades of Psychedelic Purple #ED1AF8
Tints of Psychedelic Purple #ED1AF8
RGB
CMYK
RGB Variations
Color information
#ED1AF8 (or 0xED1AF8) is known color: Psychedelic Purple. HEX triplet: ED, 1A and F8. RGB value is (237,26,248). Sum of RGB (Red+Green+Blue) = 237+26+248=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 26 (10.55% from 255 or 5.09% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED1AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AF8 is #12E507. Grayscale: #717171. Windows color (decimal): -1238280 or 16259821. OLE color: 16259821.
HSL color Cylindrical-coordinate representation of color #ED1AF8: hue angle of 297.03º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1AF8 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 26 | 248 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.03 |
| HSL | 297.03º | 0.94% | 0.54% | - |
| HSV(B) | 297.03º | 0.9% | 0.97% | - |
| XYZ | 52.24 | 25.52 | 90.98 | - |
| YUV | 114.4 | 203.4 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 26 | 248 | 0.04 | 0.90 | 0 | 0.03 | 297.03 | 0.94 | 0.54 |
| Hex | ED | 1A | F8 | 4 | 5A | 0 | 3 | 129 | 5E | 36 |
| Octal | 355 | 32 | 370 | 4 | 132 | 0 | 3 | 451 | 136 | 66 |
| Binary | 11101101 | 11010 | 11111000 | 100 | 1011010 | 0 | 11 | 100101001 | 1011110 | 110110 |
Color Harmonies of #ED1AF8
Complementary color
Monochromatic Colors of #ED1AF8
Black with #ED1AF8
Text Example
Text Example
White with #ED1AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1AF8; }
p { color: rgb(237,26,248); }
H1.HeaderClassName
{
color: #ED1AF8;
}
.AnyTagClassName
{
color: #ED1AF8;
}
</style>
background-color css
<style>
a { background-color: #ED1AF8; }
a { background-color: rgb(237,26,248); }
div.DivClassName
{
background-color: #ED1AF8;
}
.BgClassName
{
background-color: #ED1AF8;
}
</style>
border-color css
<style>
span { border-color: #ED1AF8; }
span { border-color: rgb(237,26,248); }
td.TdClassName
{
border-color: #ED1AF8;
}
.TagClassName
{
border-color: #ED1AF8;
}
</style>