Shades of Psychedelic Purple #E609EF
Tints of Psychedelic Purple #E609EF
RGB
CMYK
RGB Variations
Color information
#E609EF (or 0xE609EF) is known color: Psychedelic Purple. HEX triplet: E6, 09 and EF. RGB value is (230,9,239). Sum of RGB (Red+Green+Blue) = 230+9+239=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 9 (3.91% from 255 or 1.88% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #E609EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E609EF is #19F610. Grayscale: #646464. Windows color (decimal): -1701393 or 15665638. OLE color: 15665638.
HSL color Cylindrical-coordinate representation of color #E609EF: hue angle of 297.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E609EF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 9 | 239 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.06 |
| HSL | 297.65º | 0.93% | 0.49% | - |
| HSV(B) | 297.65º | 0.96% | 0.94% | - |
| XYZ | 48.31 | 23.25 | 83.6 | - |
| YUV | 101.3 | 205.72 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 239 | 0.04 | 0.96 | 0 | 0.06 | 297.65 | 0.93 | 0.49 |
| Hex | E6 | 9 | EF | 4 | 60 | 0 | 6 | 12A | 5D | 31 |
| Octal | 346 | 11 | 357 | 4 | 140 | 0 | 6 | 452 | 135 | 61 |
| Binary | 11100110 | 1001 | 11101111 | 100 | 1100000 | 0 | 110 | 100101010 | 1011101 | 110001 |
Color Harmonies of #E609EF
Complementary color
Monochromatic Colors of #E609EF
Black with #E609EF
Text Example
Text Example
White with #E609EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E609EF; }
p { color: rgb(230,9,239); }
H1.HeaderClassName
{
color: #E609EF;
}
.AnyTagClassName
{
color: #E609EF;
}
</style>
background-color css
<style>
a { background-color: #E609EF; }
a { background-color: rgb(230,9,239); }
div.DivClassName
{
background-color: #E609EF;
}
.BgClassName
{
background-color: #E609EF;
}
</style>
border-color css
<style>
span { border-color: #E609EF; }
span { border-color: rgb(230,9,239); }
td.TdClassName
{
border-color: #E609EF;
}
.TagClassName
{
border-color: #E609EF;
}
</style>