Shades of Psychedelic Purple #E726FD
Tints of Psychedelic Purple #E726FD
RGB
CMYK
RGB Variations
Color information
#E726FD (or 0xE726FD) is known color: Psychedelic Purple. HEX triplet: E7, 26 and FD. RGB value is (231,38,253). Sum of RGB (Red+Green+Blue) = 231+38+253=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 38 (15.23% from 255 or 7.28% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #E726FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E726FD is #18D902. Grayscale: #777777. Windows color (decimal): -1628419 or 16590567. OLE color: 16590567.
HSL color Cylindrical-coordinate representation of color #E726FD: hue angle of 293.86º degrees, saturation: 0.98, 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 #E726FD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 38 | 253 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.01 |
| HSL | 293.86º | 0.98% | 0.57% | - |
| HSV(B) | 293.86º | 0.85% | 0.99% | - |
| XYZ | 51.38 | 25.47 | 95.14 | - |
| YUV | 120.22 | 202.94 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 253 | 0.09 | 0.85 | 0 | 0.01 | 293.86 | 0.98 | 0.57 |
| Hex | E7 | 26 | FD | 9 | 55 | 0 | 1 | 126 | 62 | 39 |
| Octal | 347 | 46 | 375 | 11 | 125 | 0 | 1 | 446 | 142 | 71 |
| Binary | 11100111 | 100110 | 11111101 | 1001 | 1010101 | 0 | 1 | 100100110 | 1100010 | 111001 |
Color Harmonies of #E726FD
Complementary color
Monochromatic Colors of #E726FD
Black with #E726FD
Text Example
Text Example
White with #E726FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726FD; }
p { color: rgb(231,38,253); }
H1.HeaderClassName
{
color: #E726FD;
}
.AnyTagClassName
{
color: #E726FD;
}
</style>
background-color css
<style>
a { background-color: #E726FD; }
a { background-color: rgb(231,38,253); }
div.DivClassName
{
background-color: #E726FD;
}
.BgClassName
{
background-color: #E726FD;
}
</style>
border-color css
<style>
span { border-color: #E726FD; }
span { border-color: rgb(231,38,253); }
td.TdClassName
{
border-color: #E726FD;
}
.TagClassName
{
border-color: #E726FD;
}
</style>