Shades of Psychedelic Purple #E00DF9
Tints of Psychedelic Purple #E00DF9
RGB
CMYK
RGB Variations
Color information
#E00DF9 (or 0xE00DF9) is known color: Psychedelic Purple. HEX triplet: E0, 0D and F9. RGB value is (224,13,249). Sum of RGB (Red+Green+Blue) = 224+13+249=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 13 (5.47% from 255 or 2.67% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #E00DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DF9 is #1FF206. Grayscale: #666666. Windows color (decimal): -2093575 or 16322016. OLE color: 16322016.
HSL color Cylindrical-coordinate representation of color #E00DF9: hue angle of 293.64º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00DF9 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 13 | 249 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.02 |
| HSL | 293.64º | 0.95% | 0.51% | - |
| HSV(B) | 293.64º | 0.95% | 0.98% | - |
| XYZ | 47.98 | 22.97 | 91.53 | - |
| YUV | 102.99 | 210.4 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 249 | 0.10 | 0.95 | 0 | 0.02 | 293.64 | 0.95 | 0.51 |
| Hex | E0 | D | F9 | A | 5F | 0 | 2 | 126 | 5F | 33 |
| Octal | 340 | 15 | 371 | 12 | 137 | 0 | 2 | 446 | 137 | 63 |
| Binary | 11100000 | 1101 | 11111001 | 1010 | 1011111 | 0 | 10 | 100100110 | 1011111 | 110011 |
Color Harmonies of #E00DF9
Complementary color
Monochromatic Colors of #E00DF9
Black with #E00DF9
Text Example
Text Example
White with #E00DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DF9; }
p { color: rgb(224,13,249); }
H1.HeaderClassName
{
color: #E00DF9;
}
.AnyTagClassName
{
color: #E00DF9;
}
</style>
background-color css
<style>
a { background-color: #E00DF9; }
a { background-color: rgb(224,13,249); }
div.DivClassName
{
background-color: #E00DF9;
}
.BgClassName
{
background-color: #E00DF9;
}
</style>
border-color css
<style>
span { border-color: #E00DF9; }
span { border-color: rgb(224,13,249); }
td.TdClassName
{
border-color: #E00DF9;
}
.TagClassName
{
border-color: #E00DF9;
}
</style>