Shades of Psychedelic Purple #E718FC
Tints of Psychedelic Purple #E718FC
RGB
CMYK
RGB Variations
Color information
#E718FC (or 0xE718FC) is known color: Psychedelic Purple. HEX triplet: E7, 18 and FC. RGB value is (231,24,252). Sum of RGB (Red+Green+Blue) = 231+24+252=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 24 (9.77% from 255 or 4.73% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #E718FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E718FC is #18E703. Grayscale: #6F6F6F. Windows color (decimal): -1632004 or 16521447. OLE color: 16521447.
HSL color Cylindrical-coordinate representation of color #E718FC: hue angle of 294.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718FC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 24 | 252 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.01 |
| HSL | 294.47º | 0.97% | 0.54% | - |
| HSV(B) | 294.47º | 0.9% | 0.99% | - |
| XYZ | 50.85 | 24.67 | 94.18 | - |
| YUV | 111.89 | 207.08 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 252 | 0.08 | 0.90 | 0 | 0.01 | 294.47 | 0.97 | 0.54 |
| Hex | E7 | 18 | FC | 8 | 5A | 0 | 1 | 126 | 61 | 36 |
| Octal | 347 | 30 | 374 | 10 | 132 | 0 | 1 | 446 | 141 | 66 |
| Binary | 11100111 | 11000 | 11111100 | 1000 | 1011010 | 0 | 1 | 100100110 | 1100001 | 110110 |
Color Harmonies of #E718FC
Complementary color
Monochromatic Colors of #E718FC
Black with #E718FC
Text Example
Text Example
White with #E718FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718FC; }
p { color: rgb(231,24,252); }
H1.HeaderClassName
{
color: #E718FC;
}
.AnyTagClassName
{
color: #E718FC;
}
</style>
background-color css
<style>
a { background-color: #E718FC; }
a { background-color: rgb(231,24,252); }
div.DivClassName
{
background-color: #E718FC;
}
.BgClassName
{
background-color: #E718FC;
}
</style>
border-color css
<style>
span { border-color: #E718FC; }
span { border-color: rgb(231,24,252); }
td.TdClassName
{
border-color: #E718FC;
}
.TagClassName
{
border-color: #E718FC;
}
</style>