Shades of Psychedelic Purple #E809FF
Tints of Psychedelic Purple #E809FF
RGB
CMYK
RGB Variations
Color information
#E809FF (or 0xE809FF) is known color: Psychedelic Purple. HEX triplet: E8, 09 and FF. RGB value is (232,9,255). Sum of RGB (Red+Green+Blue) = 232+9+255=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 9 (3.91% from 255 or 1.81% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #E809FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E809FF is #17F600. Grayscale: #666666. Windows color (decimal): -1570305 or 16714216. OLE color: 16714216.
HSL color Cylindrical-coordinate representation of color #E809FF: hue angle of 294.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E809FF is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 9 | 255 | - |
| CMYK | 0.09 | 0.96 | 0 | 0 |
| HSL | 294.39º | 1% | 0.52% | - |
| HSV(B) | 294.39º | 0.96% | 1% | - |
| XYZ | 51.43 | 24.57 | 96.64 | - |
| YUV | 103.72 | 213.38 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 255 | 0.09 | 0.96 | 0 | 0 | 294.39 | 1 | 0.52 |
| Hex | E8 | 9 | FF | 9 | 60 | 0 | 0 | 126 | 64 | 34 |
| Octal | 350 | 11 | 377 | 11 | 140 | 0 | 0 | 446 | 144 | 64 |
| Binary | 11101000 | 1001 | 11111111 | 1001 | 1100000 | 0 | 0 | 100100110 | 1100100 | 110100 |
Color Harmonies of #E809FF
Complementary color
Monochromatic Colors of #E809FF
Black with #E809FF
Text Example
Text Example
White with #E809FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E809FF; }
p { color: rgb(232,9,255); }
H1.HeaderClassName
{
color: #E809FF;
}
.AnyTagClassName
{
color: #E809FF;
}
</style>
background-color css
<style>
a { background-color: #E809FF; }
a { background-color: rgb(232,9,255); }
div.DivClassName
{
background-color: #E809FF;
}
.BgClassName
{
background-color: #E809FF;
}
</style>
border-color css
<style>
span { border-color: #E809FF; }
span { border-color: rgb(232,9,255); }
td.TdClassName
{
border-color: #E809FF;
}
.TagClassName
{
border-color: #E809FF;
}
</style>