Shades of Psychedelic Purple #E10EF0
Tints of Psychedelic Purple #E10EF0
RGB
CMYK
RGB Variations
Color information
#E10EF0 (or 0xE10EF0) is known color: Psychedelic Purple. HEX triplet: E1, 0E and F0. RGB value is (225,14,240). Sum of RGB (Red+Green+Blue) = 225+14+240=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #E10EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EF0 is #1EF10F. Grayscale: #666666. Windows color (decimal): -2027792 or 15732449. OLE color: 15732449.
HSL color Cylindrical-coordinate representation of color #E10EF0: hue angle of 296.02º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10EF0 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 14 | 240 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.06 |
| HSL | 296.02º | 0.89% | 0.5% | - |
| HSV(B) | 296.02º | 0.94% | 0.94% | - |
| XYZ | 46.94 | 22.61 | 84.33 | - |
| YUV | 102.85 | 205.4 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 240 | 0.06 | 0.94 | 0 | 0.06 | 296.02 | 0.89 | 0.5 |
| Hex | E1 | E | F0 | 6 | 5E | 0 | 6 | 128 | 59 | 32 |
| Octal | 341 | 16 | 360 | 6 | 136 | 0 | 6 | 450 | 131 | 62 |
| Binary | 11100001 | 1110 | 11110000 | 110 | 1011110 | 0 | 110 | 100101000 | 1011001 | 110010 |
Color Harmonies of #E10EF0
Complementary color
Monochromatic Colors of #E10EF0
Black with #E10EF0
Text Example
Text Example
White with #E10EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10EF0; }
p { color: rgb(225,14,240); }
H1.HeaderClassName
{
color: #E10EF0;
}
.AnyTagClassName
{
color: #E10EF0;
}
</style>
background-color css
<style>
a { background-color: #E10EF0; }
a { background-color: rgb(225,14,240); }
div.DivClassName
{
background-color: #E10EF0;
}
.BgClassName
{
background-color: #E10EF0;
}
</style>
border-color css
<style>
span { border-color: #E10EF0; }
span { border-color: rgb(225,14,240); }
td.TdClassName
{
border-color: #E10EF0;
}
.TagClassName
{
border-color: #E10EF0;
}
</style>