Shades of Psychedelic Purple #E60AFD
Tints of Psychedelic Purple #E60AFD
RGB
CMYK
RGB Variations
Color information
#E60AFD (or 0xE60AFD) is known color: Psychedelic Purple. HEX triplet: E6, 0A and FD. RGB value is (230,10,253). Sum of RGB (Red+Green+Blue) = 230+10+253=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 10 (4.30% from 255 or 2.03% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #E60AFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60AFD is #19F502. Grayscale: #666666. Windows color (decimal): -1701123 or 16583398. OLE color: 16583398.
HSL color Cylindrical-coordinate representation of color #E60AFD: hue angle of 294.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60AFD is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 10 | 253 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.01 |
| HSL | 294.32º | 0.98% | 0.52% | - |
| HSV(B) | 294.32º | 0.96% | 0.99% | - |
| XYZ | 50.47 | 24.13 | 94.93 | - |
| YUV | 103.48 | 212.39 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 253 | 0.09 | 0.96 | 0 | 0.01 | 294.32 | 0.98 | 0.52 |
| Hex | E6 | A | FD | 9 | 60 | 0 | 1 | 126 | 62 | 34 |
| Octal | 346 | 12 | 375 | 11 | 140 | 0 | 1 | 446 | 142 | 64 |
| Binary | 11100110 | 1010 | 11111101 | 1001 | 1100000 | 0 | 1 | 100100110 | 1100010 | 110100 |
Color Harmonies of #E60AFD
Complementary color
Monochromatic Colors of #E60AFD
Black with #E60AFD
Text Example
Text Example
White with #E60AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60AFD; }
p { color: rgb(230,10,253); }
H1.HeaderClassName
{
color: #E60AFD;
}
.AnyTagClassName
{
color: #E60AFD;
}
</style>
background-color css
<style>
a { background-color: #E60AFD; }
a { background-color: rgb(230,10,253); }
div.DivClassName
{
background-color: #E60AFD;
}
.BgClassName
{
background-color: #E60AFD;
}
</style>
border-color css
<style>
span { border-color: #E60AFD; }
span { border-color: rgb(230,10,253); }
td.TdClassName
{
border-color: #E60AFD;
}
.TagClassName
{
border-color: #E60AFD;
}
</style>