Shades of Psychedelic Purple #E314FA
Tints of Psychedelic Purple #E314FA
RGB
CMYK
RGB Variations
Color information
#E314FA (or 0xE314FA) is known color: Psychedelic Purple. HEX triplet: E3, 14 and FA. RGB value is (227,20,250). Sum of RGB (Red+Green+Blue) = 227+20+250=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #E314FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E314FA is #1CEB05. Grayscale: #6B6B6B. Windows color (decimal): -1895174 or 16389347. OLE color: 16389347.
HSL color Cylindrical-coordinate representation of color #E314FA: hue angle of 294º degrees, saturation: 0.96, 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 #E314FA is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 20 | 250 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.02 |
| HSL | 294º | 0.96% | 0.53% | - |
| HSV(B) | 294º | 0.92% | 0.98% | - |
| XYZ | 49.18 | 23.73 | 92.43 | - |
| YUV | 108.11 | 208.08 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 250 | 0.09 | 0.92 | 0 | 0.02 | 294 | 0.96 | 0.53 |
| Hex | E3 | 14 | FA | 9 | 5C | 0 | 2 | 126 | 60 | 35 |
| Octal | 343 | 24 | 372 | 11 | 134 | 0 | 2 | 446 | 140 | 65 |
| Binary | 11100011 | 10100 | 11111010 | 1001 | 1011100 | 0 | 10 | 100100110 | 1100000 | 110101 |
Color Harmonies of #E314FA
Complementary color
Monochromatic Colors of #E314FA
Black with #E314FA
Text Example
Text Example
White with #E314FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314FA; }
p { color: rgb(227,20,250); }
H1.HeaderClassName
{
color: #E314FA;
}
.AnyTagClassName
{
color: #E314FA;
}
</style>
background-color css
<style>
a { background-color: #E314FA; }
a { background-color: rgb(227,20,250); }
div.DivClassName
{
background-color: #E314FA;
}
.BgClassName
{
background-color: #E314FA;
}
</style>
border-color css
<style>
span { border-color: #E314FA; }
span { border-color: rgb(227,20,250); }
td.TdClassName
{
border-color: #E314FA;
}
.TagClassName
{
border-color: #E314FA;
}
</style>