Shades of Psychedelic Purple #E417FD
Tints of Psychedelic Purple #E417FD
RGB
CMYK
RGB Variations
Color information
#E417FD (or 0xE417FD) is known color: Psychedelic Purple. HEX triplet: E4, 17 and FD. RGB value is (228,23,253). Sum of RGB (Red+Green+Blue) = 228+23+253=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 23 (9.38% from 255 or 4.56% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #E417FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E417FD is #1BE802. Grayscale: #6D6D6D. Windows color (decimal): -1828867 or 16586724. OLE color: 16586724.
HSL color Cylindrical-coordinate representation of color #E417FD: hue angle of 293.48º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E417FD is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 23 | 253 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.01 |
| HSL | 293.48º | 0.98% | 0.54% | - |
| HSV(B) | 293.48º | 0.91% | 0.99% | - |
| XYZ | 50.03 | 24.2 | 94.96 | - |
| YUV | 110.52 | 208.42 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 253 | 0.10 | 0.91 | 0 | 0.01 | 293.48 | 0.98 | 0.54 |
| Hex | E4 | 17 | FD | A | 5B | 0 | 1 | 125 | 62 | 36 |
| Octal | 344 | 27 | 375 | 12 | 133 | 0 | 1 | 445 | 142 | 66 |
| Binary | 11100100 | 10111 | 11111101 | 1010 | 1011011 | 0 | 1 | 100100101 | 1100010 | 110110 |
Color Harmonies of #E417FD
Complementary color
Monochromatic Colors of #E417FD
Black with #E417FD
Text Example
Text Example
White with #E417FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E417FD; }
p { color: rgb(228,23,253); }
H1.HeaderClassName
{
color: #E417FD;
}
.AnyTagClassName
{
color: #E417FD;
}
</style>
background-color css
<style>
a { background-color: #E417FD; }
a { background-color: rgb(228,23,253); }
div.DivClassName
{
background-color: #E417FD;
}
.BgClassName
{
background-color: #E417FD;
}
</style>
border-color css
<style>
span { border-color: #E417FD; }
span { border-color: rgb(228,23,253); }
td.TdClassName
{
border-color: #E417FD;
}
.TagClassName
{
border-color: #E417FD;
}
</style>