Shades of Psychedelic Purple #E725EC
Tints of Psychedelic Purple #E725EC
RGB
CMYK
RGB Variations
Color information
#E725EC (or 0xE725EC) is known color: Psychedelic Purple. HEX triplet: E7, 25 and EC. RGB value is (231,37,236). Sum of RGB (Red+Green+Blue) = 231+37+236=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #E725EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E725EC is #18DA13. Grayscale: #757575. Windows color (decimal): -1628692 or 15476199. OLE color: 15476199.
HSL color Cylindrical-coordinate representation of color #E725EC: hue angle of 298.49º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E725EC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 37 | 236 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.07 |
| HSL | 298.49º | 0.84% | 0.54% | - |
| HSV(B) | 298.49º | 0.84% | 0.93% | - |
| XYZ | 48.76 | 24.37 | 81.49 | - |
| YUV | 117.69 | 194.77 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 236 | 0.02 | 0.84 | 0 | 0.07 | 298.49 | 0.84 | 0.54 |
| Hex | E7 | 25 | EC | 2 | 54 | 0 | 7 | 12A | 54 | 36 |
| Octal | 347 | 45 | 354 | 2 | 124 | 0 | 7 | 452 | 124 | 66 |
| Binary | 11100111 | 100101 | 11101100 | 10 | 1010100 | 0 | 111 | 100101010 | 1010100 | 110110 |
Color Harmonies of #E725EC
Complementary color
Monochromatic Colors of #E725EC
Black with #E725EC
Text Example
Text Example
White with #E725EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E725EC; }
p { color: rgb(231,37,236); }
H1.HeaderClassName
{
color: #E725EC;
}
.AnyTagClassName
{
color: #E725EC;
}
</style>
background-color css
<style>
a { background-color: #E725EC; }
a { background-color: rgb(231,37,236); }
div.DivClassName
{
background-color: #E725EC;
}
.BgClassName
{
background-color: #E725EC;
}
</style>
border-color css
<style>
span { border-color: #E725EC; }
span { border-color: rgb(231,37,236); }
td.TdClassName
{
border-color: #E725EC;
}
.TagClassName
{
border-color: #E725EC;
}
</style>