Shades of Psychedelic Purple #E718F5
Tints of Psychedelic Purple #E718F5
RGB
CMYK
RGB Variations
Color information
#E718F5 (or 0xE718F5) is known color: Psychedelic Purple. HEX triplet: E7, 18 and F5. RGB value is (231,24,245). Sum of RGB (Red+Green+Blue) = 231+24+245=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #E718F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E718F5 is #18E70A. Grayscale: #6E6E6E. Windows color (decimal): -1632011 or 16062695. OLE color: 16062695.
HSL color Cylindrical-coordinate representation of color #E718F5: hue angle of 296.2º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718F5 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 24 | 245 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.04 |
| HSL | 296.2º | 0.92% | 0.53% | - |
| HSV(B) | 296.2º | 0.9% | 0.96% | - |
| XYZ | 49.76 | 24.23 | 88.44 | - |
| YUV | 111.09 | 203.58 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 245 | 0.06 | 0.90 | 0 | 0.04 | 296.2 | 0.92 | 0.53 |
| Hex | E7 | 18 | F5 | 6 | 5A | 0 | 4 | 128 | 5C | 35 |
| Octal | 347 | 30 | 365 | 6 | 132 | 0 | 4 | 450 | 134 | 65 |
| Binary | 11100111 | 11000 | 11110101 | 110 | 1011010 | 0 | 100 | 100101000 | 1011100 | 110101 |
Color Harmonies of #E718F5
Complementary color
Monochromatic Colors of #E718F5
Black with #E718F5
Text Example
Text Example
White with #E718F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718F5; }
p { color: rgb(231,24,245); }
H1.HeaderClassName
{
color: #E718F5;
}
.AnyTagClassName
{
color: #E718F5;
}
</style>
background-color css
<style>
a { background-color: #E718F5; }
a { background-color: rgb(231,24,245); }
div.DivClassName
{
background-color: #E718F5;
}
.BgClassName
{
background-color: #E718F5;
}
</style>
border-color css
<style>
span { border-color: #E718F5; }
span { border-color: rgb(231,24,245); }
td.TdClassName
{
border-color: #E718F5;
}
.TagClassName
{
border-color: #E718F5;
}
</style>