Shades of Psychedelic Purple #E509ED
Tints of Psychedelic Purple #E509ED
RGB
CMYK
RGB Variations
Color information
#E509ED (or 0xE509ED) is known color: Psychedelic Purple. HEX triplet: E5, 09 and ED. RGB value is (229,9,237). Sum of RGB (Red+Green+Blue) = 229+9+237=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 9 (3.91% from 255 or 1.89% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #E509ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E509ED is #1AF612. Grayscale: #646464. Windows color (decimal): -1766931 or 15534565. OLE color: 15534565.
HSL color Cylindrical-coordinate representation of color #E509ED: hue angle of 297.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E509ED is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 9 | 237 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.07 |
| HSL | 297.89º | 0.93% | 0.48% | - |
| HSV(B) | 297.89º | 0.96% | 0.93% | - |
| XYZ | 47.7 | 22.97 | 82.04 | - |
| YUV | 100.77 | 204.89 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 237 | 0.03 | 0.96 | 0 | 0.07 | 297.89 | 0.93 | 0.48 |
| Hex | E5 | 9 | ED | 3 | 60 | 0 | 7 | 12A | 5D | 30 |
| Octal | 345 | 11 | 355 | 3 | 140 | 0 | 7 | 452 | 135 | 60 |
| Binary | 11100101 | 1001 | 11101101 | 11 | 1100000 | 0 | 111 | 100101010 | 1011101 | 110000 |
Color Harmonies of #E509ED
Complementary color
Monochromatic Colors of #E509ED
Black with #E509ED
Text Example
Text Example
White with #E509ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E509ED; }
p { color: rgb(229,9,237); }
H1.HeaderClassName
{
color: #E509ED;
}
.AnyTagClassName
{
color: #E509ED;
}
</style>
background-color css
<style>
a { background-color: #E509ED; }
a { background-color: rgb(229,9,237); }
div.DivClassName
{
background-color: #E509ED;
}
.BgClassName
{
background-color: #E509ED;
}
</style>
border-color css
<style>
span { border-color: #E509ED; }
span { border-color: rgb(229,9,237); }
td.TdClassName
{
border-color: #E509ED;
}
.TagClassName
{
border-color: #E509ED;
}
</style>