Shades of Psychedelic Purple #E714EE
Tints of Psychedelic Purple #E714EE
RGB
CMYK
RGB Variations
Color information
#E714EE (or 0xE714EE) is known color: Psychedelic Purple. HEX triplet: E7, 14 and EE. RGB value is (231,20,238). Sum of RGB (Red+Green+Blue) = 231+20+238=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #E714EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E714EE is #18EB11. Grayscale: #6B6B6B. Windows color (decimal): -1633042 or 15602919. OLE color: 15602919.
HSL color Cylindrical-coordinate representation of color #E714EE: hue angle of 298.07º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E714EE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 20 | 238 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.07 |
| HSL | 298.07º | 0.87% | 0.51% | - |
| HSV(B) | 298.07º | 0.92% | 0.93% | - |
| XYZ | 48.64 | 23.66 | 82.89 | - |
| YUV | 107.94 | 201.4 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 238 | 0.03 | 0.92 | 0 | 0.07 | 298.07 | 0.87 | 0.51 |
| Hex | E7 | 14 | EE | 3 | 5C | 0 | 7 | 12A | 57 | 33 |
| Octal | 347 | 24 | 356 | 3 | 134 | 0 | 7 | 452 | 127 | 63 |
| Binary | 11100111 | 10100 | 11101110 | 11 | 1011100 | 0 | 111 | 100101010 | 1010111 | 110011 |
Color Harmonies of #E714EE
Complementary color
Monochromatic Colors of #E714EE
Black with #E714EE
Text Example
Text Example
White with #E714EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714EE; }
p { color: rgb(231,20,238); }
H1.HeaderClassName
{
color: #E714EE;
}
.AnyTagClassName
{
color: #E714EE;
}
</style>
background-color css
<style>
a { background-color: #E714EE; }
a { background-color: rgb(231,20,238); }
div.DivClassName
{
background-color: #E714EE;
}
.BgClassName
{
background-color: #E714EE;
}
</style>
border-color css
<style>
span { border-color: #E714EE; }
span { border-color: rgb(231,20,238); }
td.TdClassName
{
border-color: #E714EE;
}
.TagClassName
{
border-color: #E714EE;
}
</style>