Shades of Psychedelic Purple #E018F2
Tints of Psychedelic Purple #E018F2
RGB
CMYK
RGB Variations
Color information
#E018F2 (or 0xE018F2) is known color: Psychedelic Purple. HEX triplet: E0, 18 and F2. RGB value is (224,24,242). Sum of RGB (Red+Green+Blue) = 224+24+242=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #E018F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E018F2 is #1FE70D. Grayscale: #6B6B6B. Windows color (decimal): -2090766 or 15866080. OLE color: 15866080.
HSL color Cylindrical-coordinate representation of color #E018F2: hue angle of 295.05º 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 #E018F2 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 24 | 242 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.05 |
| HSL | 295.05º | 0.89% | 0.52% | - |
| HSV(B) | 295.05º | 0.9% | 0.95% | - |
| XYZ | 47.09 | 22.91 | 85.94 | - |
| YUV | 108.65 | 203.26 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 242 | 0.07 | 0.90 | 0 | 0.05 | 295.05 | 0.89 | 0.52 |
| Hex | E0 | 18 | F2 | 7 | 5A | 0 | 5 | 127 | 59 | 34 |
| Octal | 340 | 30 | 362 | 7 | 132 | 0 | 5 | 447 | 131 | 64 |
| Binary | 11100000 | 11000 | 11110010 | 111 | 1011010 | 0 | 101 | 100100111 | 1011001 | 110100 |
Color Harmonies of #E018F2
Complementary color
Monochromatic Colors of #E018F2
Black with #E018F2
Text Example
Text Example
White with #E018F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018F2; }
p { color: rgb(224,24,242); }
H1.HeaderClassName
{
color: #E018F2;
}
.AnyTagClassName
{
color: #E018F2;
}
</style>
background-color css
<style>
a { background-color: #E018F2; }
a { background-color: rgb(224,24,242); }
div.DivClassName
{
background-color: #E018F2;
}
.BgClassName
{
background-color: #E018F2;
}
</style>
border-color css
<style>
span { border-color: #E018F2; }
span { border-color: rgb(224,24,242); }
td.TdClassName
{
border-color: #E018F2;
}
.TagClassName
{
border-color: #E018F2;
}
</style>