Shades of Psychedelic Purple #E415EA
Tints of Psychedelic Purple #E415EA
RGB
CMYK
RGB Variations
Color information
#E415EA (or 0xE415EA) is known color: Psychedelic Purple. HEX triplet: E4, 15 and EA. RGB value is (228,21,234). Sum of RGB (Red+Green+Blue) = 228+21+234=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #E415EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E415EA is #1BEA15. Grayscale: #6A6A6A. Windows color (decimal): -1829398 or 15341028. OLE color: 15341028.
HSL color Cylindrical-coordinate representation of color #E415EA: hue angle of 298.31º 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 #E415EA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 21 | 234 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.08 |
| HSL | 298.31º | 0.84% | 0.5% | - |
| HSV(B) | 298.31º | 0.91% | 0.92% | - |
| XYZ | 47.11 | 22.97 | 79.79 | - |
| YUV | 107.18 | 199.58 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 234 | 0.03 | 0.91 | 0 | 0.08 | 298.31 | 0.84 | 0.5 |
| Hex | E4 | 15 | EA | 3 | 5B | 0 | 8 | 12A | 54 | 32 |
| Octal | 344 | 25 | 352 | 3 | 133 | 0 | 10 | 452 | 124 | 62 |
| Binary | 11100100 | 10101 | 11101010 | 11 | 1011011 | 0 | 1000 | 100101010 | 1010100 | 110010 |
Color Harmonies of #E415EA
Complementary color
Monochromatic Colors of #E415EA
Black with #E415EA
Text Example
Text Example
White with #E415EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E415EA; }
p { color: rgb(228,21,234); }
H1.HeaderClassName
{
color: #E415EA;
}
.AnyTagClassName
{
color: #E415EA;
}
</style>
background-color css
<style>
a { background-color: #E415EA; }
a { background-color: rgb(228,21,234); }
div.DivClassName
{
background-color: #E415EA;
}
.BgClassName
{
background-color: #E415EA;
}
</style>
border-color css
<style>
span { border-color: #E415EA; }
span { border-color: rgb(228,21,234); }
td.TdClassName
{
border-color: #E415EA;
}
.TagClassName
{
border-color: #E415EA;
}
</style>