Shades of Psychedelic Purple #E404FD
Tints of Psychedelic Purple #E404FD
RGB
CMYK
RGB Variations
Color information
#E404FD (or 0xE404FD) is known color: Psychedelic Purple. HEX triplet: E4, 04 and FD. RGB value is (228,4,253). Sum of RGB (Red+Green+Blue) = 228+4+253=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 4 (1.95% from 255 or 0.82% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #E404FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E404FD is #1BFB02. Grayscale: #626262. Windows color (decimal): -1833731 or 16581860. OLE color: 16581860.
HSL color Cylindrical-coordinate representation of color #E404FD: hue angle of 293.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404FD is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 4 | 253 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.01 |
| HSL | 293.98º | 0.98% | 0.5% | - |
| HSV(B) | 293.98º | 0.98% | 0.99% | - |
| XYZ | 49.77 | 23.67 | 94.87 | - |
| YUV | 99.36 | 214.71 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 253 | 0.10 | 0.98 | 0 | 0.01 | 293.98 | 0.98 | 0.5 |
| Hex | E4 | 4 | FD | A | 62 | 0 | 1 | 126 | 62 | 32 |
| Octal | 344 | 4 | 375 | 12 | 142 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100100 | 100 | 11111101 | 1010 | 1100010 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E404FD
Complementary color
Monochromatic Colors of #E404FD
Black with #E404FD
Text Example
Text Example
White with #E404FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404FD; }
p { color: rgb(228,4,253); }
H1.HeaderClassName
{
color: #E404FD;
}
.AnyTagClassName
{
color: #E404FD;
}
</style>
background-color css
<style>
a { background-color: #E404FD; }
a { background-color: rgb(228,4,253); }
div.DivClassName
{
background-color: #E404FD;
}
.BgClassName
{
background-color: #E404FD;
}
</style>
border-color css
<style>
span { border-color: #E404FD; }
span { border-color: rgb(228,4,253); }
td.TdClassName
{
border-color: #E404FD;
}
.TagClassName
{
border-color: #E404FD;
}
</style>