Shades of Psychedelic Purple #E314F3
Tints of Psychedelic Purple #E314F3
RGB
CMYK
RGB Variations
Color information
#E314F3 (or 0xE314F3) is known color: Psychedelic Purple. HEX triplet: E3, 14 and F3. RGB value is (227,20,243). Sum of RGB (Red+Green+Blue) = 227+20+243=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #E314F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E314F3 is #1CEB0C. Grayscale: #6A6A6A. Windows color (decimal): -1895181 or 15930595. OLE color: 15930595.
HSL color Cylindrical-coordinate representation of color #E314F3: hue angle of 295.7º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E314F3 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 20 | 243 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.05 |
| HSL | 295.7º | 0.9% | 0.52% | - |
| HSV(B) | 295.7º | 0.92% | 0.95% | - |
| XYZ | 48.11 | 23.3 | 86.76 | - |
| YUV | 107.32 | 204.58 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 243 | 0.07 | 0.92 | 0 | 0.05 | 295.7 | 0.9 | 0.52 |
| Hex | E3 | 14 | F3 | 7 | 5C | 0 | 5 | 128 | 5A | 34 |
| Octal | 343 | 24 | 363 | 7 | 134 | 0 | 5 | 450 | 132 | 64 |
| Binary | 11100011 | 10100 | 11110011 | 111 | 1011100 | 0 | 101 | 100101000 | 1011010 | 110100 |
Color Harmonies of #E314F3
Complementary color
Monochromatic Colors of #E314F3
Black with #E314F3
Text Example
Text Example
White with #E314F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314F3; }
p { color: rgb(227,20,243); }
H1.HeaderClassName
{
color: #E314F3;
}
.AnyTagClassName
{
color: #E314F3;
}
</style>
background-color css
<style>
a { background-color: #E314F3; }
a { background-color: rgb(227,20,243); }
div.DivClassName
{
background-color: #E314F3;
}
.BgClassName
{
background-color: #E314F3;
}
</style>
border-color css
<style>
span { border-color: #E314F3; }
span { border-color: rgb(227,20,243); }
td.TdClassName
{
border-color: #E314F3;
}
.TagClassName
{
border-color: #E314F3;
}
</style>