Shades of Psychedelic Purple #E307F1
Tints of Psychedelic Purple #E307F1
RGB
CMYK
RGB Variations
Color information
#E307F1 (or 0xE307F1) is known color: Psychedelic Purple. HEX triplet: E3, 07 and F1. RGB value is (227,7,241). Sum of RGB (Red+Green+Blue) = 227+7+241=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #E307F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E307F1 is #1CF80E. Grayscale: #626262. Windows color (decimal): -1898511 or 15796195. OLE color: 15796195.
HSL color Cylindrical-coordinate representation of color #E307F1: hue angle of 296.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E307F1 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 7 | 241 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.05 |
| HSL | 296.41º | 0.94% | 0.49% | - |
| HSV(B) | 296.41º | 0.97% | 0.95% | - |
| XYZ | 47.63 | 22.83 | 85.12 | - |
| YUV | 99.46 | 207.89 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 241 | 0.06 | 0.97 | 0 | 0.05 | 296.41 | 0.94 | 0.49 |
| Hex | E3 | 7 | F1 | 6 | 61 | 0 | 5 | 128 | 5E | 31 |
| Octal | 343 | 7 | 361 | 6 | 141 | 0 | 5 | 450 | 136 | 61 |
| Binary | 11100011 | 111 | 11110001 | 110 | 1100001 | 0 | 101 | 100101000 | 1011110 | 110001 |
Color Harmonies of #E307F1
Complementary color
Monochromatic Colors of #E307F1
Black with #E307F1
Text Example
Text Example
White with #E307F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E307F1; }
p { color: rgb(227,7,241); }
H1.HeaderClassName
{
color: #E307F1;
}
.AnyTagClassName
{
color: #E307F1;
}
</style>
background-color css
<style>
a { background-color: #E307F1; }
a { background-color: rgb(227,7,241); }
div.DivClassName
{
background-color: #E307F1;
}
.BgClassName
{
background-color: #E307F1;
}
</style>
border-color css
<style>
span { border-color: #E307F1; }
span { border-color: rgb(227,7,241); }
td.TdClassName
{
border-color: #E307F1;
}
.TagClassName
{
border-color: #E307F1;
}
</style>