Shades of Psychedelic Purple #E726F3
Tints of Psychedelic Purple #E726F3
RGB
CMYK
RGB Variations
Color information
#E726F3 (or 0xE726F3) is known color: Psychedelic Purple. HEX triplet: E7, 26 and F3. RGB value is (231,38,243). Sum of RGB (Red+Green+Blue) = 231+38+243=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 38 (15.23% from 255 or 7.42% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #E726F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E726F3 is #18D90C. Grayscale: #767676. Windows color (decimal): -1628429 or 15935207. OLE color: 15935207.
HSL color Cylindrical-coordinate representation of color #E726F3: hue angle of 296.49º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E726F3 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 38 | 243 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.05 |
| HSL | 296.49º | 0.9% | 0.55% | - |
| HSV(B) | 296.49º | 0.84% | 0.95% | - |
| XYZ | 49.83 | 24.85 | 86.96 | - |
| YUV | 119.08 | 197.94 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 243 | 0.05 | 0.84 | 0 | 0.05 | 296.49 | 0.9 | 0.55 |
| Hex | E7 | 26 | F3 | 5 | 54 | 0 | 5 | 128 | 5A | 37 |
| Octal | 347 | 46 | 363 | 5 | 124 | 0 | 5 | 450 | 132 | 67 |
| Binary | 11100111 | 100110 | 11110011 | 101 | 1010100 | 0 | 101 | 100101000 | 1011010 | 110111 |
Color Harmonies of #E726F3
Complementary color
Monochromatic Colors of #E726F3
Black with #E726F3
Text Example
Text Example
White with #E726F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726F3; }
p { color: rgb(231,38,243); }
H1.HeaderClassName
{
color: #E726F3;
}
.AnyTagClassName
{
color: #E726F3;
}
</style>
background-color css
<style>
a { background-color: #E726F3; }
a { background-color: rgb(231,38,243); }
div.DivClassName
{
background-color: #E726F3;
}
.BgClassName
{
background-color: #E726F3;
}
</style>
border-color css
<style>
span { border-color: #E726F3; }
span { border-color: rgb(231,38,243); }
td.TdClassName
{
border-color: #E726F3;
}
.TagClassName
{
border-color: #E726F3;
}
</style>