Shades of Psychedelic Purple #E00FFD
Tints of Psychedelic Purple #E00FFD
RGB
CMYK
RGB Variations
Color information
#E00FFD (or 0xE00FFD) is known color: Psychedelic Purple. HEX triplet: E0, 0F and FD. RGB value is (224,15,253). Sum of RGB (Red+Green+Blue) = 224+15+253=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #E00FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FFD is #1FF002. Grayscale: #676767. Windows color (decimal): -2093059 or 16584672. OLE color: 16584672.
HSL color Cylindrical-coordinate representation of color #E00FFD: hue angle of 292.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FFD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 15 | 253 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.01 |
| HSL | 292.69º | 0.98% | 0.53% | - |
| HSV(B) | 292.69º | 0.94% | 0.99% | - |
| XYZ | 48.64 | 23.28 | 94.86 | - |
| YUV | 104.62 | 211.74 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 253 | 0.11 | 0.94 | 0 | 0.01 | 292.69 | 0.98 | 0.53 |
| Hex | E0 | F | FD | B | 5E | 0 | 1 | 125 | 62 | 35 |
| Octal | 340 | 17 | 375 | 13 | 136 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100000 | 1111 | 11111101 | 1011 | 1011110 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E00FFD
Complementary color
Monochromatic Colors of #E00FFD
Black with #E00FFD
Text Example
Text Example
White with #E00FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FFD; }
p { color: rgb(224,15,253); }
H1.HeaderClassName
{
color: #E00FFD;
}
.AnyTagClassName
{
color: #E00FFD;
}
</style>
background-color css
<style>
a { background-color: #E00FFD; }
a { background-color: rgb(224,15,253); }
div.DivClassName
{
background-color: #E00FFD;
}
.BgClassName
{
background-color: #E00FFD;
}
</style>
border-color css
<style>
span { border-color: #E00FFD; }
span { border-color: rgb(224,15,253); }
td.TdClassName
{
border-color: #E00FFD;
}
.TagClassName
{
border-color: #E00FFD;
}
</style>