Shades of Psychedelic Purple #E42AFB
Tints of Psychedelic Purple #E42AFB
RGB
CMYK
RGB Variations
Color information
#E42AFB (or 0xE42AFB) is known color: Psychedelic Purple. HEX triplet: E4, 2A and FB. RGB value is (228,42,251). Sum of RGB (Red+Green+Blue) = 228+42+251=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 42 (16.80% from 255 or 8.06% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #E42AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42AFB is #1BD504. Grayscale: #787878. Windows color (decimal): -1824005 or 16460516. OLE color: 16460516.
HSL color Cylindrical-coordinate representation of color #E42AFB: hue angle of 293.4º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42AFB is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 42 | 251 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.02 |
| HSL | 293.4º | 0.96% | 0.57% | - |
| HSV(B) | 293.4º | 0.83% | 0.98% | - |
| XYZ | 50.24 | 25.11 | 93.47 | - |
| YUV | 121.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 251 | 0.09 | 0.83 | 0 | 0.02 | 293.4 | 0.96 | 0.57 |
| Hex | E4 | 2A | FB | 9 | 53 | 0 | 2 | 125 | 60 | 39 |
| Octal | 344 | 52 | 373 | 11 | 123 | 0 | 2 | 445 | 140 | 71 |
| Binary | 11100100 | 101010 | 11111011 | 1001 | 1010011 | 0 | 10 | 100100101 | 1100000 | 111001 |
Color Harmonies of #E42AFB
Complementary color
Monochromatic Colors of #E42AFB
Black with #E42AFB
Text Example
Text Example
White with #E42AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42AFB; }
p { color: rgb(228,42,251); }
H1.HeaderClassName
{
color: #E42AFB;
}
.AnyTagClassName
{
color: #E42AFB;
}
</style>
background-color css
<style>
a { background-color: #E42AFB; }
a { background-color: rgb(228,42,251); }
div.DivClassName
{
background-color: #E42AFB;
}
.BgClassName
{
background-color: #E42AFB;
}
</style>
border-color css
<style>
span { border-color: #E42AFB; }
span { border-color: rgb(228,42,251); }
td.TdClassName
{
border-color: #E42AFB;
}
.TagClassName
{
border-color: #E42AFB;
}
</style>