Shades of Psychedelic Purple #E60DF1
Tints of Psychedelic Purple #E60DF1
RGB
CMYK
RGB Variations
Color information
#E60DF1 (or 0xE60DF1) is known color: Psychedelic Purple. HEX triplet: E6, 0D and F1. RGB value is (230,13,241). Sum of RGB (Red+Green+Blue) = 230+13+241=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 13 (5.47% from 255 or 2.69% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #E60DF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60DF1 is #19F20E. Grayscale: #676767. Windows color (decimal): -1700367 or 15797734. OLE color: 15797734.
HSL color Cylindrical-coordinate representation of color #E60DF1: hue angle of 297.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60DF1 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 13 | 241 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.05 |
| HSL | 297.11º | 0.9% | 0.5% | - |
| HSV(B) | 297.11º | 0.95% | 0.95% | - |
| XYZ | 48.65 | 23.46 | 85.18 | - |
| YUV | 103.88 | 205.39 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 241 | 0.05 | 0.95 | 0 | 0.05 | 297.11 | 0.9 | 0.5 |
| Hex | E6 | D | F1 | 5 | 5F | 0 | 5 | 129 | 5A | 32 |
| Octal | 346 | 15 | 361 | 5 | 137 | 0 | 5 | 451 | 132 | 62 |
| Binary | 11100110 | 1101 | 11110001 | 101 | 1011111 | 0 | 101 | 100101001 | 1011010 | 110010 |
Color Harmonies of #E60DF1
Complementary color
Monochromatic Colors of #E60DF1
Black with #E60DF1
Text Example
Text Example
White with #E60DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DF1; }
p { color: rgb(230,13,241); }
H1.HeaderClassName
{
color: #E60DF1;
}
.AnyTagClassName
{
color: #E60DF1;
}
</style>
background-color css
<style>
a { background-color: #E60DF1; }
a { background-color: rgb(230,13,241); }
div.DivClassName
{
background-color: #E60DF1;
}
.BgClassName
{
background-color: #E60DF1;
}
</style>
border-color css
<style>
span { border-color: #E60DF1; }
span { border-color: rgb(230,13,241); }
td.TdClassName
{
border-color: #E60DF1;
}
.TagClassName
{
border-color: #E60DF1;
}
</style>