Shades of Psychedelic Purple #E512EF
Tints of Psychedelic Purple #E512EF
RGB
CMYK
RGB Variations
Color information
#E512EF (or 0xE512EF) is known color: Psychedelic Purple. HEX triplet: E5, 12 and EF. RGB value is (229,18,239). Sum of RGB (Red+Green+Blue) = 229+18+239=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #E512EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E512EF is #1AED10. Grayscale: #696969. Windows color (decimal): -1764625 or 15667941. OLE color: 15667941.
HSL color Cylindrical-coordinate representation of color #E512EF: hue angle of 297.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E512EF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 18 | 239 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.06 |
| HSL | 297.29º | 0.87% | 0.5% | - |
| HSV(B) | 297.29º | 0.92% | 0.94% | - |
| XYZ | 48.11 | 23.32 | 83.63 | - |
| YUV | 106.28 | 202.9 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 239 | 0.04 | 0.92 | 0 | 0.06 | 297.29 | 0.87 | 0.5 |
| Hex | E5 | 12 | EF | 4 | 5C | 0 | 6 | 129 | 57 | 32 |
| Octal | 345 | 22 | 357 | 4 | 134 | 0 | 6 | 451 | 127 | 62 |
| Binary | 11100101 | 10010 | 11101111 | 100 | 1011100 | 0 | 110 | 100101001 | 1010111 | 110010 |
Color Harmonies of #E512EF
Complementary color
Monochromatic Colors of #E512EF
Black with #E512EF
Text Example
Text Example
White with #E512EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512EF; }
p { color: rgb(229,18,239); }
H1.HeaderClassName
{
color: #E512EF;
}
.AnyTagClassName
{
color: #E512EF;
}
</style>
background-color css
<style>
a { background-color: #E512EF; }
a { background-color: rgb(229,18,239); }
div.DivClassName
{
background-color: #E512EF;
}
.BgClassName
{
background-color: #E512EF;
}
</style>
border-color css
<style>
span { border-color: #E512EF; }
span { border-color: rgb(229,18,239); }
td.TdClassName
{
border-color: #E512EF;
}
.TagClassName
{
border-color: #E512EF;
}
</style>