Shades of Psychedelic Purple #E10FF2
Tints of Psychedelic Purple #E10FF2
RGB
CMYK
RGB Variations
Color information
#E10FF2 (or 0xE10FF2) is known color: Psychedelic Purple. HEX triplet: E1, 0F and F2. RGB value is (225,15,242). Sum of RGB (Red+Green+Blue) = 225+15+242=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #E10FF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FF2 is #1EF00D. Grayscale: #666666. Windows color (decimal): -2027534 or 15863777. OLE color: 15863777.
HSL color Cylindrical-coordinate representation of color #E10FF2: hue angle of 295.51º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10FF2 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 15 | 242 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.05 |
| HSL | 295.51º | 0.9% | 0.5% | - |
| HSV(B) | 295.51º | 0.94% | 0.95% | - |
| XYZ | 47.25 | 22.76 | 85.91 | - |
| YUV | 103.67 | 206.07 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 242 | 0.07 | 0.94 | 0 | 0.05 | 295.51 | 0.9 | 0.5 |
| Hex | E1 | F | F2 | 7 | 5E | 0 | 5 | 128 | 5A | 32 |
| Octal | 341 | 17 | 362 | 7 | 136 | 0 | 5 | 450 | 132 | 62 |
| Binary | 11100001 | 1111 | 11110010 | 111 | 1011110 | 0 | 101 | 100101000 | 1011010 | 110010 |
Color Harmonies of #E10FF2
Complementary color
Monochromatic Colors of #E10FF2
Black with #E10FF2
Text Example
Text Example
White with #E10FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FF2; }
p { color: rgb(225,15,242); }
H1.HeaderClassName
{
color: #E10FF2;
}
.AnyTagClassName
{
color: #E10FF2;
}
</style>
background-color css
<style>
a { background-color: #E10FF2; }
a { background-color: rgb(225,15,242); }
div.DivClassName
{
background-color: #E10FF2;
}
.BgClassName
{
background-color: #E10FF2;
}
</style>
border-color css
<style>
span { border-color: #E10FF2; }
span { border-color: rgb(225,15,242); }
td.TdClassName
{
border-color: #E10FF2;
}
.TagClassName
{
border-color: #E10FF2;
}
</style>