Shades of Psychedelic Purple #E42FF3
Tints of Psychedelic Purple #E42FF3
RGB
CMYK
RGB Variations
Color information
#E42FF3 (or 0xE42FF3) is known color: Psychedelic Purple. HEX triplet: E4, 2F and F3. RGB value is (228,47,243). Sum of RGB (Red+Green+Blue) = 228+47+243=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 47 (18.75% from 255 or 9.07% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #E42FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42FF3 is #1BD00C. Grayscale: #7A7A7A. Windows color (decimal): -1822733 or 15937508. OLE color: 15937508.
HSL color Cylindrical-coordinate representation of color #E42FF3: hue angle of 295.41º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42FF3 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 47 | 243 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.05 |
| HSL | 295.41º | 0.89% | 0.57% | - |
| HSV(B) | 295.41º | 0.81% | 0.95% | - |
| XYZ | 49.19 | 25 | 87.03 | - |
| YUV | 123.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 243 | 0.06 | 0.81 | 0 | 0.05 | 295.41 | 0.89 | 0.57 |
| Hex | E4 | 2F | F3 | 6 | 51 | 0 | 5 | 127 | 59 | 39 |
| Octal | 344 | 57 | 363 | 6 | 121 | 0 | 5 | 447 | 131 | 71 |
| Binary | 11100100 | 101111 | 11110011 | 110 | 1010001 | 0 | 101 | 100100111 | 1011001 | 111001 |
Color Harmonies of #E42FF3
Complementary color
Monochromatic Colors of #E42FF3
Black with #E42FF3
Text Example
Text Example
White with #E42FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42FF3; }
p { color: rgb(228,47,243); }
H1.HeaderClassName
{
color: #E42FF3;
}
.AnyTagClassName
{
color: #E42FF3;
}
</style>
background-color css
<style>
a { background-color: #E42FF3; }
a { background-color: rgb(228,47,243); }
div.DivClassName
{
background-color: #E42FF3;
}
.BgClassName
{
background-color: #E42FF3;
}
</style>
border-color css
<style>
span { border-color: #E42FF3; }
span { border-color: rgb(228,47,243); }
td.TdClassName
{
border-color: #E42FF3;
}
.TagClassName
{
border-color: #E42FF3;
}
</style>