Shades of Psychedelic Purple #E308F9
Tints of Psychedelic Purple #E308F9
RGB
CMYK
RGB Variations
Color information
#E308F9 (or 0xE308F9) is known color: Psychedelic Purple. HEX triplet: E3, 08 and F9. RGB value is (227,8,249). Sum of RGB (Red+Green+Blue) = 227+8+249=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 8 (3.52% from 255 or 1.65% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #E308F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308F9 is #1CF706. Grayscale: #646464. Windows color (decimal): -1898247 or 16320739. OLE color: 16320739.
HSL color Cylindrical-coordinate representation of color #E308F9: hue angle of 294.52º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E308F9 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 8 | 249 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.02 |
| HSL | 294.52º | 0.95% | 0.5% | - |
| HSV(B) | 294.52º | 0.97% | 0.98% | - |
| XYZ | 48.86 | 23.34 | 91.55 | - |
| YUV | 100.96 | 211.55 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 249 | 0.09 | 0.97 | 0 | 0.02 | 294.52 | 0.95 | 0.5 |
| Hex | E3 | 8 | F9 | 9 | 61 | 0 | 2 | 127 | 5F | 32 |
| Octal | 343 | 10 | 371 | 11 | 141 | 0 | 2 | 447 | 137 | 62 |
| Binary | 11100011 | 1000 | 11111001 | 1001 | 1100001 | 0 | 10 | 100100111 | 1011111 | 110010 |
Color Harmonies of #E308F9
Complementary color
Monochromatic Colors of #E308F9
Black with #E308F9
Text Example
Text Example
White with #E308F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308F9; }
p { color: rgb(227,8,249); }
H1.HeaderClassName
{
color: #E308F9;
}
.AnyTagClassName
{
color: #E308F9;
}
</style>
background-color css
<style>
a { background-color: #E308F9; }
a { background-color: rgb(227,8,249); }
div.DivClassName
{
background-color: #E308F9;
}
.BgClassName
{
background-color: #E308F9;
}
</style>
border-color css
<style>
span { border-color: #E308F9; }
span { border-color: rgb(227,8,249); }
td.TdClassName
{
border-color: #E308F9;
}
.TagClassName
{
border-color: #E308F9;
}
</style>