Shades of Psychedelic Purple #E325FA
Tints of Psychedelic Purple #E325FA
RGB
CMYK
RGB Variations
Color information
#E325FA (or 0xE325FA) is known color: Psychedelic Purple. HEX triplet: E3, 25 and FA. RGB value is (227,37,250). Sum of RGB (Red+Green+Blue) = 227+37+250=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 37 (14.84% from 255 or 7.20% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #E325FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E325FA is #1CDA05. Grayscale: #757575. Windows color (decimal): -1890822 or 16393699. OLE color: 16393699.
HSL color Cylindrical-coordinate representation of color #E325FA: hue angle of 293.52º degrees, saturation: 0.96, 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 #E325FA is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 37 | 250 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.02 |
| HSL | 293.52º | 0.96% | 0.56% | - |
| HSV(B) | 293.52º | 0.85% | 0.98% | - |
| XYZ | 49.6 | 24.56 | 92.57 | - |
| YUV | 118.09 | 202.45 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 250 | 0.09 | 0.85 | 0 | 0.02 | 293.52 | 0.96 | 0.56 |
| Hex | E3 | 25 | FA | 9 | 55 | 0 | 2 | 126 | 60 | 38 |
| Octal | 343 | 45 | 372 | 11 | 125 | 0 | 2 | 446 | 140 | 70 |
| Binary | 11100011 | 100101 | 11111010 | 1001 | 1010101 | 0 | 10 | 100100110 | 1100000 | 111000 |
Color Harmonies of #E325FA
Complementary color
Monochromatic Colors of #E325FA
Black with #E325FA
Text Example
Text Example
White with #E325FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E325FA; }
p { color: rgb(227,37,250); }
H1.HeaderClassName
{
color: #E325FA;
}
.AnyTagClassName
{
color: #E325FA;
}
</style>
background-color css
<style>
a { background-color: #E325FA; }
a { background-color: rgb(227,37,250); }
div.DivClassName
{
background-color: #E325FA;
}
.BgClassName
{
background-color: #E325FA;
}
</style>
border-color css
<style>
span { border-color: #E325FA; }
span { border-color: rgb(227,37,250); }
td.TdClassName
{
border-color: #E325FA;
}
.TagClassName
{
border-color: #E325FA;
}
</style>