Shades of Psychedelic Purple #E512FF
Tints of Psychedelic Purple #E512FF
RGB
CMYK
RGB Variations
Color information
#E512FF (or 0xE512FF) is known color: Psychedelic Purple. HEX triplet: E5, 12 and FF. RGB value is (229,18,255). Sum of RGB (Red+Green+Blue) = 229+18+255=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #E512FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E512FF is #1AED00. Grayscale: #6B6B6B. Windows color (decimal): -1764609 or 16716517. OLE color: 16716517.
HSL color Cylindrical-coordinate representation of color #E512FF: hue angle of 293.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E512FF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 18 | 255 | - |
| CMYK | 0.10 | 0.93 | 0 | 0 |
| HSL | 293.42º | 1% | 0.54% | - |
| HSV(B) | 293.42º | 0.93% | 1% | - |
| XYZ | 50.58 | 24.31 | 96.63 | - |
| YUV | 108.11 | 210.9 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 255 | 0.10 | 0.93 | 0 | 0 | 293.42 | 1 | 0.54 |
| Hex | E5 | 12 | FF | A | 5D | 0 | 0 | 125 | 64 | 36 |
| Octal | 345 | 22 | 377 | 12 | 135 | 0 | 0 | 445 | 144 | 66 |
| Binary | 11100101 | 10010 | 11111111 | 1010 | 1011101 | 0 | 0 | 100100101 | 1100100 | 110110 |
Color Harmonies of #E512FF
Complementary color
Monochromatic Colors of #E512FF
Black with #E512FF
Text Example
Text Example
White with #E512FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512FF; }
p { color: rgb(229,18,255); }
H1.HeaderClassName
{
color: #E512FF;
}
.AnyTagClassName
{
color: #E512FF;
}
</style>
background-color css
<style>
a { background-color: #E512FF; }
a { background-color: rgb(229,18,255); }
div.DivClassName
{
background-color: #E512FF;
}
.BgClassName
{
background-color: #E512FF;
}
</style>
border-color css
<style>
span { border-color: #E512FF; }
span { border-color: rgb(229,18,255); }
td.TdClassName
{
border-color: #E512FF;
}
.TagClassName
{
border-color: #E512FF;
}
</style>