Shades of Psychedelic Purple #E727F0
Tints of Psychedelic Purple #E727F0
RGB
CMYK
RGB Variations
Color information
#E727F0 (or 0xE727F0) is known color: Psychedelic Purple. HEX triplet: E7, 27 and F0. RGB value is (231,39,240). Sum of RGB (Red+Green+Blue) = 231+39+240=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 39 (15.62% from 255 or 7.65% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #E727F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727F0 is #18D80F. Grayscale: #767676. Windows color (decimal): -1628176 or 15738855. OLE color: 15738855.
HSL color Cylindrical-coordinate representation of color #E727F0: hue angle of 297.31º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E727F0 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 39 | 240 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.06 |
| HSL | 297.31º | 0.87% | 0.55% | - |
| HSV(B) | 297.31º | 0.84% | 0.94% | - |
| XYZ | 49.41 | 24.73 | 84.61 | - |
| YUV | 119.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 240 | 0.04 | 0.84 | 0 | 0.06 | 297.31 | 0.87 | 0.55 |
| Hex | E7 | 27 | F0 | 4 | 54 | 0 | 6 | 129 | 57 | 37 |
| Octal | 347 | 47 | 360 | 4 | 124 | 0 | 6 | 451 | 127 | 67 |
| Binary | 11100111 | 100111 | 11110000 | 100 | 1010100 | 0 | 110 | 100101001 | 1010111 | 110111 |
Color Harmonies of #E727F0
Complementary color
Monochromatic Colors of #E727F0
Black with #E727F0
Text Example
Text Example
White with #E727F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727F0; }
p { color: rgb(231,39,240); }
H1.HeaderClassName
{
color: #E727F0;
}
.AnyTagClassName
{
color: #E727F0;
}
</style>
background-color css
<style>
a { background-color: #E727F0; }
a { background-color: rgb(231,39,240); }
div.DivClassName
{
background-color: #E727F0;
}
.BgClassName
{
background-color: #E727F0;
}
</style>
border-color css
<style>
span { border-color: #E727F0; }
span { border-color: rgb(231,39,240); }
td.TdClassName
{
border-color: #E727F0;
}
.TagClassName
{
border-color: #E727F0;
}
</style>