Shades of Psychedelic Purple #E423F9
Tints of Psychedelic Purple #E423F9
RGB
CMYK
RGB Variations
Color information
#E423F9 (or 0xE423F9) is known color: Psychedelic Purple. HEX triplet: E4, 23 and F9. RGB value is (228,35,249). Sum of RGB (Red+Green+Blue) = 228+35+249=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 35 (14.06% from 255 or 6.84% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #E423F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E423F9 is #1BDC06. Grayscale: #747474. Windows color (decimal): -1825799 or 16327652. OLE color: 16327652.
HSL color Cylindrical-coordinate representation of color #E423F9: hue angle of 294.11º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E423F9 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 35 | 249 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.02 |
| HSL | 294.11º | 0.95% | 0.56% | - |
| HSV(B) | 294.11º | 0.86% | 0.98% | - |
| XYZ | 49.69 | 24.54 | 91.74 | - |
| YUV | 117.1 | 202.44 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 249 | 0.08 | 0.86 | 0 | 0.02 | 294.11 | 0.95 | 0.56 |
| Hex | E4 | 23 | F9 | 8 | 56 | 0 | 2 | 126 | 5F | 38 |
| Octal | 344 | 43 | 371 | 10 | 126 | 0 | 2 | 446 | 137 | 70 |
| Binary | 11100100 | 100011 | 11111001 | 1000 | 1010110 | 0 | 10 | 100100110 | 1011111 | 111000 |
Color Harmonies of #E423F9
Complementary color
Monochromatic Colors of #E423F9
Black with #E423F9
Text Example
Text Example
White with #E423F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E423F9; }
p { color: rgb(228,35,249); }
H1.HeaderClassName
{
color: #E423F9;
}
.AnyTagClassName
{
color: #E423F9;
}
</style>
background-color css
<style>
a { background-color: #E423F9; }
a { background-color: rgb(228,35,249); }
div.DivClassName
{
background-color: #E423F9;
}
.BgClassName
{
background-color: #E423F9;
}
</style>
border-color css
<style>
span { border-color: #E423F9; }
span { border-color: rgb(228,35,249); }
td.TdClassName
{
border-color: #E423F9;
}
.TagClassName
{
border-color: #E423F9;
}
</style>