Shades of Psychedelic Purple #E718F9
Tints of Psychedelic Purple #E718F9
RGB
CMYK
RGB Variations
Color information
#E718F9 (or 0xE718F9) is known color: Psychedelic Purple. HEX triplet: E7, 18 and F9. RGB value is (231,24,249). Sum of RGB (Red+Green+Blue) = 231+24+249=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 24 (9.77% from 255 or 4.76% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #E718F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E718F9 is #18E706. Grayscale: #6E6E6E. Windows color (decimal): -1632007 or 16324839. OLE color: 16324839.
HSL color Cylindrical-coordinate representation of color #E718F9: hue angle of 295.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718F9 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 24 | 249 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.02 |
| HSL | 295.2º | 0.95% | 0.54% | - |
| HSV(B) | 295.2º | 0.9% | 0.98% | - |
| XYZ | 50.38 | 24.48 | 91.69 | - |
| YUV | 111.54 | 205.58 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 249 | 0.07 | 0.90 | 0 | 0.02 | 295.2 | 0.95 | 0.54 |
| Hex | E7 | 18 | F9 | 7 | 5A | 0 | 2 | 127 | 5F | 36 |
| Octal | 347 | 30 | 371 | 7 | 132 | 0 | 2 | 447 | 137 | 66 |
| Binary | 11100111 | 11000 | 11111001 | 111 | 1011010 | 0 | 10 | 100100111 | 1011111 | 110110 |
Color Harmonies of #E718F9
Complementary color
Monochromatic Colors of #E718F9
Black with #E718F9
Text Example
Text Example
White with #E718F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718F9; }
p { color: rgb(231,24,249); }
H1.HeaderClassName
{
color: #E718F9;
}
.AnyTagClassName
{
color: #E718F9;
}
</style>
background-color css
<style>
a { background-color: #E718F9; }
a { background-color: rgb(231,24,249); }
div.DivClassName
{
background-color: #E718F9;
}
.BgClassName
{
background-color: #E718F9;
}
</style>
border-color css
<style>
span { border-color: #E718F9; }
span { border-color: rgb(231,24,249); }
td.TdClassName
{
border-color: #E718F9;
}
.TagClassName
{
border-color: #E718F9;
}
</style>