Shades of Psychedelic Purple #E42DF7
Tints of Psychedelic Purple #E42DF7
RGB
CMYK
RGB Variations
Color information
#E42DF7 (or 0xE42DF7) is known color: Psychedelic Purple. HEX triplet: E4, 2D and F7. RGB value is (228,45,247). Sum of RGB (Red+Green+Blue) = 228+45+247=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 45 (17.97% from 255 or 8.65% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #E42DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42DF7 is #1BD208. Grayscale: #7A7A7A. Windows color (decimal): -1823241 or 16199140. OLE color: 16199140.
HSL color Cylindrical-coordinate representation of color #E42DF7: hue angle of 294.36º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42DF7 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 45 | 247 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.03 |
| HSL | 294.36º | 0.93% | 0.57% | - |
| HSV(B) | 294.36º | 0.82% | 0.97% | - |
| XYZ | 49.72 | 25.09 | 90.22 | - |
| YUV | 122.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 247 | 0.08 | 0.82 | 0 | 0.03 | 294.36 | 0.93 | 0.57 |
| Hex | E4 | 2D | F7 | 8 | 52 | 0 | 3 | 126 | 5D | 39 |
| Octal | 344 | 55 | 367 | 10 | 122 | 0 | 3 | 446 | 135 | 71 |
| Binary | 11100100 | 101101 | 11110111 | 1000 | 1010010 | 0 | 11 | 100100110 | 1011101 | 111001 |
Color Harmonies of #E42DF7
Complementary color
Monochromatic Colors of #E42DF7
Black with #E42DF7
Text Example
Text Example
White with #E42DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DF7; }
p { color: rgb(228,45,247); }
H1.HeaderClassName
{
color: #E42DF7;
}
.AnyTagClassName
{
color: #E42DF7;
}
</style>
background-color css
<style>
a { background-color: #E42DF7; }
a { background-color: rgb(228,45,247); }
div.DivClassName
{
background-color: #E42DF7;
}
.BgClassName
{
background-color: #E42DF7;
}
</style>
border-color css
<style>
span { border-color: #E42DF7; }
span { border-color: rgb(228,45,247); }
td.TdClassName
{
border-color: #E42DF7;
}
.TagClassName
{
border-color: #E42DF7;
}
</style>