Shades of Psychedelic Purple #E426F3
Tints of Psychedelic Purple #E426F3
RGB
CMYK
RGB Variations
Color information
#E426F3 (or 0xE426F3) is known color: Psychedelic Purple. HEX triplet: E4, 26 and F3. RGB value is (228,38,243). Sum of RGB (Red+Green+Blue) = 228+38+243=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 38 (15.23% from 255 or 7.47% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #E426F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E426F3 is #1BD90C. Grayscale: #757575. Windows color (decimal): -1825037 or 15935204. OLE color: 15935204.
HSL color Cylindrical-coordinate representation of color #E426F3: hue angle of 295.61º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E426F3 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 38 | 243 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.05 |
| HSL | 295.61º | 0.9% | 0.55% | - |
| HSV(B) | 295.61º | 0.84% | 0.95% | - |
| XYZ | 48.87 | 24.35 | 86.92 | - |
| YUV | 118.18 | 198.45 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 243 | 0.06 | 0.84 | 0 | 0.05 | 295.61 | 0.9 | 0.55 |
| Hex | E4 | 26 | F3 | 6 | 54 | 0 | 5 | 128 | 5A | 37 |
| Octal | 344 | 46 | 363 | 6 | 124 | 0 | 5 | 450 | 132 | 67 |
| Binary | 11100100 | 100110 | 11110011 | 110 | 1010100 | 0 | 101 | 100101000 | 1011010 | 110111 |
Color Harmonies of #E426F3
Complementary color
Monochromatic Colors of #E426F3
Black with #E426F3
Text Example
Text Example
White with #E426F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E426F3; }
p { color: rgb(228,38,243); }
H1.HeaderClassName
{
color: #E426F3;
}
.AnyTagClassName
{
color: #E426F3;
}
</style>
background-color css
<style>
a { background-color: #E426F3; }
a { background-color: rgb(228,38,243); }
div.DivClassName
{
background-color: #E426F3;
}
.BgClassName
{
background-color: #E426F3;
}
</style>
border-color css
<style>
span { border-color: #E426F3; }
span { border-color: rgb(228,38,243); }
td.TdClassName
{
border-color: #E426F3;
}
.TagClassName
{
border-color: #E426F3;
}
</style>