Shades of Psychedelic Purple #E815EA
Tints of Psychedelic Purple #E815EA
RGB
CMYK
RGB Variations
Color information
#E815EA (or 0xE815EA) is known color: Psychedelic Purple. HEX triplet: E8, 15 and EA. RGB value is (232,21,234). Sum of RGB (Red+Green+Blue) = 232+21+234=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 21 (8.59% from 255 or 4.31% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #E815EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E815EA is #17EA15. Grayscale: #6B6B6B. Windows color (decimal): -1567254 or 15341032. OLE color: 15341032.
HSL color Cylindrical-coordinate representation of color #E815EA: hue angle of 299.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E815EA is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 21 | 234 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.08 |
| HSL | 299.44º | 0.84% | 0.5% | - |
| HSV(B) | 299.44º | 0.91% | 0.92% | - |
| XYZ | 48.4 | 23.63 | 79.85 | - |
| YUV | 108.37 | 198.9 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 234 | 0.01 | 0.91 | 0 | 0.08 | 299.44 | 0.84 | 0.5 |
| Hex | E8 | 15 | EA | 1 | 5B | 0 | 8 | 12B | 54 | 32 |
| Octal | 350 | 25 | 352 | 1 | 133 | 0 | 10 | 453 | 124 | 62 |
| Binary | 11101000 | 10101 | 11101010 | 1 | 1011011 | 0 | 1000 | 100101011 | 1010100 | 110010 |
Color Harmonies of #E815EA
Complementary color
Monochromatic Colors of #E815EA
Black with #E815EA
Text Example
Text Example
White with #E815EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E815EA; }
p { color: rgb(232,21,234); }
H1.HeaderClassName
{
color: #E815EA;
}
.AnyTagClassName
{
color: #E815EA;
}
</style>
background-color css
<style>
a { background-color: #E815EA; }
a { background-color: rgb(232,21,234); }
div.DivClassName
{
background-color: #E815EA;
}
.BgClassName
{
background-color: #E815EA;
}
</style>
border-color css
<style>
span { border-color: #E815EA; }
span { border-color: rgb(232,21,234); }
td.TdClassName
{
border-color: #E815EA;
}
.TagClassName
{
border-color: #E815EA;
}
</style>