Shades of Psychedelic Purple #E308E9
Tints of Psychedelic Purple #E308E9
RGB
CMYK
RGB Variations
Color information
#E308E9 (or 0xE308E9) is known color: Psychedelic Purple. HEX triplet: E3, 08 and E9. RGB value is (227,8,233). Sum of RGB (Red+Green+Blue) = 227+8+233=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #E308E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308E9 is #1CF716. Grayscale: #626262. Windows color (decimal): -1898263 or 15272163. OLE color: 15272163.
HSL color Cylindrical-coordinate representation of color #E308E9: hue angle of 298.4º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E308E9 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 8 | 233 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.09 |
| HSL | 298.4º | 0.93% | 0.47% | - |
| HSV(B) | 298.4º | 0.97% | 0.91% | - |
| XYZ | 46.47 | 22.39 | 78.96 | - |
| YUV | 99.13 | 203.55 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 233 | 0.03 | 0.97 | 0 | 0.09 | 298.4 | 0.93 | 0.47 |
| Hex | E3 | 8 | E9 | 3 | 61 | 0 | 9 | 12A | 5D | 2F |
| Octal | 343 | 10 | 351 | 3 | 141 | 0 | 11 | 452 | 135 | 57 |
| Binary | 11100011 | 1000 | 11101001 | 11 | 1100001 | 0 | 1001 | 100101010 | 1011101 | 101111 |
Color Harmonies of #E308E9
Complementary color
Monochromatic Colors of #E308E9
Black with #E308E9
Text Example
Text Example
White with #E308E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E308E9; }
p { color: rgb(227,8,233); }
H1.HeaderClassName
{
color: #E308E9;
}
.AnyTagClassName
{
color: #E308E9;
}
</style>
background-color css
<style>
a { background-color: #E308E9; }
a { background-color: rgb(227,8,233); }
div.DivClassName
{
background-color: #E308E9;
}
.BgClassName
{
background-color: #E308E9;
}
</style>
border-color css
<style>
span { border-color: #E308E9; }
span { border-color: rgb(227,8,233); }
td.TdClassName
{
border-color: #E308E9;
}
.TagClassName
{
border-color: #E308E9;
}
</style>