Shades of Psychedelic Purple #E319FE
Tints of Psychedelic Purple #E319FE
RGB
CMYK
RGB Variations
Color information
#E319FE (or 0xE319FE) is known color: Psychedelic Purple. HEX triplet: E3, 19 and FE. RGB value is (227,25,254). Sum of RGB (Red+Green+Blue) = 227+25+254=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #E319FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E319FE is #1CE601. Grayscale: #6E6E6E. Windows color (decimal): -1893890 or 16652771. OLE color: 16652771.
HSL color Cylindrical-coordinate representation of color #E319FE: hue angle of 292.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E319FE is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 25 | 254 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.00 |
| HSL | 292.93º | 0.99% | 0.55% | - |
| HSV(B) | 292.93º | 0.9% | 1% | - |
| XYZ | 49.92 | 24.18 | 95.8 | - |
| YUV | 111.5 | 208.42 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 254 | 0.11 | 0.90 | 0 | 0.00 | 292.93 | 0.99 | 0.55 |
| Hex | E3 | 19 | FE | B | 5A | 0 | 0 | 125 | 63 | 37 |
| Octal | 343 | 31 | 376 | 13 | 132 | 0 | 0 | 445 | 143 | 67 |
| Binary | 11100011 | 11001 | 11111110 | 1011 | 1011010 | 0 | 0 | 100100101 | 1100011 | 110111 |
Color Harmonies of #E319FE
Complementary color
Monochromatic Colors of #E319FE
Black with #E319FE
Text Example
Text Example
White with #E319FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319FE; }
p { color: rgb(227,25,254); }
H1.HeaderClassName
{
color: #E319FE;
}
.AnyTagClassName
{
color: #E319FE;
}
</style>
background-color css
<style>
a { background-color: #E319FE; }
a { background-color: rgb(227,25,254); }
div.DivClassName
{
background-color: #E319FE;
}
.BgClassName
{
background-color: #E319FE;
}
</style>
border-color css
<style>
span { border-color: #E319FE; }
span { border-color: rgb(227,25,254); }
td.TdClassName
{
border-color: #E319FE;
}
.TagClassName
{
border-color: #E319FE;
}
</style>