Shades of Psychedelic Purple #E60DF3
Tints of Psychedelic Purple #E60DF3
RGB
CMYK
RGB Variations
Color information
#E60DF3 (or 0xE60DF3) is known color: Psychedelic Purple. HEX triplet: E6, 0D and F3. RGB value is (230,13,243). Sum of RGB (Red+Green+Blue) = 230+13+243=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 13 (5.47% from 255 or 2.67% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #E60DF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60DF3 is #19F20C. Grayscale: #676767. Windows color (decimal): -1700365 or 15928806. OLE color: 15928806.
HSL color Cylindrical-coordinate representation of color #E60DF3: hue angle of 296.61º degrees, saturation: 0.91, 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 #E60DF3 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 13 | 243 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.05 |
| HSL | 296.61º | 0.91% | 0.5% | - |
| HSV(B) | 296.61º | 0.95% | 0.95% | - |
| XYZ | 48.95 | 23.58 | 86.77 | - |
| YUV | 104.1 | 206.39 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 243 | 0.05 | 0.95 | 0 | 0.05 | 296.61 | 0.91 | 0.5 |
| Hex | E6 | D | F3 | 5 | 5F | 0 | 5 | 129 | 5B | 32 |
| Octal | 346 | 15 | 363 | 5 | 137 | 0 | 5 | 451 | 133 | 62 |
| Binary | 11100110 | 1101 | 11110011 | 101 | 1011111 | 0 | 101 | 100101001 | 1011011 | 110010 |
Color Harmonies of #E60DF3
Complementary color
Monochromatic Colors of #E60DF3
Black with #E60DF3
Text Example
Text Example
White with #E60DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DF3; }
p { color: rgb(230,13,243); }
H1.HeaderClassName
{
color: #E60DF3;
}
.AnyTagClassName
{
color: #E60DF3;
}
</style>
background-color css
<style>
a { background-color: #E60DF3; }
a { background-color: rgb(230,13,243); }
div.DivClassName
{
background-color: #E60DF3;
}
.BgClassName
{
background-color: #E60DF3;
}
</style>
border-color css
<style>
span { border-color: #E60DF3; }
span { border-color: rgb(230,13,243); }
td.TdClassName
{
border-color: #E60DF3;
}
.TagClassName
{
border-color: #E60DF3;
}
</style>