Shades of Psychedelic Purple #E716FC
Tints of Psychedelic Purple #E716FC
RGB
CMYK
RGB Variations
Color information
#E716FC (or 0xE716FC) is known color: Psychedelic Purple. HEX triplet: E7, 16 and FC. RGB value is (231,22,252). Sum of RGB (Red+Green+Blue) = 231+22+252=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 22 (8.98% from 255 or 4.36% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #E716FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E716FC is #18E903. Grayscale: #6E6E6E. Windows color (decimal): -1632516 or 16520935. OLE color: 16520935.
HSL color Cylindrical-coordinate representation of color #E716FC: hue angle of 294.52º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E716FC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 22 | 252 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.01 |
| HSL | 294.52º | 0.97% | 0.54% | - |
| HSV(B) | 294.52º | 0.91% | 0.99% | - |
| XYZ | 50.81 | 24.59 | 94.16 | - |
| YUV | 110.71 | 207.74 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 252 | 0.08 | 0.91 | 0 | 0.01 | 294.52 | 0.97 | 0.54 |
| Hex | E7 | 16 | FC | 8 | 5B | 0 | 1 | 127 | 61 | 36 |
| Octal | 347 | 26 | 374 | 10 | 133 | 0 | 1 | 447 | 141 | 66 |
| Binary | 11100111 | 10110 | 11111100 | 1000 | 1011011 | 0 | 1 | 100100111 | 1100001 | 110110 |
Color Harmonies of #E716FC
Complementary color
Monochromatic Colors of #E716FC
Black with #E716FC
Text Example
Text Example
White with #E716FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716FC; }
p { color: rgb(231,22,252); }
H1.HeaderClassName
{
color: #E716FC;
}
.AnyTagClassName
{
color: #E716FC;
}
</style>
background-color css
<style>
a { background-color: #E716FC; }
a { background-color: rgb(231,22,252); }
div.DivClassName
{
background-color: #E716FC;
}
.BgClassName
{
background-color: #E716FC;
}
</style>
border-color css
<style>
span { border-color: #E716FC; }
span { border-color: rgb(231,22,252); }
td.TdClassName
{
border-color: #E716FC;
}
.TagClassName
{
border-color: #E716FC;
}
</style>