Shades of Psychedelic Purple #E60DFE
Tints of Psychedelic Purple #E60DFE
RGB
CMYK
RGB Variations
Color information
#E60DFE (or 0xE60DFE) is known color: Psychedelic Purple. HEX triplet: E6, 0D and FE. RGB value is (230,13,254). Sum of RGB (Red+Green+Blue) = 230+13+254=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 13 (5.47% from 255 or 2.62% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #E60DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60DFE is #19F201. Grayscale: #686868. Windows color (decimal): -1700354 or 16649702. OLE color: 16649702.
HSL color Cylindrical-coordinate representation of color #E60DFE: hue angle of 294.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60DFE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 13 | 254 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.00 |
| HSL | 294.02º | 0.99% | 0.52% | - |
| HSV(B) | 294.02º | 0.95% | 1% | - |
| XYZ | 50.67 | 24.27 | 95.78 | - |
| YUV | 105.36 | 211.89 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 254 | 0.09 | 0.95 | 0 | 0.00 | 294.02 | 0.99 | 0.52 |
| Hex | E6 | D | FE | 9 | 5F | 0 | 0 | 126 | 63 | 34 |
| Octal | 346 | 15 | 376 | 11 | 137 | 0 | 0 | 446 | 143 | 64 |
| Binary | 11100110 | 1101 | 11111110 | 1001 | 1011111 | 0 | 0 | 100100110 | 1100011 | 110100 |
Color Harmonies of #E60DFE
Complementary color
Monochromatic Colors of #E60DFE
Black with #E60DFE
Text Example
Text Example
White with #E60DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DFE; }
p { color: rgb(230,13,254); }
H1.HeaderClassName
{
color: #E60DFE;
}
.AnyTagClassName
{
color: #E60DFE;
}
</style>
background-color css
<style>
a { background-color: #E60DFE; }
a { background-color: rgb(230,13,254); }
div.DivClassName
{
background-color: #E60DFE;
}
.BgClassName
{
background-color: #E60DFE;
}
</style>
border-color css
<style>
span { border-color: #E60DFE; }
span { border-color: rgb(230,13,254); }
td.TdClassName
{
border-color: #E60DFE;
}
.TagClassName
{
border-color: #E60DFE;
}
</style>