Shades of Psychedelic Purple #E510F2
Tints of Psychedelic Purple #E510F2
RGB
CMYK
RGB Variations
Color information
#E510F2 (or 0xE510F2) is known color: Psychedelic Purple. HEX triplet: E5, 10 and F2. RGB value is (229,16,242). Sum of RGB (Red+Green+Blue) = 229+16+242=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #E510F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E510F2 is #1AEF0D. Grayscale: #686868. Windows color (decimal): -1765134 or 15864037. OLE color: 15864037.
HSL color Cylindrical-coordinate representation of color #E510F2: hue angle of 296.55º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510F2 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 16 | 242 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.05 |
| HSL | 296.55º | 0.9% | 0.51% | - |
| HSV(B) | 296.55º | 0.93% | 0.95% | - |
| XYZ | 48.53 | 23.44 | 85.97 | - |
| YUV | 105.45 | 205.07 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 242 | 0.05 | 0.93 | 0 | 0.05 | 296.55 | 0.9 | 0.51 |
| Hex | E5 | 10 | F2 | 5 | 5D | 0 | 5 | 129 | 5A | 33 |
| Octal | 345 | 20 | 362 | 5 | 135 | 0 | 5 | 451 | 132 | 63 |
| Binary | 11100101 | 10000 | 11110010 | 101 | 1011101 | 0 | 101 | 100101001 | 1011010 | 110011 |
Color Harmonies of #E510F2
Complementary color
Monochromatic Colors of #E510F2
Black with #E510F2
Text Example
Text Example
White with #E510F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E510F2; }
p { color: rgb(229,16,242); }
H1.HeaderClassName
{
color: #E510F2;
}
.AnyTagClassName
{
color: #E510F2;
}
</style>
background-color css
<style>
a { background-color: #E510F2; }
a { background-color: rgb(229,16,242); }
div.DivClassName
{
background-color: #E510F2;
}
.BgClassName
{
background-color: #E510F2;
}
</style>
border-color css
<style>
span { border-color: #E510F2; }
span { border-color: rgb(229,16,242); }
td.TdClassName
{
border-color: #E510F2;
}
.TagClassName
{
border-color: #E510F2;
}
</style>