Shades of Psychedelic Purple #E715F8
Tints of Psychedelic Purple #E715F8
RGB
CMYK
RGB Variations
Color information
#E715F8 (or 0xE715F8) is known color: Psychedelic Purple. HEX triplet: E7, 15 and F8. RGB value is (231,21,248). Sum of RGB (Red+Green+Blue) = 231+21+248=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #E715F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E715F8 is #18EA07. Grayscale: #6C6C6C. Windows color (decimal): -1632776 or 16258535. OLE color: 16258535.
HSL color Cylindrical-coordinate representation of color #E715F8: hue angle of 295.51º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E715F8 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 21 | 248 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.03 |
| HSL | 295.51º | 0.94% | 0.53% | - |
| HSV(B) | 295.51º | 0.92% | 0.97% | - |
| XYZ | 50.17 | 24.3 | 90.85 | - |
| YUV | 109.67 | 206.07 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 248 | 0.07 | 0.92 | 0 | 0.03 | 295.51 | 0.94 | 0.53 |
| Hex | E7 | 15 | F8 | 7 | 5C | 0 | 3 | 128 | 5E | 35 |
| Octal | 347 | 25 | 370 | 7 | 134 | 0 | 3 | 450 | 136 | 65 |
| Binary | 11100111 | 10101 | 11111000 | 111 | 1011100 | 0 | 11 | 100101000 | 1011110 | 110101 |
Color Harmonies of #E715F8
Complementary color
Monochromatic Colors of #E715F8
Black with #E715F8
Text Example
Text Example
White with #E715F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715F8; }
p { color: rgb(231,21,248); }
H1.HeaderClassName
{
color: #E715F8;
}
.AnyTagClassName
{
color: #E715F8;
}
</style>
background-color css
<style>
a { background-color: #E715F8; }
a { background-color: rgb(231,21,248); }
div.DivClassName
{
background-color: #E715F8;
}
.BgClassName
{
background-color: #E715F8;
}
</style>
border-color css
<style>
span { border-color: #E715F8; }
span { border-color: rgb(231,21,248); }
td.TdClassName
{
border-color: #E715F8;
}
.TagClassName
{
border-color: #E715F8;
}
</style>