Shades of Psychedelic Purple #E10AF1
Tints of Psychedelic Purple #E10AF1
RGB
CMYK
RGB Variations
Color information
#E10AF1 (or 0xE10AF1) is known color: Psychedelic Purple. HEX triplet: E1, 0A and F1. RGB value is (225,10,241). Sum of RGB (Red+Green+Blue) = 225+10+241=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #E10AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10AF1 is #1EF50E. Grayscale: #636363. Windows color (decimal): -2028815 or 15796961. OLE color: 15796961.
HSL color Cylindrical-coordinate representation of color #E10AF1: hue angle of 295.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10AF1 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 10 | 241 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.05 |
| HSL | 295.84º | 0.92% | 0.49% | - |
| HSV(B) | 295.84º | 0.96% | 0.95% | - |
| XYZ | 47.04 | 22.58 | 85.1 | - |
| YUV | 100.62 | 207.23 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 241 | 0.07 | 0.96 | 0 | 0.05 | 295.84 | 0.92 | 0.49 |
| Hex | E1 | A | F1 | 7 | 60 | 0 | 5 | 128 | 5C | 31 |
| Octal | 341 | 12 | 361 | 7 | 140 | 0 | 5 | 450 | 134 | 61 |
| Binary | 11100001 | 1010 | 11110001 | 111 | 1100000 | 0 | 101 | 100101000 | 1011100 | 110001 |
Color Harmonies of #E10AF1
Complementary color
Monochromatic Colors of #E10AF1
Black with #E10AF1
Text Example
Text Example
White with #E10AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AF1; }
p { color: rgb(225,10,241); }
H1.HeaderClassName
{
color: #E10AF1;
}
.AnyTagClassName
{
color: #E10AF1;
}
</style>
background-color css
<style>
a { background-color: #E10AF1; }
a { background-color: rgb(225,10,241); }
div.DivClassName
{
background-color: #E10AF1;
}
.BgClassName
{
background-color: #E10AF1;
}
</style>
border-color css
<style>
span { border-color: #E10AF1; }
span { border-color: rgb(225,10,241); }
td.TdClassName
{
border-color: #E10AF1;
}
.TagClassName
{
border-color: #E10AF1;
}
</style>