Shades of Psychedelic Purple #E42DFF
Tints of Psychedelic Purple #E42DFF
RGB
CMYK
RGB Variations
Color information
#E42DFF (or 0xE42DFF) is known color: Psychedelic Purple. HEX triplet: E4, 2D and FF. RGB value is (228,45,255). Sum of RGB (Red+Green+Blue) = 228+45+255=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 45 (17.97% from 255 or 8.52% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #E42DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42DFF is #1BD200. Grayscale: #7A7A7A. Windows color (decimal): -1823233 or 16723428. OLE color: 16723428.
HSL color Cylindrical-coordinate representation of color #E42DFF: hue angle of 292.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42DFF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 45 | 255 | - |
| CMYK | 0.11 | 0.82 | 0 | 0 |
| HSL | 292.29º | 1% | 0.59% | - |
| HSV(B) | 292.29º | 0.82% | 1% | - |
| XYZ | 50.98 | 25.59 | 96.86 | - |
| YUV | 123.66 | 202.13 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 255 | 0.11 | 0.82 | 0 | 0 | 292.29 | 1 | 0.59 |
| Hex | E4 | 2D | FF | B | 52 | 0 | 0 | 124 | 64 | 3B |
| Octal | 344 | 55 | 377 | 13 | 122 | 0 | 0 | 444 | 144 | 73 |
| Binary | 11100100 | 101101 | 11111111 | 1011 | 1010010 | 0 | 0 | 100100100 | 1100100 | 111011 |
Color Harmonies of #E42DFF
Complementary color
Monochromatic Colors of #E42DFF
Black with #E42DFF
Text Example
Text Example
White with #E42DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DFF; }
p { color: rgb(228,45,255); }
H1.HeaderClassName
{
color: #E42DFF;
}
.AnyTagClassName
{
color: #E42DFF;
}
</style>
background-color css
<style>
a { background-color: #E42DFF; }
a { background-color: rgb(228,45,255); }
div.DivClassName
{
background-color: #E42DFF;
}
.BgClassName
{
background-color: #E42DFF;
}
</style>
border-color css
<style>
span { border-color: #E42DFF; }
span { border-color: rgb(228,45,255); }
td.TdClassName
{
border-color: #E42DFF;
}
.TagClassName
{
border-color: #E42DFF;
}
</style>