Shades of Psychedelic Purple #E00DFC
Tints of Psychedelic Purple #E00DFC
RGB
CMYK
RGB Variations
Color information
#E00DFC (or 0xE00DFC) is known color: Psychedelic Purple. HEX triplet: E0, 0D and FC. RGB value is (224,13,252). Sum of RGB (Red+Green+Blue) = 224+13+252=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 13 (5.47% from 255 or 2.66% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #E00DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DFC is #1FF203. Grayscale: #666666. Windows color (decimal): -2093572 or 16518624. OLE color: 16518624.
HSL color Cylindrical-coordinate representation of color #E00DFC: hue angle of 292.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00DFC is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 13 | 252 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.01 |
| HSL | 292.97º | 0.98% | 0.52% | - |
| HSV(B) | 292.97º | 0.95% | 0.99% | - |
| XYZ | 48.46 | 23.16 | 94.01 | - |
| YUV | 103.34 | 211.9 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 252 | 0.11 | 0.95 | 0 | 0.01 | 292.97 | 0.98 | 0.52 |
| Hex | E0 | D | FC | B | 5F | 0 | 1 | 125 | 62 | 34 |
| Octal | 340 | 15 | 374 | 13 | 137 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100000 | 1101 | 11111100 | 1011 | 1011111 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E00DFC
Complementary color
Monochromatic Colors of #E00DFC
Black with #E00DFC
Text Example
Text Example
White with #E00DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00DFC; }
p { color: rgb(224,13,252); }
H1.HeaderClassName
{
color: #E00DFC;
}
.AnyTagClassName
{
color: #E00DFC;
}
</style>
background-color css
<style>
a { background-color: #E00DFC; }
a { background-color: rgb(224,13,252); }
div.DivClassName
{
background-color: #E00DFC;
}
.BgClassName
{
background-color: #E00DFC;
}
</style>
border-color css
<style>
span { border-color: #E00DFC; }
span { border-color: rgb(224,13,252); }
td.TdClassName
{
border-color: #E00DFC;
}
.TagClassName
{
border-color: #E00DFC;
}
</style>