Shades of Psychedelic Purple #E726FC
Tints of Psychedelic Purple #E726FC
RGB
CMYK
RGB Variations
Color information
#E726FC (or 0xE726FC) is known color: Psychedelic Purple. HEX triplet: E7, 26 and FC. RGB value is (231,38,252). Sum of RGB (Red+Green+Blue) = 231+38+252=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 38 (15.23% from 255 or 7.29% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #E726FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E726FC is #18D903. Grayscale: #777777. Windows color (decimal): -1628420 or 16525031. OLE color: 16525031.
HSL color Cylindrical-coordinate representation of color #E726FC: hue angle of 294.11º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E726FC is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 38 | 252 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.01 |
| HSL | 294.11º | 0.97% | 0.57% | - |
| HSV(B) | 294.11º | 0.85% | 0.99% | - |
| XYZ | 51.22 | 25.4 | 94.3 | - |
| YUV | 120.1 | 202.44 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 252 | 0.08 | 0.85 | 0 | 0.01 | 294.11 | 0.97 | 0.57 |
| Hex | E7 | 26 | FC | 8 | 55 | 0 | 1 | 126 | 61 | 39 |
| Octal | 347 | 46 | 374 | 10 | 125 | 0 | 1 | 446 | 141 | 71 |
| Binary | 11100111 | 100110 | 11111100 | 1000 | 1010101 | 0 | 1 | 100100110 | 1100001 | 111001 |
Color Harmonies of #E726FC
Complementary color
Monochromatic Colors of #E726FC
Black with #E726FC
Text Example
Text Example
White with #E726FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726FC; }
p { color: rgb(231,38,252); }
H1.HeaderClassName
{
color: #E726FC;
}
.AnyTagClassName
{
color: #E726FC;
}
</style>
background-color css
<style>
a { background-color: #E726FC; }
a { background-color: rgb(231,38,252); }
div.DivClassName
{
background-color: #E726FC;
}
.BgClassName
{
background-color: #E726FC;
}
</style>
border-color css
<style>
span { border-color: #E726FC; }
span { border-color: rgb(231,38,252); }
td.TdClassName
{
border-color: #E726FC;
}
.TagClassName
{
border-color: #E726FC;
}
</style>