Shades of Psychedelic Purple #E815F0
Tints of Psychedelic Purple #E815F0
RGB
CMYK
RGB Variations
Color information
#E815F0 (or 0xE815F0) is known color: Psychedelic Purple. HEX triplet: E8, 15 and F0. RGB value is (232,21,240). Sum of RGB (Red+Green+Blue) = 232+21+240=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #E815F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E815F0 is #17EA0F. Grayscale: #6C6C6C. Windows color (decimal): -1567248 or 15734248. OLE color: 15734248.
HSL color Cylindrical-coordinate representation of color #E815F0: hue angle of 297.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E815F0 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 21 | 240 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.06 |
| HSL | 297.81º | 0.88% | 0.51% | - |
| HSV(B) | 297.81º | 0.91% | 0.94% | - |
| XYZ | 49.28 | 23.98 | 84.47 | - |
| YUV | 109.06 | 201.9 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 240 | 0.03 | 0.91 | 0 | 0.06 | 297.81 | 0.88 | 0.51 |
| Hex | E8 | 15 | F0 | 3 | 5B | 0 | 6 | 12A | 58 | 33 |
| Octal | 350 | 25 | 360 | 3 | 133 | 0 | 6 | 452 | 130 | 63 |
| Binary | 11101000 | 10101 | 11110000 | 11 | 1011011 | 0 | 110 | 100101010 | 1011000 | 110011 |
Color Harmonies of #E815F0
Complementary color
Monochromatic Colors of #E815F0
Black with #E815F0
Text Example
Text Example
White with #E815F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E815F0; }
p { color: rgb(232,21,240); }
H1.HeaderClassName
{
color: #E815F0;
}
.AnyTagClassName
{
color: #E815F0;
}
</style>
background-color css
<style>
a { background-color: #E815F0; }
a { background-color: rgb(232,21,240); }
div.DivClassName
{
background-color: #E815F0;
}
.BgClassName
{
background-color: #E815F0;
}
</style>
border-color css
<style>
span { border-color: #E815F0; }
span { border-color: rgb(232,21,240); }
td.TdClassName
{
border-color: #E815F0;
}
.TagClassName
{
border-color: #E815F0;
}
</style>