Shades of Psychedelic Purple #E90DF3
Tints of Psychedelic Purple #E90DF3
RGB
CMYK
RGB Variations
Color information
#E90DF3 (or 0xE90DF3) is known color: Psychedelic Purple. HEX triplet: E9, 0D and F3. RGB value is (233,13,243). Sum of RGB (Red+Green+Blue) = 233+13+243=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 13 (5.47% from 255 or 2.66% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #E90DF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90DF3 is #16F20C. Grayscale: #686868. Windows color (decimal): -1503757 or 15928809. OLE color: 15928809.
HSL color Cylindrical-coordinate representation of color #E90DF3: hue angle of 297.39º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90DF3 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 13 | 243 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.05 |
| HSL | 297.39º | 0.91% | 0.5% | - |
| HSV(B) | 297.39º | 0.95% | 0.95% | - |
| XYZ | 49.93 | 24.08 | 86.81 | - |
| YUV | 105 | 205.89 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 243 | 0.04 | 0.95 | 0 | 0.05 | 297.39 | 0.91 | 0.5 |
| Hex | E9 | D | F3 | 4 | 5F | 0 | 5 | 129 | 5B | 32 |
| Octal | 351 | 15 | 363 | 4 | 137 | 0 | 5 | 451 | 133 | 62 |
| Binary | 11101001 | 1101 | 11110011 | 100 | 1011111 | 0 | 101 | 100101001 | 1011011 | 110010 |
Color Harmonies of #E90DF3
Complementary color
Monochromatic Colors of #E90DF3
Black with #E90DF3
Text Example
Text Example
White with #E90DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90DF3; }
p { color: rgb(233,13,243); }
H1.HeaderClassName
{
color: #E90DF3;
}
.AnyTagClassName
{
color: #E90DF3;
}
</style>
background-color css
<style>
a { background-color: #E90DF3; }
a { background-color: rgb(233,13,243); }
div.DivClassName
{
background-color: #E90DF3;
}
.BgClassName
{
background-color: #E90DF3;
}
</style>
border-color css
<style>
span { border-color: #E90DF3; }
span { border-color: rgb(233,13,243); }
td.TdClassName
{
border-color: #E90DF3;
}
.TagClassName
{
border-color: #E90DF3;
}
</style>