Shades of Psychedelic Purple #E10DFA
Tints of Psychedelic Purple #E10DFA
RGB
CMYK
RGB Variations
Color information
#E10DFA (or 0xE10DFA) is known color: Psychedelic Purple. HEX triplet: E1, 0D and FA. RGB value is (225,13,250). Sum of RGB (Red+Green+Blue) = 225+13+250=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 13 (5.47% from 255 or 2.66% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #E10DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10DFA is #1EF205. Grayscale: #666666. Windows color (decimal): -2028038 or 16387553. OLE color: 16387553.
HSL color Cylindrical-coordinate representation of color #E10DFA: hue angle of 293.67º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10DFA is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 13 | 250 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.02 |
| HSL | 293.67º | 0.96% | 0.52% | - |
| HSV(B) | 293.67º | 0.95% | 0.98% | - |
| XYZ | 48.45 | 23.2 | 92.37 | - |
| YUV | 103.41 | 210.74 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 250 | 0.10 | 0.95 | 0 | 0.02 | 293.67 | 0.96 | 0.52 |
| Hex | E1 | D | FA | A | 5F | 0 | 2 | 126 | 60 | 34 |
| Octal | 341 | 15 | 372 | 12 | 137 | 0 | 2 | 446 | 140 | 64 |
| Binary | 11100001 | 1101 | 11111010 | 1010 | 1011111 | 0 | 10 | 100100110 | 1100000 | 110100 |
Color Harmonies of #E10DFA
Complementary color
Monochromatic Colors of #E10DFA
Black with #E10DFA
Text Example
Text Example
White with #E10DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DFA; }
p { color: rgb(225,13,250); }
H1.HeaderClassName
{
color: #E10DFA;
}
.AnyTagClassName
{
color: #E10DFA;
}
</style>
background-color css
<style>
a { background-color: #E10DFA; }
a { background-color: rgb(225,13,250); }
div.DivClassName
{
background-color: #E10DFA;
}
.BgClassName
{
background-color: #E10DFA;
}
</style>
border-color css
<style>
span { border-color: #E10DFA; }
span { border-color: rgb(225,13,250); }
td.TdClassName
{
border-color: #E10DFA;
}
.TagClassName
{
border-color: #E10DFA;
}
</style>