Shades of Psychedelic Purple #E709FA
Tints of Psychedelic Purple #E709FA
RGB
CMYK
RGB Variations
Color information
#E709FA (or 0xE709FA) is known color: Psychedelic Purple. HEX triplet: E7, 09 and FA. RGB value is (231,9,250). Sum of RGB (Red+Green+Blue) = 231+9+250=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 9 (3.91% from 255 or 1.84% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #E709FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E709FA is #18F605. Grayscale: #666666. Windows color (decimal): -1635846 or 16386535. OLE color: 16386535.
HSL color Cylindrical-coordinate representation of color #E709FA: hue angle of 295.27º 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 #E709FA is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 9 | 250 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.02 |
| HSL | 295.27º | 0.96% | 0.51% | - |
| HSV(B) | 295.27º | 0.96% | 0.98% | - |
| XYZ | 50.31 | 24.09 | 92.44 | - |
| YUV | 102.85 | 211.05 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 250 | 0.08 | 0.96 | 0 | 0.02 | 295.27 | 0.96 | 0.51 |
| Hex | E7 | 9 | FA | 8 | 60 | 0 | 2 | 127 | 60 | 33 |
| Octal | 347 | 11 | 372 | 10 | 140 | 0 | 2 | 447 | 140 | 63 |
| Binary | 11100111 | 1001 | 11111010 | 1000 | 1100000 | 0 | 10 | 100100111 | 1100000 | 110011 |
Color Harmonies of #E709FA
Complementary color
Monochromatic Colors of #E709FA
Black with #E709FA
Text Example
Text Example
White with #E709FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E709FA; }
p { color: rgb(231,9,250); }
H1.HeaderClassName
{
color: #E709FA;
}
.AnyTagClassName
{
color: #E709FA;
}
</style>
background-color css
<style>
a { background-color: #E709FA; }
a { background-color: rgb(231,9,250); }
div.DivClassName
{
background-color: #E709FA;
}
.BgClassName
{
background-color: #E709FA;
}
</style>
border-color css
<style>
span { border-color: #E709FA; }
span { border-color: rgb(231,9,250); }
td.TdClassName
{
border-color: #E709FA;
}
.TagClassName
{
border-color: #E709FA;
}
</style>