Shades of Psychedelic Purple #E609FA
Tints of Psychedelic Purple #E609FA
RGB
CMYK
RGB Variations
Color information
#E609FA (or 0xE609FA) is known color: Psychedelic Purple. HEX triplet: E6, 09 and FA. RGB value is (230,9,250). Sum of RGB (Red+Green+Blue) = 230+9+250=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 9 (3.91% from 255 or 1.84% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #E609FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E609FA is #19F605. Grayscale: #656565. Windows color (decimal): -1701382 or 16386534. OLE color: 16386534.
HSL color Cylindrical-coordinate representation of color #E609FA: hue angle of 295.02º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E609FA is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 9 | 250 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.02 |
| HSL | 295.02º | 0.96% | 0.51% | - |
| HSV(B) | 295.02º | 0.96% | 0.98% | - |
| XYZ | 49.99 | 23.92 | 92.43 | - |
| YUV | 102.55 | 211.22 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 250 | 0.08 | 0.96 | 0 | 0.02 | 295.02 | 0.96 | 0.51 |
| Hex | E6 | 9 | FA | 8 | 60 | 0 | 2 | 127 | 60 | 33 |
| Octal | 346 | 11 | 372 | 10 | 140 | 0 | 2 | 447 | 140 | 63 |
| Binary | 11100110 | 1001 | 11111010 | 1000 | 1100000 | 0 | 10 | 100100111 | 1100000 | 110011 |
Color Harmonies of #E609FA
Complementary color
Monochromatic Colors of #E609FA
Black with #E609FA
Text Example
Text Example
White with #E609FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E609FA; }
p { color: rgb(230,9,250); }
H1.HeaderClassName
{
color: #E609FA;
}
.AnyTagClassName
{
color: #E609FA;
}
</style>
background-color css
<style>
a { background-color: #E609FA; }
a { background-color: rgb(230,9,250); }
div.DivClassName
{
background-color: #E609FA;
}
.BgClassName
{
background-color: #E609FA;
}
</style>
border-color css
<style>
span { border-color: #E609FA; }
span { border-color: rgb(230,9,250); }
td.TdClassName
{
border-color: #E609FA;
}
.TagClassName
{
border-color: #E609FA;
}
</style>