Shades of Psychedelic Purple #E01AF3
Tints of Psychedelic Purple #E01AF3
RGB
CMYK
RGB Variations
Color information
#E01AF3 (or 0xE01AF3) is known color: Psychedelic Purple. HEX triplet: E0, 1A and F3. RGB value is (224,26,243). Sum of RGB (Red+Green+Blue) = 224+26+243=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #E01AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01AF3 is #1FE50C. Grayscale: #6D6D6D. Windows color (decimal): -2090253 or 15932128. OLE color: 15932128.
HSL color Cylindrical-coordinate representation of color #E01AF3: hue angle of 294.75º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01AF3 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 26 | 243 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.05 |
| HSL | 294.75º | 0.9% | 0.53% | - |
| HSV(B) | 294.75º | 0.89% | 0.95% | - |
| XYZ | 47.29 | 23.06 | 86.75 | - |
| YUV | 109.94 | 203.1 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 243 | 0.08 | 0.89 | 0 | 0.05 | 294.75 | 0.9 | 0.53 |
| Hex | E0 | 1A | F3 | 8 | 59 | 0 | 5 | 127 | 5A | 35 |
| Octal | 340 | 32 | 363 | 10 | 131 | 0 | 5 | 447 | 132 | 65 |
| Binary | 11100000 | 11010 | 11110011 | 1000 | 1011001 | 0 | 101 | 100100111 | 1011010 | 110101 |
Color Harmonies of #E01AF3
Complementary color
Monochromatic Colors of #E01AF3
Black with #E01AF3
Text Example
Text Example
White with #E01AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AF3; }
p { color: rgb(224,26,243); }
H1.HeaderClassName
{
color: #E01AF3;
}
.AnyTagClassName
{
color: #E01AF3;
}
</style>
background-color css
<style>
a { background-color: #E01AF3; }
a { background-color: rgb(224,26,243); }
div.DivClassName
{
background-color: #E01AF3;
}
.BgClassName
{
background-color: #E01AF3;
}
</style>
border-color css
<style>
span { border-color: #E01AF3; }
span { border-color: rgb(224,26,243); }
td.TdClassName
{
border-color: #E01AF3;
}
.TagClassName
{
border-color: #E01AF3;
}
</style>