Shades of Psychedelic Purple #E01CF3
Tints of Psychedelic Purple #E01CF3
RGB
CMYK
RGB Variations
Color information
#E01CF3 (or 0xE01CF3) is known color: Psychedelic Purple. HEX triplet: E0, 1C and F3. RGB value is (224,28,243). Sum of RGB (Red+Green+Blue) = 224+28+243=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #E01CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01CF3 is #1FE30C. Grayscale: #6E6E6E. Windows color (decimal): -2089741 or 15932640. OLE color: 15932640.
HSL color Cylindrical-coordinate representation of color #E01CF3: hue angle of 294.7º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CF3 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 28 | 243 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.05 |
| HSL | 294.7º | 0.9% | 0.53% | - |
| HSV(B) | 294.7º | 0.88% | 0.95% | - |
| XYZ | 47.33 | 23.15 | 86.77 | - |
| YUV | 111.11 | 202.43 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 243 | 0.08 | 0.88 | 0 | 0.05 | 294.7 | 0.9 | 0.53 |
| Hex | E0 | 1C | F3 | 8 | 58 | 0 | 5 | 127 | 5A | 35 |
| Octal | 340 | 34 | 363 | 10 | 130 | 0 | 5 | 447 | 132 | 65 |
| Binary | 11100000 | 11100 | 11110011 | 1000 | 1011000 | 0 | 101 | 100100111 | 1011010 | 110101 |
Color Harmonies of #E01CF3
Complementary color
Monochromatic Colors of #E01CF3
Black with #E01CF3
Text Example
Text Example
White with #E01CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CF3; }
p { color: rgb(224,28,243); }
H1.HeaderClassName
{
color: #E01CF3;
}
.AnyTagClassName
{
color: #E01CF3;
}
</style>
background-color css
<style>
a { background-color: #E01CF3; }
a { background-color: rgb(224,28,243); }
div.DivClassName
{
background-color: #E01CF3;
}
.BgClassName
{
background-color: #E01CF3;
}
</style>
border-color css
<style>
span { border-color: #E01CF3; }
span { border-color: rgb(224,28,243); }
td.TdClassName
{
border-color: #E01CF3;
}
.TagClassName
{
border-color: #E01CF3;
}
</style>