Shades of Psychedelic Purple #E508F9
Tints of Psychedelic Purple #E508F9
RGB
CMYK
RGB Variations
Color information
#E508F9 (or 0xE508F9) is known color: Psychedelic Purple. HEX triplet: E5, 08 and F9. RGB value is (229,8,249). Sum of RGB (Red+Green+Blue) = 229+8+249=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 8 (3.52% from 255 or 1.65% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #E508F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E508F9 is #1AF706. Grayscale: #646464. Windows color (decimal): -1767175 or 16320741. OLE color: 16320741.
HSL color Cylindrical-coordinate representation of color #E508F9: hue angle of 295.02º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508F9 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 8 | 249 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.02 |
| HSL | 295.02º | 0.95% | 0.5% | - |
| HSV(B) | 295.02º | 0.97% | 0.98% | - |
| XYZ | 49.5 | 23.67 | 91.58 | - |
| YUV | 101.55 | 211.22 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 249 | 0.08 | 0.97 | 0 | 0.02 | 295.02 | 0.95 | 0.5 |
| Hex | E5 | 8 | F9 | 8 | 61 | 0 | 2 | 127 | 5F | 32 |
| Octal | 345 | 10 | 371 | 10 | 141 | 0 | 2 | 447 | 137 | 62 |
| Binary | 11100101 | 1000 | 11111001 | 1000 | 1100001 | 0 | 10 | 100100111 | 1011111 | 110010 |
Color Harmonies of #E508F9
Complementary color
Monochromatic Colors of #E508F9
Black with #E508F9
Text Example
Text Example
White with #E508F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508F9; }
p { color: rgb(229,8,249); }
H1.HeaderClassName
{
color: #E508F9;
}
.AnyTagClassName
{
color: #E508F9;
}
</style>
background-color css
<style>
a { background-color: #E508F9; }
a { background-color: rgb(229,8,249); }
div.DivClassName
{
background-color: #E508F9;
}
.BgClassName
{
background-color: #E508F9;
}
</style>
border-color css
<style>
span { border-color: #E508F9; }
span { border-color: rgb(229,8,249); }
td.TdClassName
{
border-color: #E508F9;
}
.TagClassName
{
border-color: #E508F9;
}
</style>