Shades of Psychedelic Purple #E90DFA
Tints of Psychedelic Purple #E90DFA
RGB
CMYK
RGB Variations
Color information
#E90DFA (or 0xE90DFA) is known color: Psychedelic Purple. HEX triplet: E9, 0D and FA. RGB value is (233,13,250). Sum of RGB (Red+Green+Blue) = 233+13+250=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 13 (5.47% from 255 or 2.62% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #E90DFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90DFA is #16F205. Grayscale: #696969. Windows color (decimal): -1503750 or 16387561. OLE color: 16387561.
HSL color Cylindrical-coordinate representation of color #E90DFA: hue angle of 295.7º 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 #E90DFA is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 13 | 250 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.02 |
| HSL | 295.7º | 0.96% | 0.52% | - |
| HSV(B) | 295.7º | 0.95% | 0.98% | - |
| XYZ | 51 | 24.51 | 92.49 | - |
| YUV | 105.8 | 209.39 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 250 | 0.07 | 0.95 | 0 | 0.02 | 295.7 | 0.96 | 0.52 |
| Hex | E9 | D | FA | 7 | 5F | 0 | 2 | 128 | 60 | 34 |
| Octal | 351 | 15 | 372 | 7 | 137 | 0 | 2 | 450 | 140 | 64 |
| Binary | 11101001 | 1101 | 11111010 | 111 | 1011111 | 0 | 10 | 100101000 | 1100000 | 110100 |
Color Harmonies of #E90DFA
Complementary color
Monochromatic Colors of #E90DFA
Black with #E90DFA
Text Example
Text Example
White with #E90DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DFA; }
p { color: rgb(233,13,250); }
H1.HeaderClassName
{
color: #E90DFA;
}
.AnyTagClassName
{
color: #E90DFA;
}
</style>
background-color css
<style>
a { background-color: #E90DFA; }
a { background-color: rgb(233,13,250); }
div.DivClassName
{
background-color: #E90DFA;
}
.BgClassName
{
background-color: #E90DFA;
}
</style>
border-color css
<style>
span { border-color: #E90DFA; }
span { border-color: rgb(233,13,250); }
td.TdClassName
{
border-color: #E90DFA;
}
.TagClassName
{
border-color: #E90DFA;
}
</style>