Shades of Psychedelic Purple #E42DFB
Tints of Psychedelic Purple #E42DFB
RGB
CMYK
RGB Variations
Color information
#E42DFB (or 0xE42DFB) is known color: Psychedelic Purple. HEX triplet: E4, 2D and FB. RGB value is (228,45,251). Sum of RGB (Red+Green+Blue) = 228+45+251=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 45 (17.97% from 255 or 8.59% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #E42DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42DFB is #1BD204. Grayscale: #7A7A7A. Windows color (decimal): -1823237 or 16461284. OLE color: 16461284.
HSL color Cylindrical-coordinate representation of color #E42DFB: hue angle of 293.3º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42DFB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 45 | 251 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.02 |
| HSL | 293.3º | 0.96% | 0.58% | - |
| HSV(B) | 293.3º | 0.82% | 0.98% | - |
| XYZ | 50.35 | 25.34 | 93.5 | - |
| YUV | 123.2 | 200.13 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 251 | 0.09 | 0.82 | 0 | 0.02 | 293.3 | 0.96 | 0.58 |
| Hex | E4 | 2D | FB | 9 | 52 | 0 | 2 | 125 | 60 | 3A |
| Octal | 344 | 55 | 373 | 11 | 122 | 0 | 2 | 445 | 140 | 72 |
| Binary | 11100100 | 101101 | 11111011 | 1001 | 1010010 | 0 | 10 | 100100101 | 1100000 | 111010 |
Color Harmonies of #E42DFB
Complementary color
Monochromatic Colors of #E42DFB
Black with #E42DFB
Text Example
Text Example
White with #E42DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42DFB; }
p { color: rgb(228,45,251); }
H1.HeaderClassName
{
color: #E42DFB;
}
.AnyTagClassName
{
color: #E42DFB;
}
</style>
background-color css
<style>
a { background-color: #E42DFB; }
a { background-color: rgb(228,45,251); }
div.DivClassName
{
background-color: #E42DFB;
}
.BgClassName
{
background-color: #E42DFB;
}
</style>
border-color css
<style>
span { border-color: #E42DFB; }
span { border-color: rgb(228,45,251); }
td.TdClassName
{
border-color: #E42DFB;
}
.TagClassName
{
border-color: #E42DFB;
}
</style>