Shades of Psychedelic Purple #E512FA
Tints of Psychedelic Purple #E512FA
RGB
CMYK
RGB Variations
Color information
#E512FA (or 0xE512FA) is known color: Psychedelic Purple. HEX triplet: E5, 12 and FA. RGB value is (229,18,250). Sum of RGB (Red+Green+Blue) = 229+18+250=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #E512FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E512FA is #1AED05. Grayscale: #6A6A6A. Windows color (decimal): -1764614 or 16388837. OLE color: 16388837.
HSL color Cylindrical-coordinate representation of color #E512FA: hue angle of 294.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E512FA is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 18 | 250 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.02 |
| HSL | 294.57º | 0.96% | 0.53% | - |
| HSV(B) | 294.57º | 0.93% | 0.98% | - |
| XYZ | 49.78 | 23.99 | 92.45 | - |
| YUV | 107.54 | 208.4 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 250 | 0.08 | 0.93 | 0 | 0.02 | 294.57 | 0.96 | 0.53 |
| Hex | E5 | 12 | FA | 8 | 5D | 0 | 2 | 127 | 60 | 35 |
| Octal | 345 | 22 | 372 | 10 | 135 | 0 | 2 | 447 | 140 | 65 |
| Binary | 11100101 | 10010 | 11111010 | 1000 | 1011101 | 0 | 10 | 100100111 | 1100000 | 110101 |
Color Harmonies of #E512FA
Complementary color
Monochromatic Colors of #E512FA
Black with #E512FA
Text Example
Text Example
White with #E512FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512FA; }
p { color: rgb(229,18,250); }
H1.HeaderClassName
{
color: #E512FA;
}
.AnyTagClassName
{
color: #E512FA;
}
</style>
background-color css
<style>
a { background-color: #E512FA; }
a { background-color: rgb(229,18,250); }
div.DivClassName
{
background-color: #E512FA;
}
.BgClassName
{
background-color: #E512FA;
}
</style>
border-color css
<style>
span { border-color: #E512FA; }
span { border-color: rgb(229,18,250); }
td.TdClassName
{
border-color: #E512FA;
}
.TagClassName
{
border-color: #E512FA;
}
</style>