Shades of Psychedelic Purple #E407FD
Tints of Psychedelic Purple #E407FD
RGB
CMYK
RGB Variations
Color information
#E407FD (or 0xE407FD) is known color: Psychedelic Purple. HEX triplet: E4, 07 and FD. RGB value is (228,7,253). Sum of RGB (Red+Green+Blue) = 228+7+253=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 7 (3.12% from 255 or 1.43% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #E407FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E407FD is #1BF802. Grayscale: #646464. Windows color (decimal): -1832963 or 16582628. OLE color: 16582628.
HSL color Cylindrical-coordinate representation of color #E407FD: hue angle of 293.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407FD is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 7 | 253 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.01 |
| HSL | 293.9º | 0.98% | 0.51% | - |
| HSV(B) | 293.9º | 0.97% | 0.99% | - |
| XYZ | 49.8 | 23.74 | 94.89 | - |
| YUV | 101.12 | 213.72 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 253 | 0.10 | 0.97 | 0 | 0.01 | 293.9 | 0.98 | 0.51 |
| Hex | E4 | 7 | FD | A | 61 | 0 | 1 | 126 | 62 | 33 |
| Octal | 344 | 7 | 375 | 12 | 141 | 0 | 1 | 446 | 142 | 63 |
| Binary | 11100100 | 111 | 11111101 | 1010 | 1100001 | 0 | 1 | 100100110 | 1100010 | 110011 |
Color Harmonies of #E407FD
Complementary color
Monochromatic Colors of #E407FD
Black with #E407FD
Text Example
Text Example
White with #E407FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407FD; }
p { color: rgb(228,7,253); }
H1.HeaderClassName
{
color: #E407FD;
}
.AnyTagClassName
{
color: #E407FD;
}
</style>
background-color css
<style>
a { background-color: #E407FD; }
a { background-color: rgb(228,7,253); }
div.DivClassName
{
background-color: #E407FD;
}
.BgClassName
{
background-color: #E407FD;
}
</style>
border-color css
<style>
span { border-color: #E407FD; }
span { border-color: rgb(228,7,253); }
td.TdClassName
{
border-color: #E407FD;
}
.TagClassName
{
border-color: #E407FD;
}
</style>