Shades of Psychedelic Purple #E60DEF
Tints of Psychedelic Purple #E60DEF
RGB
CMYK
RGB Variations
Color information
#E60DEF (or 0xE60DEF) is known color: Psychedelic Purple. HEX triplet: E6, 0D and EF. RGB value is (230,13,239). Sum of RGB (Red+Green+Blue) = 230+13+239=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #E60DEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60DEF is #19F210. Grayscale: #666666. Windows color (decimal): -1700369 or 15666662. OLE color: 15666662.
HSL color Cylindrical-coordinate representation of color #E60DEF: hue angle of 297.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60DEF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 13 | 239 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.06 |
| HSL | 297.61º | 0.9% | 0.49% | - |
| HSV(B) | 297.61º | 0.95% | 0.94% | - |
| XYZ | 48.36 | 23.34 | 83.62 | - |
| YUV | 103.65 | 204.39 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 239 | 0.04 | 0.95 | 0 | 0.06 | 297.61 | 0.9 | 0.49 |
| Hex | E6 | D | EF | 4 | 5F | 0 | 6 | 12A | 5A | 31 |
| Octal | 346 | 15 | 357 | 4 | 137 | 0 | 6 | 452 | 132 | 61 |
| Binary | 11100110 | 1101 | 11101111 | 100 | 1011111 | 0 | 110 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E60DEF
Complementary color
Monochromatic Colors of #E60DEF
Black with #E60DEF
Text Example
Text Example
White with #E60DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DEF; }
p { color: rgb(230,13,239); }
H1.HeaderClassName
{
color: #E60DEF;
}
.AnyTagClassName
{
color: #E60DEF;
}
</style>
background-color css
<style>
a { background-color: #E60DEF; }
a { background-color: rgb(230,13,239); }
div.DivClassName
{
background-color: #E60DEF;
}
.BgClassName
{
background-color: #E60DEF;
}
</style>
border-color css
<style>
span { border-color: #E60DEF; }
span { border-color: rgb(230,13,239); }
td.TdClassName
{
border-color: #E60DEF;
}
.TagClassName
{
border-color: #E60DEF;
}
</style>