Shades of Psychedelic Purple #E419F2
Tints of Psychedelic Purple #E419F2
RGB
CMYK
RGB Variations
Color information
#E419F2 (or 0xE419F2) is known color: Psychedelic Purple. HEX triplet: E4, 19 and F2. RGB value is (228,25,242). Sum of RGB (Red+Green+Blue) = 228+25+242=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 25 (10.16% from 255 or 5.05% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #E419F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E419F2 is #1BE60D. Grayscale: #6D6D6D. Windows color (decimal): -1828366 or 15866340. OLE color: 15866340.
HSL color Cylindrical-coordinate representation of color #E419F2: hue angle of 296.13º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E419F2 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 25 | 242 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.05 |
| HSL | 296.13º | 0.89% | 0.52% | - |
| HSV(B) | 296.13º | 0.9% | 0.95% | - |
| XYZ | 48.37 | 23.6 | 86.01 | - |
| YUV | 110.44 | 202.25 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 242 | 0.06 | 0.90 | 0 | 0.05 | 296.13 | 0.89 | 0.52 |
| Hex | E4 | 19 | F2 | 6 | 5A | 0 | 5 | 128 | 59 | 34 |
| Octal | 344 | 31 | 362 | 6 | 132 | 0 | 5 | 450 | 131 | 64 |
| Binary | 11100100 | 11001 | 11110010 | 110 | 1011010 | 0 | 101 | 100101000 | 1011001 | 110100 |
Color Harmonies of #E419F2
Complementary color
Monochromatic Colors of #E419F2
Black with #E419F2
Text Example
Text Example
White with #E419F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E419F2; }
p { color: rgb(228,25,242); }
H1.HeaderClassName
{
color: #E419F2;
}
.AnyTagClassName
{
color: #E419F2;
}
</style>
background-color css
<style>
a { background-color: #E419F2; }
a { background-color: rgb(228,25,242); }
div.DivClassName
{
background-color: #E419F2;
}
.BgClassName
{
background-color: #E419F2;
}
</style>
border-color css
<style>
span { border-color: #E419F2; }
span { border-color: rgb(228,25,242); }
td.TdClassName
{
border-color: #E419F2;
}
.TagClassName
{
border-color: #E419F2;
}
</style>