Shades of Psychedelic Purple #E514E7
Tints of Psychedelic Purple #E514E7
RGB
CMYK
RGB Variations
Color information
#E514E7 (or 0xE514E7) is known color: Psychedelic Purple. HEX triplet: E5, 14 and E7. RGB value is (229,20,231). Sum of RGB (Red+Green+Blue) = 229+20+231=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #E514E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E514E7 is #1AEB18. Grayscale: #696969. Windows color (decimal): -1764121 or 15144165. OLE color: 15144165.
HSL color Cylindrical-coordinate representation of color #E514E7: hue angle of 299.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514E7 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 20 | 231 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.09 |
| HSL | 299.43º | 0.84% | 0.49% | - |
| HSV(B) | 299.43º | 0.91% | 0.91% | - |
| XYZ | 46.99 | 22.93 | 77.55 | - |
| YUV | 106.55 | 198.24 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 231 | 0.01 | 0.91 | 0 | 0.09 | 299.43 | 0.84 | 0.49 |
| Hex | E5 | 14 | E7 | 1 | 5B | 0 | 9 | 12B | 54 | 31 |
| Octal | 345 | 24 | 347 | 1 | 133 | 0 | 11 | 453 | 124 | 61 |
| Binary | 11100101 | 10100 | 11100111 | 1 | 1011011 | 0 | 1001 | 100101011 | 1010100 | 110001 |
Color Harmonies of #E514E7
Complementary color
Monochromatic Colors of #E514E7
Black with #E514E7
Text Example
Text Example
White with #E514E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514E7; }
p { color: rgb(229,20,231); }
H1.HeaderClassName
{
color: #E514E7;
}
.AnyTagClassName
{
color: #E514E7;
}
</style>
background-color css
<style>
a { background-color: #E514E7; }
a { background-color: rgb(229,20,231); }
div.DivClassName
{
background-color: #E514E7;
}
.BgClassName
{
background-color: #E514E7;
}
</style>
border-color css
<style>
span { border-color: #E514E7; }
span { border-color: rgb(229,20,231); }
td.TdClassName
{
border-color: #E514E7;
}
.TagClassName
{
border-color: #E514E7;
}
</style>