Shades of Psychedelic Purple #E00EFD
Tints of Psychedelic Purple #E00EFD
RGB
CMYK
RGB Variations
Color information
#E00EFD (or 0xE00EFD) is known color: Psychedelic Purple. HEX triplet: E0, 0E and FD. RGB value is (224,14,253). Sum of RGB (Red+Green+Blue) = 224+14+253=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #E00EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00EFD is #1FF102. Grayscale: #676767. Windows color (decimal): -2093315 or 16584416. OLE color: 16584416.
HSL color Cylindrical-coordinate representation of color #E00EFD: hue angle of 292.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EFD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 14 | 253 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.01 |
| HSL | 292.72º | 0.98% | 0.52% | - |
| HSV(B) | 292.72º | 0.94% | 0.99% | - |
| XYZ | 48.63 | 23.25 | 94.85 | - |
| YUV | 104.04 | 212.07 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 14 | 253 | 0.11 | 0.94 | 0 | 0.01 | 292.72 | 0.98 | 0.52 |
| Hex | E0 | E | FD | B | 5E | 0 | 1 | 125 | 62 | 34 |
| Octal | 340 | 16 | 375 | 13 | 136 | 0 | 1 | 445 | 142 | 64 |
| Binary | 11100000 | 1110 | 11111101 | 1011 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110100 |
Color Harmonies of #E00EFD
Complementary color
Monochromatic Colors of #E00EFD
Black with #E00EFD
Text Example
Text Example
White with #E00EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00EFD; }
p { color: rgb(224,14,253); }
H1.HeaderClassName
{
color: #E00EFD;
}
.AnyTagClassName
{
color: #E00EFD;
}
</style>
background-color css
<style>
a { background-color: #E00EFD; }
a { background-color: rgb(224,14,253); }
div.DivClassName
{
background-color: #E00EFD;
}
.BgClassName
{
background-color: #E00EFD;
}
</style>
border-color css
<style>
span { border-color: #E00EFD; }
span { border-color: rgb(224,14,253); }
td.TdClassName
{
border-color: #E00EFD;
}
.TagClassName
{
border-color: #E00EFD;
}
</style>