Shades of Psychedelic Purple #E400FD
Tints of Psychedelic Purple #E400FD
RGB
CMYK
RGB Variations
Color information
#E400FD (or 0xE400FD) is known color: Psychedelic Purple. HEX triplet: E4, 00 and FD. RGB value is (228,0,253). Sum of RGB (Red+Green+Blue) = 228+0+253=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #E400FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400FD is #1BFF02. Grayscale: #606060. Windows color (decimal): -1834755 or 16580836. OLE color: 16580836.
HSL color Cylindrical-coordinate representation of color #E400FD: hue angle of 294.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E400FD is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 0 | 253 | - |
| CMYK | 0.10 | 1 | 0 | 0.01 |
| HSL | 294.07º | 1% | 0.5% | - |
| HSV(B) | 294.07º | 1% | 0.99% | - |
| XYZ | 49.72 | 23.59 | 94.86 | - |
| YUV | 97.01 | 216.04 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 253 | 0.10 | 1 | 0 | 0.01 | 294.07 | 1 | 0.5 |
| Hex | E4 | 0 | FD | A | 64 | 0 | 1 | 126 | 64 | 32 |
| Octal | 344 | 0 | 375 | 12 | 144 | 0 | 1 | 446 | 144 | 62 |
| Binary | 11100100 | 0 | 11111101 | 1010 | 1100100 | 0 | 1 | 100100110 | 1100100 | 110010 |
Color Harmonies of #E400FD
Complementary color
Monochromatic Colors of #E400FD
Black with #E400FD
Text Example
Text Example
White with #E400FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E400FD; }
p { color: rgb(228,0,253); }
H1.HeaderClassName
{
color: #E400FD;
}
.AnyTagClassName
{
color: #E400FD;
}
</style>
background-color css
<style>
a { background-color: #E400FD; }
a { background-color: rgb(228,0,253); }
div.DivClassName
{
background-color: #E400FD;
}
.BgClassName
{
background-color: #E400FD;
}
</style>
border-color css
<style>
span { border-color: #E400FD; }
span { border-color: rgb(228,0,253); }
td.TdClassName
{
border-color: #E400FD;
}
.TagClassName
{
border-color: #E400FD;
}
</style>