Shades of Psychedelic Purple #E318EA
Tints of Psychedelic Purple #E318EA
RGB
CMYK
RGB Variations
Color information
#E318EA (or 0xE318EA) is known color: Psychedelic Purple. HEX triplet: E3, 18 and EA. RGB value is (227,24,234). Sum of RGB (Red+Green+Blue) = 227+24+234=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #E318EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E318EA is #1CE715. Grayscale: #6B6B6B. Windows color (decimal): -1894166 or 15341795. OLE color: 15341795.
HSL color Cylindrical-coordinate representation of color #E318EA: hue angle of 298º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E318EA is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 24 | 234 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.08 |
| HSL | 298º | 0.83% | 0.51% | - |
| HSV(B) | 298º | 0.9% | 0.92% | - |
| XYZ | 46.86 | 22.92 | 79.8 | - |
| YUV | 108.64 | 198.75 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 234 | 0.03 | 0.90 | 0 | 0.08 | 298 | 0.83 | 0.51 |
| Hex | E3 | 18 | EA | 3 | 5A | 0 | 8 | 12A | 53 | 33 |
| Octal | 343 | 30 | 352 | 3 | 132 | 0 | 10 | 452 | 123 | 63 |
| Binary | 11100011 | 11000 | 11101010 | 11 | 1011010 | 0 | 1000 | 100101010 | 1010011 | 110011 |
Color Harmonies of #E318EA
Complementary color
Monochromatic Colors of #E318EA
Black with #E318EA
Text Example
Text Example
White with #E318EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318EA; }
p { color: rgb(227,24,234); }
H1.HeaderClassName
{
color: #E318EA;
}
.AnyTagClassName
{
color: #E318EA;
}
</style>
background-color css
<style>
a { background-color: #E318EA; }
a { background-color: rgb(227,24,234); }
div.DivClassName
{
background-color: #E318EA;
}
.BgClassName
{
background-color: #E318EA;
}
</style>
border-color css
<style>
span { border-color: #E318EA; }
span { border-color: rgb(227,24,234); }
td.TdClassName
{
border-color: #E318EA;
}
.TagClassName
{
border-color: #E318EA;
}
</style>