Shades of Psychedelic Purple #E918E3
Tints of Psychedelic Purple #E918E3
RGB
CMYK
RGB Variations
Color information
#E918E3 (or 0xE918E3) is known color: Psychedelic Purple. HEX triplet: E9, 18 and E3. RGB value is (233,24,227). Sum of RGB (Red+Green+Blue) = 233+24+227=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E918E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E918E3 is #16E71C. Grayscale: #6D6D6D. Windows color (decimal): -1500957 or 14883049. OLE color: 14883049.
HSL color Cylindrical-coordinate representation of color #E918E3: hue angle of 301.72º 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 #E918E3 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 227 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.09 |
| HSL | 301.72º | 0.83% | 0.5% | - |
| HSV(B) | 301.72º | 0.9% | 0.91% | - |
| XYZ | 47.8 | 23.52 | 74.69 | - |
| YUV | 109.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 227 | 0 | 0.90 | 0.03 | 0.09 | 301.72 | 0.83 | 0.5 |
| Hex | E9 | 18 | E3 | 0 | 5A | 3 | 9 | 12E | 53 | 32 |
| Octal | 351 | 30 | 343 | 0 | 132 | 3 | 11 | 456 | 123 | 62 |
| Binary | 11101001 | 11000 | 11100011 | 0 | 1011010 | 11 | 1001 | 100101110 | 1010011 | 110010 |
Color Harmonies of #E918E3
Complementary color
Monochromatic Colors of #E918E3
Black with #E918E3
Text Example
Text Example
White with #E918E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918E3; }
p { color: rgb(233,24,227); }
H1.HeaderClassName
{
color: #E918E3;
}
.AnyTagClassName
{
color: #E918E3;
}
</style>
background-color css
<style>
a { background-color: #E918E3; }
a { background-color: rgb(233,24,227); }
div.DivClassName
{
background-color: #E918E3;
}
.BgClassName
{
background-color: #E918E3;
}
</style>
border-color css
<style>
span { border-color: #E918E3; }
span { border-color: rgb(233,24,227); }
td.TdClassName
{
border-color: #E918E3;
}
.TagClassName
{
border-color: #E918E3;
}
</style>