Shades of Psychedelic Purple #E318E5
Tints of Psychedelic Purple #E318E5
RGB
CMYK
RGB Variations
Color information
#E318E5 (or 0xE318E5) is known color: Psychedelic Purple. HEX triplet: E3, 18 and E5. RGB value is (227,24,229). Sum of RGB (Red+Green+Blue) = 227+24+229=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #E318E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318E5 is #1CE71A. Grayscale: #6B6B6B. Windows color (decimal): -1894171 or 15014115. OLE color: 15014115.
HSL color Cylindrical-coordinate representation of color #E318E5: hue angle of 299.41º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E318E5 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 24 | 229 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.10 |
| HSL | 299.41º | 0.81% | 0.5% | - |
| HSV(B) | 299.41º | 0.9% | 0.9% | - |
| XYZ | 46.15 | 22.64 | 76.07 | - |
| YUV | 108.07 | 196.25 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 229 | 0.01 | 0.90 | 0 | 0.10 | 299.41 | 0.81 | 0.5 |
| Hex | E3 | 18 | E5 | 1 | 5A | 0 | A | 12B | 51 | 32 |
| Octal | 343 | 30 | 345 | 1 | 132 | 0 | 12 | 453 | 121 | 62 |
| Binary | 11100011 | 11000 | 11100101 | 1 | 1011010 | 0 | 1010 | 100101011 | 1010001 | 110010 |
Color Harmonies of #E318E5
Complementary color
Monochromatic Colors of #E318E5
Black with #E318E5
Text Example
Text Example
White with #E318E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318E5; }
p { color: rgb(227,24,229); }
H1.HeaderClassName
{
color: #E318E5;
}
.AnyTagClassName
{
color: #E318E5;
}
</style>
background-color css
<style>
a { background-color: #E318E5; }
a { background-color: rgb(227,24,229); }
div.DivClassName
{
background-color: #E318E5;
}
.BgClassName
{
background-color: #E318E5;
}
</style>
border-color css
<style>
span { border-color: #E318E5; }
span { border-color: rgb(227,24,229); }
td.TdClassName
{
border-color: #E318E5;
}
.TagClassName
{
border-color: #E318E5;
}
</style>