Shades of Psychedelic Purple #E325F9
Tints of Psychedelic Purple #E325F9
RGB
CMYK
RGB Variations
Color information
#E325F9 (or 0xE325F9) is known color: Psychedelic Purple. HEX triplet: E3, 25 and F9. RGB value is (227,37,249). Sum of RGB (Red+Green+Blue) = 227+37+249=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 37 (14.84% from 255 or 7.21% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #E325F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E325F9 is #1CDA06. Grayscale: #757575. Windows color (decimal): -1890823 or 16328163. OLE color: 16328163.
HSL color Cylindrical-coordinate representation of color #E325F9: hue angle of 293.77º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E325F9 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 37 | 249 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.02 |
| HSL | 293.77º | 0.95% | 0.56% | - |
| HSV(B) | 293.77º | 0.85% | 0.98% | - |
| XYZ | 49.44 | 24.49 | 91.74 | - |
| YUV | 117.98 | 201.95 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 249 | 0.09 | 0.85 | 0 | 0.02 | 293.77 | 0.95 | 0.56 |
| Hex | E3 | 25 | F9 | 9 | 55 | 0 | 2 | 126 | 5F | 38 |
| Octal | 343 | 45 | 371 | 11 | 125 | 0 | 2 | 446 | 137 | 70 |
| Binary | 11100011 | 100101 | 11111001 | 1001 | 1010101 | 0 | 10 | 100100110 | 1011111 | 111000 |
Color Harmonies of #E325F9
Complementary color
Monochromatic Colors of #E325F9
Black with #E325F9
Text Example
Text Example
White with #E325F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325F9; }
p { color: rgb(227,37,249); }
H1.HeaderClassName
{
color: #E325F9;
}
.AnyTagClassName
{
color: #E325F9;
}
</style>
background-color css
<style>
a { background-color: #E325F9; }
a { background-color: rgb(227,37,249); }
div.DivClassName
{
background-color: #E325F9;
}
.BgClassName
{
background-color: #E325F9;
}
</style>
border-color css
<style>
span { border-color: #E325F9; }
span { border-color: rgb(227,37,249); }
td.TdClassName
{
border-color: #E325F9;
}
.TagClassName
{
border-color: #E325F9;
}
</style>