Shades of Psychedelic Purple #E914F0
Tints of Psychedelic Purple #E914F0
RGB
CMYK
RGB Variations
Color information
#E914F0 (or 0xE914F0) is known color: Psychedelic Purple. HEX triplet: E9, 14 and F0. RGB value is (233,20,240). Sum of RGB (Red+Green+Blue) = 233+20+240=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #E914F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914F0 is #16EB0F. Grayscale: #6C6C6C. Windows color (decimal): -1501968 or 15733993. OLE color: 15733993.
HSL color Cylindrical-coordinate representation of color #E914F0: hue angle of 298.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E914F0 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 20 | 240 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.06 |
| HSL | 298.09º | 0.88% | 0.51% | - |
| HSV(B) | 298.09º | 0.92% | 0.94% | - |
| XYZ | 49.58 | 24.12 | 84.48 | - |
| YUV | 108.77 | 202.07 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 240 | 0.03 | 0.92 | 0 | 0.06 | 298.09 | 0.88 | 0.51 |
| Hex | E9 | 14 | F0 | 3 | 5C | 0 | 6 | 12A | 58 | 33 |
| Octal | 351 | 24 | 360 | 3 | 134 | 0 | 6 | 452 | 130 | 63 |
| Binary | 11101001 | 10100 | 11110000 | 11 | 1011100 | 0 | 110 | 100101010 | 1011000 | 110011 |
Color Harmonies of #E914F0
Complementary color
Monochromatic Colors of #E914F0
Black with #E914F0
Text Example
Text Example
White with #E914F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914F0; }
p { color: rgb(233,20,240); }
H1.HeaderClassName
{
color: #E914F0;
}
.AnyTagClassName
{
color: #E914F0;
}
</style>
background-color css
<style>
a { background-color: #E914F0; }
a { background-color: rgb(233,20,240); }
div.DivClassName
{
background-color: #E914F0;
}
.BgClassName
{
background-color: #E914F0;
}
</style>
border-color css
<style>
span { border-color: #E914F0; }
span { border-color: rgb(233,20,240); }
td.TdClassName
{
border-color: #E914F0;
}
.TagClassName
{
border-color: #E914F0;
}
</style>