Shades of Psychedelic Purple #E314F9
Tints of Psychedelic Purple #E314F9
RGB
CMYK
RGB Variations
Color information
#E314F9 (or 0xE314F9) is known color: Psychedelic Purple. HEX triplet: E3, 14 and F9. RGB value is (227,20,249). Sum of RGB (Red+Green+Blue) = 227+20+249=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 20 (8.20% from 255 or 4.03% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #E314F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E314F9 is #1CEB06. Grayscale: #6B6B6B. Windows color (decimal): -1895175 or 16323811. OLE color: 16323811.
HSL color Cylindrical-coordinate representation of color #E314F9: hue angle of 294.24º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E314F9 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 20 | 249 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.02 |
| HSL | 294.24º | 0.95% | 0.53% | - |
| HSV(B) | 294.24º | 0.92% | 0.98% | - |
| XYZ | 49.03 | 23.67 | 91.61 | - |
| YUV | 108 | 207.58 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 249 | 0.09 | 0.92 | 0 | 0.02 | 294.24 | 0.95 | 0.53 |
| Hex | E3 | 14 | F9 | 9 | 5C | 0 | 2 | 126 | 5F | 35 |
| Octal | 343 | 24 | 371 | 11 | 134 | 0 | 2 | 446 | 137 | 65 |
| Binary | 11100011 | 10100 | 11111001 | 1001 | 1011100 | 0 | 10 | 100100110 | 1011111 | 110101 |
Color Harmonies of #E314F9
Complementary color
Monochromatic Colors of #E314F9
Black with #E314F9
Text Example
Text Example
White with #E314F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314F9; }
p { color: rgb(227,20,249); }
H1.HeaderClassName
{
color: #E314F9;
}
.AnyTagClassName
{
color: #E314F9;
}
</style>
background-color css
<style>
a { background-color: #E314F9; }
a { background-color: rgb(227,20,249); }
div.DivClassName
{
background-color: #E314F9;
}
.BgClassName
{
background-color: #E314F9;
}
</style>
border-color css
<style>
span { border-color: #E314F9; }
span { border-color: rgb(227,20,249); }
td.TdClassName
{
border-color: #E314F9;
}
.TagClassName
{
border-color: #E314F9;
}
</style>