Shades of Psychedelic Purple #E00FF3
Tints of Psychedelic Purple #E00FF3
RGB
CMYK
RGB Variations
Color information
#E00FF3 (or 0xE00FF3) is known color: Psychedelic Purple. HEX triplet: E0, 0F and F3. RGB value is (224,15,243). Sum of RGB (Red+Green+Blue) = 224+15+243=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #E00FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00FF3 is #1FF00C. Grayscale: #666666. Windows color (decimal): -2093069 or 15929312. OLE color: 15929312.
HSL color Cylindrical-coordinate representation of color #E00FF3: hue angle of 295º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00FF3 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 15 | 243 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.05 |
| HSL | 295º | 0.9% | 0.51% | - |
| HSV(B) | 295º | 0.94% | 0.95% | - |
| XYZ | 47.09 | 22.66 | 86.69 | - |
| YUV | 103.48 | 206.74 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 243 | 0.08 | 0.94 | 0 | 0.05 | 295 | 0.9 | 0.51 |
| Hex | E0 | F | F3 | 8 | 5E | 0 | 5 | 127 | 5A | 33 |
| Octal | 340 | 17 | 363 | 10 | 136 | 0 | 5 | 447 | 132 | 63 |
| Binary | 11100000 | 1111 | 11110011 | 1000 | 1011110 | 0 | 101 | 100100111 | 1011010 | 110011 |
Color Harmonies of #E00FF3
Complementary color
Monochromatic Colors of #E00FF3
Black with #E00FF3
Text Example
Text Example
White with #E00FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00FF3; }
p { color: rgb(224,15,243); }
H1.HeaderClassName
{
color: #E00FF3;
}
.AnyTagClassName
{
color: #E00FF3;
}
</style>
background-color css
<style>
a { background-color: #E00FF3; }
a { background-color: rgb(224,15,243); }
div.DivClassName
{
background-color: #E00FF3;
}
.BgClassName
{
background-color: #E00FF3;
}
</style>
border-color css
<style>
span { border-color: #E00FF3; }
span { border-color: rgb(224,15,243); }
td.TdClassName
{
border-color: #E00FF3;
}
.TagClassName
{
border-color: #E00FF3;
}
</style>