Shades of Psychedelic Purple #E715E8
Tints of Psychedelic Purple #E715E8
RGB
CMYK
RGB Variations
Color information
#E715E8 (or 0xE715E8) is known color: Psychedelic Purple. HEX triplet: E7, 15 and E8. RGB value is (231,21,232). Sum of RGB (Red+Green+Blue) = 231+21+232=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #E715E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E715E8 is #18EA17. Grayscale: #6B6B6B. Windows color (decimal): -1632792 or 15209959. OLE color: 15209959.
HSL color Cylindrical-coordinate representation of color #E715E8: hue angle of 299.72º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E715E8 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 232 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.09 |
| HSL | 299.72º | 0.83% | 0.5% | - |
| HSV(B) | 299.72º | 0.91% | 0.91% | - |
| XYZ | 47.79 | 23.35 | 78.33 | - |
| YUV | 107.84 | 198.07 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 232 | 0.00 | 0.91 | 0 | 0.09 | 299.72 | 0.83 | 0.5 |
| Hex | E7 | 15 | E8 | 0 | 5B | 0 | 9 | 12C | 53 | 32 |
| Octal | 347 | 25 | 350 | 0 | 133 | 0 | 11 | 454 | 123 | 62 |
| Binary | 11100111 | 10101 | 11101000 | 0 | 1011011 | 0 | 1001 | 100101100 | 1010011 | 110010 |
Color Harmonies of #E715E8
Complementary color
Monochromatic Colors of #E715E8
Black with #E715E8
Text Example
Text Example
White with #E715E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715E8; }
p { color: rgb(231,21,232); }
H1.HeaderClassName
{
color: #E715E8;
}
.AnyTagClassName
{
color: #E715E8;
}
</style>
background-color css
<style>
a { background-color: #E715E8; }
a { background-color: rgb(231,21,232); }
div.DivClassName
{
background-color: #E715E8;
}
.BgClassName
{
background-color: #E715E8;
}
</style>
border-color css
<style>
span { border-color: #E715E8; }
span { border-color: rgb(231,21,232); }
td.TdClassName
{
border-color: #E715E8;
}
.TagClassName
{
border-color: #E715E8;
}
</style>