Shades of Psychedelic Purple #E727F2
Tints of Psychedelic Purple #E727F2
RGB
CMYK
RGB Variations
Color information
#E727F2 (or 0xE727F2) is known color: Psychedelic Purple. HEX triplet: E7, 27 and F2. RGB value is (231,39,242). Sum of RGB (Red+Green+Blue) = 231+39+242=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #E727F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727F2 is #18D80D. Grayscale: #767676. Windows color (decimal): -1628174 or 15869927. OLE color: 15869927.
HSL color Cylindrical-coordinate representation of color #E727F2: hue angle of 296.75º degrees, saturation: 0.89, 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 #E727F2 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 39 | 242 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.05 |
| HSL | 296.75º | 0.89% | 0.55% | - |
| HSV(B) | 296.75º | 0.84% | 0.95% | - |
| XYZ | 49.71 | 24.85 | 86.18 | - |
| YUV | 119.55 | 197.11 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 242 | 0.05 | 0.84 | 0 | 0.05 | 296.75 | 0.89 | 0.55 |
| Hex | E7 | 27 | F2 | 5 | 54 | 0 | 5 | 129 | 59 | 37 |
| Octal | 347 | 47 | 362 | 5 | 124 | 0 | 5 | 451 | 131 | 67 |
| Binary | 11100111 | 100111 | 11110010 | 101 | 1010100 | 0 | 101 | 100101001 | 1011001 | 110111 |
Color Harmonies of #E727F2
Complementary color
Monochromatic Colors of #E727F2
Black with #E727F2
Text Example
Text Example
White with #E727F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727F2; }
p { color: rgb(231,39,242); }
H1.HeaderClassName
{
color: #E727F2;
}
.AnyTagClassName
{
color: #E727F2;
}
</style>
background-color css
<style>
a { background-color: #E727F2; }
a { background-color: rgb(231,39,242); }
div.DivClassName
{
background-color: #E727F2;
}
.BgClassName
{
background-color: #E727F2;
}
</style>
border-color css
<style>
span { border-color: #E727F2; }
span { border-color: rgb(231,39,242); }
td.TdClassName
{
border-color: #E727F2;
}
.TagClassName
{
border-color: #E727F2;
}
</style>