Shades of Psychedelic Purple #E308F1
Tints of Psychedelic Purple #E308F1
RGB
CMYK
RGB Variations
Color information
#E308F1 (or 0xE308F1) is known color: Psychedelic Purple. HEX triplet: E3, 08 and F1. RGB value is (227,8,241). Sum of RGB (Red+Green+Blue) = 227+8+241=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 8 (3.52% from 255 or 1.68% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #E308F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308F1 is #1CF70E. Grayscale: #636363. Windows color (decimal): -1898255 or 15796451. OLE color: 15796451.
HSL color Cylindrical-coordinate representation of color #E308F1: hue angle of 296.39º 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 #E308F1 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 8 | 241 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.05 |
| HSL | 296.39º | 0.94% | 0.49% | - |
| HSV(B) | 296.39º | 0.97% | 0.95% | - |
| XYZ | 47.64 | 22.86 | 85.12 | - |
| YUV | 100.04 | 207.55 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 241 | 0.06 | 0.97 | 0 | 0.05 | 296.39 | 0.94 | 0.49 |
| Hex | E3 | 8 | F1 | 6 | 61 | 0 | 5 | 128 | 5E | 31 |
| Octal | 343 | 10 | 361 | 6 | 141 | 0 | 5 | 450 | 136 | 61 |
| Binary | 11100011 | 1000 | 11110001 | 110 | 1100001 | 0 | 101 | 100101000 | 1011110 | 110001 |
Color Harmonies of #E308F1
Complementary color
Monochromatic Colors of #E308F1
Black with #E308F1
Text Example
Text Example
White with #E308F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308F1; }
p { color: rgb(227,8,241); }
H1.HeaderClassName
{
color: #E308F1;
}
.AnyTagClassName
{
color: #E308F1;
}
</style>
background-color css
<style>
a { background-color: #E308F1; }
a { background-color: rgb(227,8,241); }
div.DivClassName
{
background-color: #E308F1;
}
.BgClassName
{
background-color: #E308F1;
}
</style>
border-color css
<style>
span { border-color: #E308F1; }
span { border-color: rgb(227,8,241); }
td.TdClassName
{
border-color: #E308F1;
}
.TagClassName
{
border-color: #E308F1;
}
</style>