Shades of Psychedelic Purple #E00DFE
Tints of Psychedelic Purple #E00DFE
RGB
CMYK
RGB Variations
Color information
#E00DFE (or 0xE00DFE) is known color: Psychedelic Purple. HEX triplet: E0, 0D and FE. RGB value is (224,13,254). Sum of RGB (Red+Green+Blue) = 224+13+254=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 13 (5.47% from 255 or 2.65% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #E00DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DFE is #1FF201. Grayscale: #666666. Windows color (decimal): -2093570 or 16649696. OLE color: 16649696.
HSL color Cylindrical-coordinate representation of color #E00DFE: hue angle of 292.53º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00DFE is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 13 | 254 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.00 |
| HSL | 292.53º | 0.99% | 0.52% | - |
| HSV(B) | 292.53º | 0.95% | 1% | - |
| XYZ | 48.77 | 23.29 | 95.69 | - |
| YUV | 103.56 | 212.9 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 254 | 0.12 | 0.95 | 0 | 0.00 | 292.53 | 0.99 | 0.52 |
| Hex | E0 | D | FE | C | 5F | 0 | 0 | 125 | 63 | 34 |
| Octal | 340 | 15 | 376 | 14 | 137 | 0 | 0 | 445 | 143 | 64 |
| Binary | 11100000 | 1101 | 11111110 | 1100 | 1011111 | 0 | 0 | 100100101 | 1100011 | 110100 |
Color Harmonies of #E00DFE
Complementary color
Monochromatic Colors of #E00DFE
Black with #E00DFE
Text Example
Text Example
White with #E00DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DFE; }
p { color: rgb(224,13,254); }
H1.HeaderClassName
{
color: #E00DFE;
}
.AnyTagClassName
{
color: #E00DFE;
}
</style>
background-color css
<style>
a { background-color: #E00DFE; }
a { background-color: rgb(224,13,254); }
div.DivClassName
{
background-color: #E00DFE;
}
.BgClassName
{
background-color: #E00DFE;
}
</style>
border-color css
<style>
span { border-color: #E00DFE; }
span { border-color: rgb(224,13,254); }
td.TdClassName
{
border-color: #E00DFE;
}
.TagClassName
{
border-color: #E00DFE;
}
</style>