Shades of Psychedelic Purple #E413F9
Tints of Psychedelic Purple #E413F9
RGB
CMYK
RGB Variations
Color information
#E413F9 (or 0xE413F9) is known color: Psychedelic Purple. HEX triplet: E4, 13 and F9. RGB value is (228,19,249). Sum of RGB (Red+Green+Blue) = 228+19+249=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 19 (7.81% from 255 or 3.83% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #E413F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413F9 is #1BEC06. Grayscale: #6A6A6A. Windows color (decimal): -1829895 or 16323556. OLE color: 16323556.
HSL color Cylindrical-coordinate representation of color #E413F9: hue angle of 294.52º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413F9 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 19 | 249 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.02 |
| HSL | 294.52º | 0.95% | 0.53% | - |
| HSV(B) | 294.52º | 0.92% | 0.98% | - |
| XYZ | 49.33 | 23.8 | 91.62 | - |
| YUV | 107.71 | 207.74 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 249 | 0.08 | 0.92 | 0 | 0.02 | 294.52 | 0.95 | 0.53 |
| Hex | E4 | 13 | F9 | 8 | 5C | 0 | 2 | 127 | 5F | 35 |
| Octal | 344 | 23 | 371 | 10 | 134 | 0 | 2 | 447 | 137 | 65 |
| Binary | 11100100 | 10011 | 11111001 | 1000 | 1011100 | 0 | 10 | 100100111 | 1011111 | 110101 |
Color Harmonies of #E413F9
Complementary color
Monochromatic Colors of #E413F9
Black with #E413F9
Text Example
Text Example
White with #E413F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E413F9; }
p { color: rgb(228,19,249); }
H1.HeaderClassName
{
color: #E413F9;
}
.AnyTagClassName
{
color: #E413F9;
}
</style>
background-color css
<style>
a { background-color: #E413F9; }
a { background-color: rgb(228,19,249); }
div.DivClassName
{
background-color: #E413F9;
}
.BgClassName
{
background-color: #E413F9;
}
</style>
border-color css
<style>
span { border-color: #E413F9; }
span { border-color: rgb(228,19,249); }
td.TdClassName
{
border-color: #E413F9;
}
.TagClassName
{
border-color: #E413F9;
}
</style>