Shades of Psychedelic Purple #E416F7
Tints of Psychedelic Purple #E416F7
RGB
CMYK
RGB Variations
Color information
#E416F7 (or 0xE416F7) is known color: Psychedelic Purple. HEX triplet: E4, 16 and F7. RGB value is (228,22,247). Sum of RGB (Red+Green+Blue) = 228+22+247=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 22 (8.98% from 255 or 4.43% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #E416F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E416F7 is #1BE908. Grayscale: #6C6C6C. Windows color (decimal): -1829129 or 16193252. OLE color: 16193252.
HSL color Cylindrical-coordinate representation of color #E416F7: hue angle of 294.93º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E416F7 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 22 | 247 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.03 |
| HSL | 294.93º | 0.93% | 0.53% | - |
| HSV(B) | 294.93º | 0.91% | 0.97% | - |
| XYZ | 49.07 | 23.78 | 90 | - |
| YUV | 109.24 | 205.75 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 247 | 0.08 | 0.91 | 0 | 0.03 | 294.93 | 0.93 | 0.53 |
| Hex | E4 | 16 | F7 | 8 | 5B | 0 | 3 | 127 | 5D | 35 |
| Octal | 344 | 26 | 367 | 10 | 133 | 0 | 3 | 447 | 135 | 65 |
| Binary | 11100100 | 10110 | 11110111 | 1000 | 1011011 | 0 | 11 | 100100111 | 1011101 | 110101 |
Color Harmonies of #E416F7
Complementary color
Monochromatic Colors of #E416F7
Black with #E416F7
Text Example
Text Example
White with #E416F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416F7; }
p { color: rgb(228,22,247); }
H1.HeaderClassName
{
color: #E416F7;
}
.AnyTagClassName
{
color: #E416F7;
}
</style>
background-color css
<style>
a { background-color: #E416F7; }
a { background-color: rgb(228,22,247); }
div.DivClassName
{
background-color: #E416F7;
}
.BgClassName
{
background-color: #E416F7;
}
</style>
border-color css
<style>
span { border-color: #E416F7; }
span { border-color: rgb(228,22,247); }
td.TdClassName
{
border-color: #E416F7;
}
.TagClassName
{
border-color: #E416F7;
}
</style>