Shades of Psychedelic Purple #E509F3
Tints of Psychedelic Purple #E509F3
RGB
CMYK
RGB Variations
Color information
#E509F3 (or 0xE509F3) is known color: Psychedelic Purple. HEX triplet: E5, 09 and F3. RGB value is (229,9,243). Sum of RGB (Red+Green+Blue) = 229+9+243=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #E509F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E509F3 is #1AF60C. Grayscale: #646464. Windows color (decimal): -1766925 or 15927781. OLE color: 15927781.
HSL color Cylindrical-coordinate representation of color #E509F3: hue angle of 296.41º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E509F3 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 9 | 243 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.05 |
| HSL | 296.41º | 0.93% | 0.49% | - |
| HSV(B) | 296.41º | 0.96% | 0.95% | - |
| XYZ | 48.59 | 23.32 | 86.74 | - |
| YUV | 101.46 | 207.89 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 243 | 0.06 | 0.96 | 0 | 0.05 | 296.41 | 0.93 | 0.49 |
| Hex | E5 | 9 | F3 | 6 | 60 | 0 | 5 | 128 | 5D | 31 |
| Octal | 345 | 11 | 363 | 6 | 140 | 0 | 5 | 450 | 135 | 61 |
| Binary | 11100101 | 1001 | 11110011 | 110 | 1100000 | 0 | 101 | 100101000 | 1011101 | 110001 |
Color Harmonies of #E509F3
Complementary color
Monochromatic Colors of #E509F3
Black with #E509F3
Text Example
Text Example
White with #E509F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E509F3; }
p { color: rgb(229,9,243); }
H1.HeaderClassName
{
color: #E509F3;
}
.AnyTagClassName
{
color: #E509F3;
}
</style>
background-color css
<style>
a { background-color: #E509F3; }
a { background-color: rgb(229,9,243); }
div.DivClassName
{
background-color: #E509F3;
}
.BgClassName
{
background-color: #E509F3;
}
</style>
border-color css
<style>
span { border-color: #E509F3; }
span { border-color: rgb(229,9,243); }
td.TdClassName
{
border-color: #E509F3;
}
.TagClassName
{
border-color: #E509F3;
}
</style>