Shades of Psychedelic Purple #E60FF3
Tints of Psychedelic Purple #E60FF3
RGB
CMYK
RGB Variations
Color information
#E60FF3 (or 0xE60FF3) is known color: Psychedelic Purple. HEX triplet: E6, 0F and F3. RGB value is (230,15,243). Sum of RGB (Red+Green+Blue) = 230+15+243=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #E60FF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FF3 is #19F00C. Grayscale: #686868. Windows color (decimal): -1699853 or 15929318. OLE color: 15929318.
HSL color Cylindrical-coordinate representation of color #E60FF3: hue angle of 296.58º 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 #E60FF3 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 15 | 243 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.05 |
| HSL | 296.58º | 0.9% | 0.51% | - |
| HSV(B) | 296.58º | 0.94% | 0.95% | - |
| XYZ | 48.98 | 23.64 | 86.77 | - |
| YUV | 105.28 | 205.73 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 243 | 0.05 | 0.94 | 0 | 0.05 | 296.58 | 0.9 | 0.51 |
| Hex | E6 | F | F3 | 5 | 5E | 0 | 5 | 129 | 5A | 33 |
| Octal | 346 | 17 | 363 | 5 | 136 | 0 | 5 | 451 | 132 | 63 |
| Binary | 11100110 | 1111 | 11110011 | 101 | 1011110 | 0 | 101 | 100101001 | 1011010 | 110011 |
Color Harmonies of #E60FF3
Complementary color
Monochromatic Colors of #E60FF3
Black with #E60FF3
Text Example
Text Example
White with #E60FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FF3; }
p { color: rgb(230,15,243); }
H1.HeaderClassName
{
color: #E60FF3;
}
.AnyTagClassName
{
color: #E60FF3;
}
</style>
background-color css
<style>
a { background-color: #E60FF3; }
a { background-color: rgb(230,15,243); }
div.DivClassName
{
background-color: #E60FF3;
}
.BgClassName
{
background-color: #E60FF3;
}
</style>
border-color css
<style>
span { border-color: #E60FF3; }
span { border-color: rgb(230,15,243); }
td.TdClassName
{
border-color: #E60FF3;
}
.TagClassName
{
border-color: #E60FF3;
}
</style>