Shades of Psychedelic Purple #E714EF
Tints of Psychedelic Purple #E714EF
RGB
CMYK
RGB Variations
Color information
#E714EF (or 0xE714EF) is known color: Psychedelic Purple. HEX triplet: E7, 14 and EF. RGB value is (231,20,239). Sum of RGB (Red+Green+Blue) = 231+20+239=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #E714EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E714EF is #18EB10. Grayscale: #6B6B6B. Windows color (decimal): -1633041 or 15668455. OLE color: 15668455.
HSL color Cylindrical-coordinate representation of color #E714EF: hue angle of 297.81º degrees, saturation: 0.87, 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 #E714EF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 20 | 239 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.06 |
| HSL | 297.81º | 0.87% | 0.51% | - |
| HSV(B) | 297.81º | 0.92% | 0.94% | - |
| XYZ | 48.79 | 23.72 | 83.67 | - |
| YUV | 108.06 | 201.9 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 239 | 0.03 | 0.92 | 0 | 0.06 | 297.81 | 0.87 | 0.51 |
| Hex | E7 | 14 | EF | 3 | 5C | 0 | 6 | 12A | 57 | 33 |
| Octal | 347 | 24 | 357 | 3 | 134 | 0 | 6 | 452 | 127 | 63 |
| Binary | 11100111 | 10100 | 11101111 | 11 | 1011100 | 0 | 110 | 100101010 | 1010111 | 110011 |
Color Harmonies of #E714EF
Complementary color
Monochromatic Colors of #E714EF
Black with #E714EF
Text Example
Text Example
White with #E714EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714EF; }
p { color: rgb(231,20,239); }
H1.HeaderClassName
{
color: #E714EF;
}
.AnyTagClassName
{
color: #E714EF;
}
</style>
background-color css
<style>
a { background-color: #E714EF; }
a { background-color: rgb(231,20,239); }
div.DivClassName
{
background-color: #E714EF;
}
.BgClassName
{
background-color: #E714EF;
}
</style>
border-color css
<style>
span { border-color: #E714EF; }
span { border-color: rgb(231,20,239); }
td.TdClassName
{
border-color: #E714EF;
}
.TagClassName
{
border-color: #E714EF;
}
</style>