Shades of Psychedelic Purple #E918E5
Tints of Psychedelic Purple #E918E5
RGB
CMYK
RGB Variations
Color information
#E918E5 (or 0xE918E5) is known color: Psychedelic Purple. HEX triplet: E9, 18 and E5. RGB value is (233,24,229). Sum of RGB (Red+Green+Blue) = 233+24+229=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E918E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E918E5 is #16E71A. Grayscale: #6D6D6D. Windows color (decimal): -1500955 or 15014121. OLE color: 15014121.
HSL color Cylindrical-coordinate representation of color #E918E5: hue angle of 301.15º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E918E5 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 229 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.09 |
| HSL | 301.15º | 0.83% | 0.5% | - |
| HSV(B) | 301.15º | 0.9% | 0.91% | - |
| XYZ | 48.07 | 23.63 | 76.16 | - |
| YUV | 109.86 | 195.24 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 229 | 0 | 0.90 | 0.02 | 0.09 | 301.15 | 0.83 | 0.5 |
| Hex | E9 | 18 | E5 | 0 | 5A | 2 | 9 | 12D | 53 | 32 |
| Octal | 351 | 30 | 345 | 0 | 132 | 2 | 11 | 455 | 123 | 62 |
| Binary | 11101001 | 11000 | 11100101 | 0 | 1011010 | 10 | 1001 | 100101101 | 1010011 | 110010 |
Color Harmonies of #E918E5
Complementary color
Monochromatic Colors of #E918E5
Black with #E918E5
Text Example
Text Example
White with #E918E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918E5; }
p { color: rgb(233,24,229); }
H1.HeaderClassName
{
color: #E918E5;
}
.AnyTagClassName
{
color: #E918E5;
}
</style>
background-color css
<style>
a { background-color: #E918E5; }
a { background-color: rgb(233,24,229); }
div.DivClassName
{
background-color: #E918E5;
}
.BgClassName
{
background-color: #E918E5;
}
</style>
border-color css
<style>
span { border-color: #E918E5; }
span { border-color: rgb(233,24,229); }
td.TdClassName
{
border-color: #E918E5;
}
.TagClassName
{
border-color: #E918E5;
}
</style>