Shades of Psychedelic Purple #E030F3
Tints of Psychedelic Purple #E030F3
RGB
CMYK
RGB Variations
Color information
#E030F3 (or 0xE030F3) is known color: Psychedelic Purple. HEX triplet: E0, 30 and F3. RGB value is (224,48,243). Sum of RGB (Red+Green+Blue) = 224+48+243=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #E030F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E030F3 is #1FCF0C. Grayscale: #7A7A7A. Windows color (decimal): -2084621 or 15937760. OLE color: 15937760.
HSL color Cylindrical-coordinate representation of color #E030F3: hue angle of 294.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E030F3 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 48 | 243 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.05 |
| HSL | 294.15º | 0.89% | 0.57% | - |
| HSV(B) | 294.15º | 0.8% | 0.95% | - |
| XYZ | 47.98 | 24.43 | 86.98 | - |
| YUV | 122.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 243 | 0.08 | 0.80 | 0 | 0.05 | 294.15 | 0.89 | 0.57 |
| Hex | E0 | 30 | F3 | 8 | 50 | 0 | 5 | 126 | 59 | 39 |
| Octal | 340 | 60 | 363 | 10 | 120 | 0 | 5 | 446 | 131 | 71 |
| Binary | 11100000 | 110000 | 11110011 | 1000 | 1010000 | 0 | 101 | 100100110 | 1011001 | 111001 |
Color Harmonies of #E030F3
Complementary color
Monochromatic Colors of #E030F3
Black with #E030F3
Text Example
Text Example
White with #E030F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030F3; }
p { color: rgb(224,48,243); }
H1.HeaderClassName
{
color: #E030F3;
}
.AnyTagClassName
{
color: #E030F3;
}
</style>
background-color css
<style>
a { background-color: #E030F3; }
a { background-color: rgb(224,48,243); }
div.DivClassName
{
background-color: #E030F3;
}
.BgClassName
{
background-color: #E030F3;
}
</style>
border-color css
<style>
span { border-color: #E030F3; }
span { border-color: rgb(224,48,243); }
td.TdClassName
{
border-color: #E030F3;
}
.TagClassName
{
border-color: #E030F3;
}
</style>