Shades of Psychedelic Purple #E716FE
Tints of Psychedelic Purple #E716FE
RGB
CMYK
RGB Variations
Color information
#E716FE (or 0xE716FE) is known color: Psychedelic Purple. HEX triplet: E7, 16 and FE. RGB value is (231,22,254). Sum of RGB (Red+Green+Blue) = 231+22+254=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 22 (8.98% from 255 or 4.34% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #E716FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E716FE is #18E901. Grayscale: #6E6E6E. Windows color (decimal): -1632514 or 16652007. OLE color: 16652007.
HSL color Cylindrical-coordinate representation of color #E716FE: hue angle of 294.05º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E716FE is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 22 | 254 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.00 |
| HSL | 294.05º | 0.99% | 0.54% | - |
| HSV(B) | 294.05º | 0.91% | 1% | - |
| XYZ | 51.13 | 24.72 | 95.84 | - |
| YUV | 110.94 | 208.74 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 254 | 0.09 | 0.91 | 0 | 0.00 | 294.05 | 0.99 | 0.54 |
| Hex | E7 | 16 | FE | 9 | 5B | 0 | 0 | 126 | 63 | 36 |
| Octal | 347 | 26 | 376 | 11 | 133 | 0 | 0 | 446 | 143 | 66 |
| Binary | 11100111 | 10110 | 11111110 | 1001 | 1011011 | 0 | 0 | 100100110 | 1100011 | 110110 |
Color Harmonies of #E716FE
Complementary color
Monochromatic Colors of #E716FE
Black with #E716FE
Text Example
Text Example
White with #E716FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716FE; }
p { color: rgb(231,22,254); }
H1.HeaderClassName
{
color: #E716FE;
}
.AnyTagClassName
{
color: #E716FE;
}
</style>
background-color css
<style>
a { background-color: #E716FE; }
a { background-color: rgb(231,22,254); }
div.DivClassName
{
background-color: #E716FE;
}
.BgClassName
{
background-color: #E716FE;
}
</style>
border-color css
<style>
span { border-color: #E716FE; }
span { border-color: rgb(231,22,254); }
td.TdClassName
{
border-color: #E716FE;
}
.TagClassName
{
border-color: #E716FE;
}
</style>