Shades of Psychedelic Purple #E726FF
Tints of Psychedelic Purple #E726FF
RGB
CMYK
RGB Variations
Color information
#E726FF (or 0xE726FF) is known color: Psychedelic Purple. HEX triplet: E7, 26 and FF. RGB value is (231,38,255). Sum of RGB (Red+Green+Blue) = 231+38+255=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 38 (15.23% from 255 or 7.25% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #E726FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E726FF is #18D900. Grayscale: #777777. Windows color (decimal): -1628417 or 16721639. OLE color: 16721639.
HSL color Cylindrical-coordinate representation of color #E726FF: hue angle of 293.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E726FF is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 38 | 255 | - |
| CMYK | 0.09 | 0.85 | 0 | 0 |
| HSL | 293.36º | 1% | 0.57% | - |
| HSV(B) | 293.36º | 0.85% | 1% | - |
| XYZ | 51.7 | 25.6 | 96.82 | - |
| YUV | 120.45 | 203.94 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 255 | 0.09 | 0.85 | 0 | 0 | 293.36 | 1 | 0.57 |
| Hex | E7 | 26 | FF | 9 | 55 | 0 | 0 | 125 | 64 | 39 |
| Octal | 347 | 46 | 377 | 11 | 125 | 0 | 0 | 445 | 144 | 71 |
| Binary | 11100111 | 100110 | 11111111 | 1001 | 1010101 | 0 | 0 | 100100101 | 1100100 | 111001 |
Color Harmonies of #E726FF
Complementary color
Monochromatic Colors of #E726FF
Black with #E726FF
Text Example
Text Example
White with #E726FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726FF; }
p { color: rgb(231,38,255); }
H1.HeaderClassName
{
color: #E726FF;
}
.AnyTagClassName
{
color: #E726FF;
}
</style>
background-color css
<style>
a { background-color: #E726FF; }
a { background-color: rgb(231,38,255); }
div.DivClassName
{
background-color: #E726FF;
}
.BgClassName
{
background-color: #E726FF;
}
</style>
border-color css
<style>
span { border-color: #E726FF; }
span { border-color: rgb(231,38,255); }
td.TdClassName
{
border-color: #E726FF;
}
.TagClassName
{
border-color: #E726FF;
}
</style>