Shades of Psychedelic Purple #E60FE5
Tints of Psychedelic Purple #E60FE5
RGB
CMYK
RGB Variations
Color information
#E60FE5 (or 0xE60FE5) is known color: Psychedelic Purple. HEX triplet: E6, 0F and E5. RGB value is (230,15,229). Sum of RGB (Red+Green+Blue) = 230+15+229=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FE5 is #19F01A. Grayscale: #676767. Windows color (decimal): -1699867 or 15011814. OLE color: 15011814.
HSL color Cylindrical-coordinate representation of color #E60FE5: hue angle of 300.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60FE5 is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 229 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.10 |
| HSL | 300.28º | 0.88% | 0.48% | - |
| HSV(B) | 300.28º | 0.93% | 0.9% | - |
| XYZ | 46.95 | 22.82 | 76.06 | - |
| YUV | 103.68 | 198.73 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 229 | 0 | 0.93 | 0.00 | 0.10 | 300.28 | 0.88 | 0.48 |
| Hex | E6 | F | E5 | 0 | 5D | 0 | A | 12C | 58 | 30 |
| Octal | 346 | 17 | 345 | 0 | 135 | 0 | 12 | 454 | 130 | 60 |
| Binary | 11100110 | 1111 | 11100101 | 0 | 1011101 | 0 | 1010 | 100101100 | 1011000 | 110000 |
Color Harmonies of #E60FE5
Complementary color
Monochromatic Colors of #E60FE5
Black with #E60FE5
Text Example
Text Example
White with #E60FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FE5; }
p { color: rgb(230,15,229); }
H1.HeaderClassName
{
color: #E60FE5;
}
.AnyTagClassName
{
color: #E60FE5;
}
</style>
background-color css
<style>
a { background-color: #E60FE5; }
a { background-color: rgb(230,15,229); }
div.DivClassName
{
background-color: #E60FE5;
}
.BgClassName
{
background-color: #E60FE5;
}
</style>
border-color css
<style>
span { border-color: #E60FE5; }
span { border-color: rgb(230,15,229); }
td.TdClassName
{
border-color: #E60FE5;
}
.TagClassName
{
border-color: #E60FE5;
}
</style>