Shades of Psychedelic Purple #E416FD
Tints of Psychedelic Purple #E416FD
RGB
CMYK
RGB Variations
Color information
#E416FD (or 0xE416FD) is known color: Psychedelic Purple. HEX triplet: E4, 16 and FD. RGB value is (228,22,253). Sum of RGB (Red+Green+Blue) = 228+22+253=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 22 (8.98% from 255 or 4.37% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #E416FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E416FD is #1BE902. Grayscale: #6D6D6D. Windows color (decimal): -1829123 or 16586468. OLE color: 16586468.
HSL color Cylindrical-coordinate representation of color #E416FD: hue angle of 293.51º 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 #E416FD is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 22 | 253 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.01 |
| HSL | 293.51º | 0.98% | 0.54% | - |
| HSV(B) | 293.51º | 0.91% | 0.99% | - |
| XYZ | 50.01 | 24.16 | 94.96 | - |
| YUV | 109.93 | 208.75 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 253 | 0.10 | 0.91 | 0 | 0.01 | 293.51 | 0.98 | 0.54 |
| Hex | E4 | 16 | FD | A | 5B | 0 | 1 | 126 | 62 | 36 |
| Octal | 344 | 26 | 375 | 12 | 133 | 0 | 1 | 446 | 142 | 66 |
| Binary | 11100100 | 10110 | 11111101 | 1010 | 1011011 | 0 | 1 | 100100110 | 1100010 | 110110 |
Color Harmonies of #E416FD
Complementary color
Monochromatic Colors of #E416FD
Black with #E416FD
Text Example
Text Example
White with #E416FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416FD; }
p { color: rgb(228,22,253); }
H1.HeaderClassName
{
color: #E416FD;
}
.AnyTagClassName
{
color: #E416FD;
}
</style>
background-color css
<style>
a { background-color: #E416FD; }
a { background-color: rgb(228,22,253); }
div.DivClassName
{
background-color: #E416FD;
}
.BgClassName
{
background-color: #E416FD;
}
</style>
border-color css
<style>
span { border-color: #E416FD; }
span { border-color: rgb(228,22,253); }
td.TdClassName
{
border-color: #E416FD;
}
.TagClassName
{
border-color: #E416FD;
}
</style>