Shades of Psychedelic Purple #E728F9
Tints of Psychedelic Purple #E728F9
RGB
CMYK
RGB Variations
Color information
#E728F9 (or 0xE728F9) is known color: Psychedelic Purple. HEX triplet: E7, 28 and F9. RGB value is (231,40,249). Sum of RGB (Red+Green+Blue) = 231+40+249=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 40 (16.02% from 255 or 7.69% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #E728F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E728F9 is #18D706. Grayscale: #787878. Windows color (decimal): -1627911 or 16328935. OLE color: 16328935.
HSL color Cylindrical-coordinate representation of color #E728F9: hue angle of 294.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E728F9 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 40 | 249 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.02 |
| HSL | 294.83º | 0.95% | 0.57% | - |
| HSV(B) | 294.83º | 0.84% | 0.98% | - |
| XYZ | 50.81 | 25.35 | 91.84 | - |
| YUV | 120.94 | 200.28 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 249 | 0.07 | 0.84 | 0 | 0.02 | 294.83 | 0.95 | 0.57 |
| Hex | E7 | 28 | F9 | 7 | 54 | 0 | 2 | 127 | 5F | 39 |
| Octal | 347 | 50 | 371 | 7 | 124 | 0 | 2 | 447 | 137 | 71 |
| Binary | 11100111 | 101000 | 11111001 | 111 | 1010100 | 0 | 10 | 100100111 | 1011111 | 111001 |
Color Harmonies of #E728F9
Complementary color
Monochromatic Colors of #E728F9
Black with #E728F9
Text Example
Text Example
White with #E728F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728F9; }
p { color: rgb(231,40,249); }
H1.HeaderClassName
{
color: #E728F9;
}
.AnyTagClassName
{
color: #E728F9;
}
</style>
background-color css
<style>
a { background-color: #E728F9; }
a { background-color: rgb(231,40,249); }
div.DivClassName
{
background-color: #E728F9;
}
.BgClassName
{
background-color: #E728F9;
}
</style>
border-color css
<style>
span { border-color: #E728F9; }
span { border-color: rgb(231,40,249); }
td.TdClassName
{
border-color: #E728F9;
}
.TagClassName
{
border-color: #E728F9;
}
</style>