Shades of Psychedelic Purple #E509F5
Tints of Psychedelic Purple #E509F5
RGB
CMYK
RGB Variations
Color information
#E509F5 (or 0xE509F5) is known color: Psychedelic Purple. HEX triplet: E5, 09 and F5. RGB value is (229,9,245). Sum of RGB (Red+Green+Blue) = 229+9+245=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 9 (3.91% from 255 or 1.86% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #E509F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E509F5 is #1AF60A. Grayscale: #646464. Windows color (decimal): -1766923 or 16058853. OLE color: 16058853.
HSL color Cylindrical-coordinate representation of color #E509F5: hue angle of 295.93º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E509F5 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 9 | 245 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.04 |
| HSL | 295.93º | 0.93% | 0.5% | - |
| HSV(B) | 295.93º | 0.96% | 0.96% | - |
| XYZ | 48.89 | 23.45 | 88.33 | - |
| YUV | 101.68 | 208.89 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 245 | 0.07 | 0.96 | 0 | 0.04 | 295.93 | 0.93 | 0.5 |
| Hex | E5 | 9 | F5 | 7 | 60 | 0 | 4 | 128 | 5D | 32 |
| Octal | 345 | 11 | 365 | 7 | 140 | 0 | 4 | 450 | 135 | 62 |
| Binary | 11100101 | 1001 | 11110101 | 111 | 1100000 | 0 | 100 | 100101000 | 1011101 | 110010 |
Color Harmonies of #E509F5
Complementary color
Monochromatic Colors of #E509F5
Black with #E509F5
Text Example
Text Example
White with #E509F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E509F5; }
p { color: rgb(229,9,245); }
H1.HeaderClassName
{
color: #E509F5;
}
.AnyTagClassName
{
color: #E509F5;
}
</style>
background-color css
<style>
a { background-color: #E509F5; }
a { background-color: rgb(229,9,245); }
div.DivClassName
{
background-color: #E509F5;
}
.BgClassName
{
background-color: #E509F5;
}
</style>
border-color css
<style>
span { border-color: #E509F5; }
span { border-color: rgb(229,9,245); }
td.TdClassName
{
border-color: #E509F5;
}
.TagClassName
{
border-color: #E509F5;
}
</style>