Shades of Psychedelic Purple #E718FF
Tints of Psychedelic Purple #E718FF
RGB
CMYK
RGB Variations
Color information
#E718FF (or 0xE718FF) is known color: Psychedelic Purple. HEX triplet: E7, 18 and FF. RGB value is (231,24,255). Sum of RGB (Red+Green+Blue) = 231+24+255=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 24 (9.77% from 255 or 4.71% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #E718FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E718FF is #18E700. Grayscale: #6F6F6F. Windows color (decimal): -1632001 or 16718055. OLE color: 16718055.
HSL color Cylindrical-coordinate representation of color #E718FF: hue angle of 293.77º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E718FF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 24 | 255 | - |
| CMYK | 0.09 | 0.91 | 0 | 0 |
| HSL | 293.77º | 1% | 0.55% | - |
| HSV(B) | 293.77º | 0.91% | 1% | - |
| XYZ | 51.33 | 24.86 | 96.7 | - |
| YUV | 112.23 | 208.58 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 255 | 0.09 | 0.91 | 0 | 0 | 293.77 | 1 | 0.55 |
| Hex | E7 | 18 | FF | 9 | 5B | 0 | 0 | 126 | 64 | 37 |
| Octal | 347 | 30 | 377 | 11 | 133 | 0 | 0 | 446 | 144 | 67 |
| Binary | 11100111 | 11000 | 11111111 | 1001 | 1011011 | 0 | 0 | 100100110 | 1100100 | 110111 |
Color Harmonies of #E718FF
Complementary color
Monochromatic Colors of #E718FF
Black with #E718FF
Text Example
Text Example
White with #E718FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718FF; }
p { color: rgb(231,24,255); }
H1.HeaderClassName
{
color: #E718FF;
}
.AnyTagClassName
{
color: #E718FF;
}
</style>
background-color css
<style>
a { background-color: #E718FF; }
a { background-color: rgb(231,24,255); }
div.DivClassName
{
background-color: #E718FF;
}
.BgClassName
{
background-color: #E718FF;
}
</style>
border-color css
<style>
span { border-color: #E718FF; }
span { border-color: rgb(231,24,255); }
td.TdClassName
{
border-color: #E718FF;
}
.TagClassName
{
border-color: #E718FF;
}
</style>